Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/capnfabs/paperesque.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Tamp <fabian.tamp@gmail.com>2020-01-28 22:04:56 +0300
committerFabian Tamp <fabian.tamp@gmail.com>2020-01-28 22:05:02 +0300
commit5887c1b3e8a7350b353b5e47791e2e5f09039d70 (patch)
tree0a181ddbc1debc217e948c5ed2d52a2a17b3f09d
parenta331aa9b8b2718423c22543f94c6f640988267a9 (diff)
Fix example site:
- Kookaburra link - Build Drafts in config
-rw-r--r--exampleSite/config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 2f78a34..d850c0c 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -4,6 +4,10 @@ title = "Paperesque theme example"
theme = "paperesque"
copyright = "© 2011-2020 Fabian Tamp"
+# We're building drafts in config so that you can see them in the example on
+# Hugo Themes; you almost certainly don't want this on your production site
+buildDrafts = true
+
# I can't remember if this is required for syntax highlighting or not.
pygmentsUseClasses = true
@@ -40,7 +44,7 @@ pygmentsUseClasses = true
[[params.topmenu]]
name = "my favourite bird"
- url = "posts/kookaburra"
+ url = "posts/kookaburra/"
[[params.topmenu]]
name = "rss"