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 23:56:16 +0300
committerIgor Baiborodine <igor@kiroule.com>2022-05-31 23:56:16 +0300
commita18df0b5610f0305ce32a59e19c350961db54873 (patch)
tree81c64bf13fc881d70321328d89a5c7d68761f9af
parent96ce1a0c55402e0b189c5362f543d7eaa43ddad8 (diff)
-rw-r--r--README.md4
-rw-r--r--exampleSite/config.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1dd38fd..5757323 100644
--- a/README.md
+++ b/README.md
@@ -129,10 +129,10 @@ Use this option if you want to directly customize and maintain your own copy of
- In the `my-new-blog/config.toml` file, uncomment the `theme` property for **Option 2**, and comment out the `theme` property for **Option 1**:
```toml
-# Option 1 (recommended): Adding the Theme as a Hugo Module
+# 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
+# Option 2: cloning/copying the theme files
theme = "bilberry-hugo-theme"
```
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 88e427a..b7c835f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,10 +1,10 @@
title = "My cool new Blog"
baseURL = "https://example.com/"
-# Option 1 (recommended): Adding the Theme as a Hugo Module
+# 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
+# Option 2: cloning/copying the theme files
# theme = "bilberry-hugo-theme"
# Generate the robots.txt file for SEO