@ -7,6 +7,9 @@ all:
mkdir -p ${DESTDIR}
ssg ${SRCDIR} ${DESTDIR} ${SITENAME} 'https://${URL}'
test: all
xdg-open ${DESTDIR}/index.html
install: all
rsync -vruL ${DESTDIR}/ www@${URL}:/www/
@ -52,8 +52,7 @@ h1, h2, h3, h4, h5, h6 {
}
footer {
background-color: #dcdcdc;
border-radius: 10px;
border: 1px solid black;
footer p {