Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-baiborodine authored Jun 17, 2024
1 parent acfa76d commit e58a304
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions v4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ the [Hugo documentation](https://gohugo.io/hugo-modules/use-modules/).
Use this option if you want to pull in the theme files as a Git submodule from the main Bilberry Hugo theme repository.
This option also makes it easy to keep the theme up to date in your site.

- Copy the example site content, including the `hugo.toml` file:

```shell
cp -r bilberry-hugo-theme/v4/exampleSite/* my-new-blog
```

- In the `my-new-blog/hugo.toml` file, uncomment the `path` property for **Options 2 and 3**, and
comment out the `path` property for **Option 1**:

Expand All @@ -202,6 +208,12 @@ $ git submodule add https://github.com/Lednerb/bilberry-hugo-theme.git themes/bi

Use this option if you want to customize and maintain your own copy of the theme directly.

- Copy the example site content, including the `hugo.toml` file:

```shell
cp -r bilberry-hugo-theme/v4/exampleSite/* my-new-blog
```

- In the `my-new-blog/hugo.toml` file, uncomment the `path` property for **Options 2 and 3**, and
comment out the `path` property for **Option 1**:

Expand Down

0 comments on commit e58a304

Please sign in to comment.