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

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 2d703e5..d1d9758 100644
--- a/config.toml
+++ b/config.toml
@@ -2,10 +2,15 @@ baseurl = "https://themes.gohugo.io"
languageCode = "en-us"
title = "Hugo Themes"
googleAnalytics = "UA-7131036-4"
-theme = "gohugoioTheme"
disableKinds = ["taxonomyTerm"]
+[module]
+ [module.hugoVersion]
+ min = "0.56.0"
+ [[module.imports]]
+ path = "github.com/gohugoio/gohugoioTheme"
+
[blackfriday]
plainIdAnchors=true
config = "config-tpl-base.toml"