diff --git a/Makefile b/Makefile index 0960ae7..ad898ea 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,10 @@ OUTPUTDIR=$(BASEDIR)/output CONFFILE=$(BASEDIR)/pelicanconf.py PUBLISHCONF=$(BASEDIR)/publishconf.py -SSH_HOST=localhost -SSH_PORT=22 -SSH_USER=root -SSH_TARGET_DIR=/var/www +# SSH_HOST=localhost +# SSH_PORT=22 +# SSH_USER=root +# SSH_TARGET_DIR=/var/www DEBUG ?= 0 diff --git a/content/testing.md b/content/testing.md deleted file mode 100644 index b656ddf..0000000 --- a/content/testing.md +++ /dev/null @@ -1,5 +0,0 @@ -title: Testing! -date: 2023-03-07 -tags: testing - -This is a test! diff --git a/themes/fossy/templates/base.html b/themes/fossy/templates/base.html index ffb48cc..b7bdbc2 100644 --- a/themes/fossy/templates/base.html +++ b/themes/fossy/templates/base.html @@ -39,11 +39,11 @@ {% endblock head %} - +