Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jeremybise/twentynineteen-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-15 20:55:26 +0300
committerJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-15 20:55:26 +0300
commit2f4f55ebf6eadb9aa675e38dd44b9adb7845cca2 (patch)
treebb4e585661655604aa4af72bf83b23e94ca00b7a /README.md
parent8fdbf71eea4e8d52ffc0b1577c20ae285b0e9375 (diff)
add params to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5c7c971..d676f58 100644
--- a/README.md
+++ b/README.md
@@ -29,4 +29,11 @@ git submodule update --remote --merge
## Differences from original theme
- Comment stuff has been omitted
-- Author stuff has been omitted \ No newline at end of file
+- Author stuff has been omitted
+
+## Available `config.toml` params
+
+- `accent_color = "#FF0000"` Set a custom accent color for links and image filters, if enabled. Defaults to blue.
+- `privacy_link = "/privacy/"` Relative URL to privacy page, if there is one. This enables a Privacy Policy link in the footer.
+- `description = "This is the site tagline."` Adds tagline next to the site title.
+- `enable_image_filters = true|false` Toggles off image color filter feature. Defaults to true. \ No newline at end of file