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

github.com/themefisher/twenty-twenty-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSomrat <58769763+tfsomrat@users.noreply.github.com>2021-10-11 07:30:49 +0300
committerGitHub <noreply@github.com>2021-10-11 07:30:49 +0300
commit77e8867f0ed7584e23dc89c15c685a47080e85f1 (patch)
tree36df08d7085a662188e50c8d7c23ce13e12c32c9
parentca35ea47aa1dbb0090ab5812e882ac2cbfd6c888 (diff)
parentc40754f72f15e1feeedbe95943d4c5895ff24ff0 (diff)
Merge pull request #20 from fetzu/patch-1
fix: theme name in exampleSite's config.toml
-rw-r--r--exampleSite/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index eedfab0..4c8fd84 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,7 +1,7 @@
######################## default configuration ####################
baseURL = "https://examplesite.com"
title = "Twenty Twenty Hugo"
-theme = "twentytwenty"
+theme = "twenty-twenty-hugo"
languageName = "En"
languageCode = "en-us"
# post pagination
@@ -123,4 +123,4 @@ facebook = "#"
twitter = "#"
instagram = "#"
email = "#"
-linkedin = "#" \ No newline at end of file
+linkedin = "#"