Add themesDir to exampleSite config
So it is runnable out-of-the-box.
This commit is contained in:
parent
22d81bbf51
commit
a0c0ac2349
|
@ -2,6 +2,7 @@ title = "Notre-Dame de Paris"
|
||||||
baseURL = "https://example.com"
|
baseURL = "https://example.com"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
theme = "gohugo-theme-ananke"
|
theme = "gohugo-theme-ananke"
|
||||||
|
themesDir = "../.."
|
||||||
|
|
||||||
MetaDataFormat = "yaml"
|
MetaDataFormat = "yaml"
|
||||||
DefaultContentLanguage = "en"
|
DefaultContentLanguage = "en"
|
||||||
|
|
Loading…
Reference in a new issue