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 /README.md
parent5020a7c2c78942b54b24960444772c583610f69d (diff)
parent1d1c537a52c033b1829def06164356e9502377e5 (diff)
Add grid option
Enables use of the gride layout. Fixes #43
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 3731009..b057f13 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,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"`.
- `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)"`