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:
authorJason van Gumster <jason@monsterjavaguns.com>2017-03-11 15:35:13 +0300
committerJason van Gumster <jason@monsterjavaguns.com>2017-03-11 15:53:01 +0300
commitae70818418a4ed28c4b858e0a6b5207ad4b37e6b (patch)
tree81b328765eba920b05627a8c22b081e89043378e /README.md
parenta3e1ea36385bfc5f386d8e1fd2b13e6359ea4b14 (diff)
Add capability for users to include their own custom CSS overrides.
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 de6d994..1b98c7c 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,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.
+ - `custom_css` - array of custom CSS files for over-riding theme settings or adding your own classes. Example: `["custom.css", "other_custom.css"]`
- `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)"`
- `itunes_subscribe` - The URL of your podcast in the iTunes store. Optional. Example: `"http://itunes.apple.com/us/podcast/arrested-devops/id773888088?mt=2&uo=4&at=11lsCi"`