From c961514c19e34f18c794b4a3ce79a4e07307bc5c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sat, 22 Oct 2016 14:31:44 +0200 Subject: Journal links back to main page. --- Makefile | 2 +- config.toml | 5 +++-- layouts/404.html | 2 +- layouts/_default/list.html | 2 +- layouts/page/list.html | 7 ------- layouts/page/single.html | 7 ------- static/custom.css | 7 +++++++ 7 files changed, 13 insertions(+), 19 deletions(-) delete mode 100644 layouts/page/list.html delete mode 100644 layouts/page/single.html diff --git a/Makefile b/Makefile index 639a59e..2b66eb3 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ build: clean @# Concat all CSS files gulp concat @# Build the HTML the first time to be ... - HUGO_GULP=0 hugo --ignoreCache --log=true --logFile=./log/hugo.log --verbose=false 1>/dev/null + HUGO_GULP=0 hugo --ignoreCache --log=true --logFile=./log/hugo.log --verbose=false #1>/dev/null @# ... spidered by uncss to remove the unnecessary selector rules. gulp uncss @# Builds the site again, but this time the minified CSS will be inlined by Hugo. diff --git a/config.toml b/config.toml index 22bb5e0..248c7df 100644 --- a/config.toml +++ b/config.toml @@ -3,10 +3,11 @@ languageCode = "en-us" title = "welcome" disableHugoGeneratorInject = true disableRSS = false -disableSitemap = true +disableSitemap = false edit = "vim" -pluralizeListTitles = "false" +pluralizeListTitles = false paginate = 5 +relativeURLs = "false" [params] language = "en-us" diff --git a/layouts/404.html b/layouts/404.html index 3171635..e30cc74 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -29,7 +29,7 @@ _ ___ _.--.
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 4f9b3aa..0c2fc41 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,6 +1,6 @@ {{partial "header.tmpl" .}}journal
{{.Title}}
{{.Title}}