diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 = '' +``` |
