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

github.com/tnwhitwell/hugo-startpage-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Whitwell <tom@whitwell.xyz>2018-04-25 09:36:25 +0300
committerTom Whitwell <tom@whitwell.xyz>2018-04-25 09:36:25 +0300
commitc0789d78783d31e007572dbe403bc08f2565d2fb (patch)
tree70298a3008a97c7d35b6c0eb4ed26f999241d41c /exampleSite
parent1609ec43bd25269c68b35f237a076432b63c7846 (diff)
theme is now controlled with a site parameterv1.0
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d7636d0..59d917c 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,3 +2,6 @@ baseURL = "https://example.org/"
languageCode = "en-gb"
title = "Start Page"
theme = "startpage"
+
+[params]
+ offline = false