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:45:21 +0300
committerIgor Baiborodine <igor@kiroule.com>2022-05-31 23:45:21 +0300
commit690ab8f237f9b60d7af1784cc5124d9f2fe93fdb (patch)
treec7e7339088c1a09332fa7e65d89224be0ad7b2a3
parent0dc1aa026d321c794aa3bf05d10a4ebe76a1c66a (diff)
Update README.md
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 0192abf..e0851c6 100644
--- a/README.md
+++ b/README.md
@@ -99,21 +99,22 @@ Alternatively, you can download it as a [ZIP](https://github.com/Lednerb/bilberr
hugo new site my-new-blog
```
-- Copy the example site content including the `config.toml` file:
+- Delete the default archetype:
```shell
-cp -r bilberry-hugo-theme/exampleSite/* my-new-blog
+rm my-new-blog/archetypes/default.md
```
-- Delete the default archetype:
+- Copy the example site content including the `config.toml` file:
```shell
-rm my-new-blog/archetypes/default.md
+cp -r bilberry-hugo-theme/exampleSite/* my-new-blog
```
+
### Theme Installation Options
#### Option 1 (recommended): Adding the Theme as a Hugo Module
-Use this option if you want to pull in the theme files from the main Bilberry Hugo theme repository at your chosen revision.
-This option makes it easy to keep the theme up to date on your site.
-
+Use this option if you want to pull in the theme files from the main Bilberry Hugo theme repository.
+This option makes it easy to keep the theme up to date in your site.
+
- Initialize your website as a Hugo module from the site's root:
```shell
cd my-new-blog