Skip to content

Commit

Permalink
Rename theme in readmin to hugo-book (alex-shpak#386)
Browse files Browse the repository at this point in the history
* Update README.md
* Update README.md

Co-authored-by: Alex Shpak <[email protected]>
  • Loading branch information
QIN2DIM and alex-shpak authored Nov 19, 2021
1 parent 8bb6d7e commit c47eb73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
Navigate to your hugo project root and run:

```
git submodule add https://github.com/alex-shpak/hugo-book themes/book
git submodule add https://github.com/alex-shpak/hugo-book themes/hugo-book
```

Then run hugo (or set `theme = "book"`/`theme: book` in configuration file)
Then run hugo (or set `theme = "hugo-book"`/`theme: hugo-book` in configuration file)

```
hugo server --minify --theme book
hugo server --minify --theme hugo-book
```

### Install as hugo module
Expand Down Expand Up @@ -82,12 +82,12 @@ Below is an example on how to create a new site from scratch:
```sh
hugo new site mydocs; cd mydocs
git init
git submodule add https://github.com/alex-shpak/hugo-book themes/book
git submodule add https://github.com/alex-shpak/hugo-book themes/hugo-book
cp -R themes/book/exampleSite/content .
```

```sh
hugo server --minify --theme book
hugo server --minify --theme hugo-book
```

## Menu
Expand Down

0 comments on commit c47eb73

Please sign in to comment.