diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-28 17:59:05 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-28 17:59:05 +0200 |
| commit | b157314ed7c55653c304bb28d4467e110d91326a (patch) | |
| tree | 5988cd333ec92f9807d44a5892ce2c3a3c85334a /exampleSite/content | |
| parent | 6761dd182e683a2b59c2dc63fcaeef9d40fa61be (diff) | |
| download | gohugo-theme-ed-b157314ed7c55653c304bb28d4467e110d91326a.tar.gz | |
Update documentation
Diffstat (limited to 'exampleSite/content')
| -rw-r--r-- | exampleSite/content/documentation/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/documentation/index.md b/exampleSite/content/documentation/index.md index dd3febc..9b00999 100644 --- a/exampleSite/content/documentation/index.md +++ b/exampleSite/content/documentation/index.md @@ -51,7 +51,7 @@ After installing the theme successfully it requires a just a few more steps to g Take a look inside the [`exampleSite`](https://github.com/sergeyklay/gohugo-theme-ed/tree/master/exampleSite) folder of this theme. You'll find a file called [`config.toml`](https://github.com/sergeyklay/gohugo-theme-ed/blob/master/exampleSite/config.toml). To use it, copy the [`config.toml`](https://github.com/sergeyklay/gohugo-theme-ed/blob/master/exampleSite/config.toml) in the root folder of your Hugo site. Feel free to change the strings in this theme. -You may need to delete the line: `themesDir = "../.."`, because it's necessary only for theme developers. Also, make sure the theme option is set to `ed`: +You may need to delete the line: `resourceDir = '../resources'`, because it's necessary only for theme developers. Also, make sure the theme option is set to `ed`: ~~~ toml theme = "ed" |
