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-05-12 02:54:49 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-12 02:54:49 +0300
commit4a1529d7cfdfc07d9d1cba6173a1ae322dbe7931 (patch)
tree184e8b5ee1745be1583c994399274fcdebe63a47 /README.md
parent679248a7c13280827e3aa64c3ae048aec9efcc90 (diff)
Add support for jumbotron on row layout
Fixes #78
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 463183a..f04aa1f 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@ You will need to add a handful of configuration items to your `config.toml` file
- `[params]`
- `site_theme` - the color scheme for the overall site. Currently the two options are `orange` and `blue`. Optional. Example: `"blue"`. Defaults to the `orange` theme if not set.
- `site_layout` - the layout to use. The optiions are `grid` or `row`. Optional. Example `"grid"`.
+ - `enable_jumbo` - When using the `row` layout, will set a jumbotron at the top intead of the sidebar. Optional. Can be "true" or "false".
- `custom_css` - array of custom CSS files for over-riding theme settings or adding your own classes. Example: `["custom.css", "other_custom.css"]`. These files should be put into your `static` directory (not the `static` directory of the theme).
- `about_logo` - the logo (250px x 250px) you would like to appear on your About page. Optional. If not set, this will default to your iTunes image.
- `copyright_notice` - Your copyright information for the footer of the page. Can contain Markdown. Example: `"Copyright 2016 [Matt Stratton](https://www.mattstrattion.io)"`