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

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Baiborodine <igor@kiroule.com>2022-05-31 18:28:29 +0300
committerIgor Baiborodine <igor@kiroule.com>2022-05-31 18:28:29 +0300
commit22936a021f4f6a5a4babc09c2e4ab79af58c1a87 (patch)
treeb7f566ff5f5d682bdab6387602af8c067d1a49fb
parentc96c582aafc61299bba2706c19a20878c3f0c7ee (diff)
Update config.toml
-rw-r--r--exampleSite/config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index bbd8b05..88e427a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,11 +1,11 @@
title = "My cool new Blog"
baseURL = "https://example.com/"
-# Option 1(recommended): Adding the Theme as a Hugo Module
-# theme = "github.com/Lednerb/bilberry-hugo-theme/v3"
+# Option 1 (recommended): Adding the Theme as a Hugo Module
+theme = "github.com/Lednerb/bilberry-hugo-theme/v3"
# Option 2: Cloning/Copying the Theme Files
-theme = "bilberry-hugo-theme"
+# theme = "bilberry-hugo-theme"
# Generate the robots.txt file for SEO
enableRobotsTXT = true