Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-10-20 06:07:19 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-10-20 06:07:19 +0300
commiteb9a42f4108d3421a9ebca8d6b0e51a471fd9c8f (patch)
treef80e563ea4a49c205619c0a848958a0a928f5d9c /exampleSite
parentd62797b070b36182bbf83a88f8ac4229cd4880d9 (diff)
chore: update archetype and config example
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/config.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml
index 7068f50..d3ba902 100644
--- a/exampleSite/config/_default/config.toml
+++ b/exampleSite/config/_default/config.toml
@@ -32,4 +32,9 @@ defaultContentLanguageInSubdir = false
author = "authors"
[build]
- useResourceCacheWhen = "always" \ No newline at end of file
+ useResourceCacheWhen = "always"
+
+# Uncomment when installing using Hugo Modules
+# [module]
+# [[module.imports]]
+# path = "github.com/wangchucheng/hugo-eureka" \ No newline at end of file