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-02-18 16:26:03 +0300
committerGitHub <noreply@github.com>2022-02-18 16:26:03 +0300
commit6ce4aa907ce5314467f4d6e411ba07fac5ea2b17 (patch)
tree65bb2424b559a1f4aee122edc67632a7237bebd1
parent466890d526a57aa3411cfa3a5d74c2da7b29637f (diff)
Remove config for Hugo modules
-rw-r--r--exampleSite/config.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 4ea80e3..44d2b88 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,12 +1,7 @@
title = "My cool new Blog"
baseURL = "https://example.com/"
-
-# using theme locally (git clone, submodule or as zip)
theme = "bilberry-hugo-theme"
-# using theme as Hugo module (uncomment to activate)
-# theme = "github.com/Lednerb/bilberry-hugo-theme"
-
# Generate the robots.txt file for SEO
enableRobotsTXT = true