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>2019-11-02 22:24:53 +0300
committerGitHub <noreply@github.com>2019-11-02 22:24:53 +0300
commit22a8d8eb208c14facb5cc3ecec652da7f8dc25a1 (patch)
tree64ba39efcd642504ced368dd52cc79c31365c9e1 /exampleSite
parentf59b051d0f5f96578c8e61c30073b20f0ffed1fd (diff)
Update theme for Hugo 0.58 and above (#220)
This fixes the breaking change in the theme for hugo 0.58. Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 93fb3ae..6ebef71 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -53,9 +53,10 @@ paginate = "9"
parent = "resources"
[params]
+mainSections = ["episode"]
site_theme = "grey"
# site_layout = "grid"
-site_layout = "grid"
+site_layout = "row"
enable_jumbo = "true"
# enable_jumbo = "false"
# truncate = "100"