chandged footer style and test make
This commit is contained in:
parent
0aaf836901
commit
1f9c3c9bb2
3
makefile
3
makefile
@ -7,6 +7,9 @@ all:
|
|||||||
mkdir -p ${DESTDIR}
|
mkdir -p ${DESTDIR}
|
||||||
ssg ${SRCDIR} ${DESTDIR} ${SITENAME} 'https://${URL}'
|
ssg ${SRCDIR} ${DESTDIR} ${SITENAME} 'https://${URL}'
|
||||||
|
|
||||||
|
test: all
|
||||||
|
xdg-open ${DESTDIR}/index.html
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
rsync -vruL ${DESTDIR}/ www@${URL}:/www/
|
rsync -vruL ${DESTDIR}/ www@${URL}:/www/
|
||||||
|
|
||||||
|
@ -52,8 +52,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
background-color: #dcdcdc;
|
border: 1px solid black;
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer p {
|
footer p {
|
||||||
|
Loading…
Reference in New Issue
Block a user