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>2017-04-26 20:14:06 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-04-26 20:57:41 +0300
commit469d5bc85f7d81ed94c07566745df5b7650f1d96 (patch)
treea8f1e9e2bc0c73552f8f7bbc943aa03b62eb96fe /exampleSite
parent5020a7c2c78942b54b24960444772c583610f69d (diff)
parent1d1c537a52c033b1829def06164356e9502377e5 (diff)
Add grid option
Enables use of the gride layout. Fixes #43
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9786d07..0d32f8d 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -40,6 +40,7 @@ themesdir = "../.."
[params]
site_theme = "blue"
+site_layout = "grid"
# about_logo = "/img/hugocast.png"
copyright_notice = "Copyright 2016 [Matt Stratton](https://www.mattstrattion.io)"
itunes_subscribe = "http://itunes.apple.com/us/podcast/arrested-devops/id773888088?mt=2&uo=4&at=11lsCi"