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-18 18:20:12 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-18 18:20:12 +0300
commit047567934ba40bbd66724066adcdf8537b60ecc2 (patch)
tree242599d6026db65bdce722996dfac27b34602cdd /README.md
parent56811d12b88e85f2d2cd91221fb78397fbbc3722 (diff)
parentcc8a77e956ddb7aed6fc02676024f8303d1acaef (diff)
Merge branch 'master' of github.com:mattstratton/castanet
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a38afae..9d5311c 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ You will need to add a handful of configuration items to your `config.toml` file
- `disqusShortname` - the shortname for use in Disqus comments. Example: `"arresteddevops"`. Note: The Disqus comments will not appear if you are running on `localhost`.
- `[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_theme` - the color scheme for the overall site. Currently the options are `orange`, `grey`, 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).