blob: d6ff556cfd86f578aaa4644841e2c128ee86b4b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 = ''
```
|