summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 188cb95..d6ff556 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,17 @@
# Ed
A theme for [Hugo](http://gohugo.io), a framework for building websites.
+
+## Configuration
+
+### `config.toml` example
+
+```toml
+baseURL = 'http://example.org/'
+languageCode = 'en-us'
+title = 'My New Hugo Site'
+theme = "ed"
+
+[Params]
+ # Color scheme. Options: red, orange, magenta, cyan, blue, brown
+ color_scheme = ''
+```