diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-09 09:58:21 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-09 09:58:21 +0200 |
| commit | 41ce236d33034846f6542ca15314e3cf6b9faa80 (patch) | |
| tree | 4f2249578fb67f1c5f81d006fced197bc2d3104e /exampleSite | |
| parent | 46e8edfce3738ea14388546ac8690144b7633bb3 (diff) | |
| download | gohugo-theme-ed-41ce236d33034846f6542ca15314e3cf6b9faa80.tar.gz | |
Change theme path
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d5c17c9..b7819ed 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -12,8 +12,8 @@ defaultContentLanguage = 'en' # title of the page. Eg. "Contacts - Ed." title = 'Ed.' -# You may need to change this line for your real project. -theme = ['github.com/sergeyklay/gohugo-theme-ed'] +# Use full path to theme's repository in case of using Hugo Modules. +theme = 'github.com/sergeyklay/gohugo-theme-ed' # You may need to delete this line for your real project. resourceDir = '../resources' |
