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:
authorChris Reddington <791642+chrisreddington@users.noreply.github.com>2020-12-02 01:25:40 +0300
committerGitHub <noreply@github.com>2020-12-02 01:25:40 +0300
commit928e71dfb62456e047f7ce1116b7915ec9e68d14 (patch)
tree66d73fdbe8c0180ba58a3779aac0e86f7c929b7b /exampleSite
parent13c75136a240e30bb463bafbf6fdc4a6244ff17f (diff)
Add Functionality: Show next upcoming episode (#309)
Co-authored-by: Chris Reddington <chredd@microsoft.com> Co-authored-by: Matt Stratton <matt.stratton@hey.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 2ff5330..7e85368 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -64,9 +64,11 @@ buildFuture = true
[params]
mainSections = ["episode"]
+
site_theme = "grey"
# site_layout = "grid"
site_layout = "row"
+show_next_upcoming = "true"
enable_jumbo = "true"
# enable_jumbo = "false"
# truncate = "100"