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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2018-03-08 02:20:24 +0300
committerGitHub <noreply@github.com>2018-03-08 02:20:24 +0300
commit20037c83a0aa5dd109fc3e247aa1c8513f247908 (patch)
treed73d4588a40a0a29d6fccd030f395436e656f328 /exampleSite
parentcd21fcf8c1057d08b14fdadb7460c78c42829941 (diff)
Update host code to be a partial (#166)
* Update host code to be a partial Fixes #158 Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Check for enable_jumbo exist for sidebar display fixes #167 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8b21b7c..607d3ff 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -55,8 +55,10 @@ paginate = "9"
[params]
site_theme = "grey"
+# site_layout = "grid"
site_layout = "grid"
enable_jumbo = "true"
+# enable_jumbo = "false"
# truncate = "100"
# about_logo = "/img/hugocast.png"
copyright_notice = "Copyright 2016 [Matt Stratton](https://www.mattstrattion.io)"