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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2022-06-12 13:39:27 +0300
committerGitHub <noreply@github.com>2022-06-12 13:39:27 +0300
commit7d838dc7fd033fd97b27443b8a1ec64f173459e1 (patch)
tree704d6e7bca30ed6d73b830bc566bca5604198c82
parent2d9c27a7c66c5e1c5d43459f7c5df2df76ecc800 (diff)
fix: exampleSite not using correct theme
-rw-r--r--exampleSite/config/_default/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml
index 8e7f48a..548975a 100644
--- a/exampleSite/config/_default/config.toml
+++ b/exampleSite/config/_default/config.toml
@@ -3,6 +3,7 @@ baseurl = "https://demo.stack.jimmycai.com"
languageCode = "en-us"
paginate = 5
title = "Hugo Theme Stack Starter"
+theme = "hugo-theme-stack"
# Theme i18n support
# Available values: ar, bn, ca, de, el, en, es, fr, hu, id, it, ja, ko, nl, pt-br, th, uk, zh-cn, zh-hk, zh-tw
@@ -16,4 +17,4 @@ hasCJKLanguage = false
disqusShortname = "hugo-theme-stack"
# GA Tracking ID
-googleAnalytics = "" \ No newline at end of file
+googleAnalytics = ""