From d092303c78fc70a8dcc64a97c8a82d1855766352 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 7 Mar 2023 10:24:34 +1100 Subject: [PATCH] Update Makefile to expect local SSH environment variables --- Makefile | 8 ++++---- content/testing.md | 5 ----- themes/fossy/templates/base.html | 6 +++--- 3 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 content/testing.md 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 %} - +
-

{{ SITENAME }}

+

{{ SITENAME }}

{{ SITESUBTITLE }}

The first Free and Open Source Software Yearly conference

@@ -52,7 +52,7 @@