From b157314ed7c55653c304bb28d4467e110d91326a Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 28 May 2022 17:59:05 +0200 Subject: Update documentation --- exampleSite/content/documentation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exampleSite/content/documentation/index.md') 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" -- cgit v1.2.3