Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alex-shpak/hugo-book.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Redai <43911210+samredai@users.noreply.github.com>2021-12-01 12:43:39 +0300
committerGitHub <noreply@github.com>2021-12-01 12:43:39 +0300
commit2f60f0919f80a8ad745ef47953f638392af6d37f (patch)
tree88e4d4c2a4558288b257f0699305a8b9897a883d
parent2e693816ae3e4976a6bb15e5b23f3422b936f000 (diff)
Updating book to hugo-book in README (#394)
Looks like the path `/book/` in the readme should be `/hugo-book/`.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a544ee8..3edbc5c 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ Below is an example on how to create a new site from scratch:
hugo new site mydocs; cd mydocs
git init
git submodule add https://github.com/alex-shpak/hugo-book themes/hugo-book
-cp -R themes/book/exampleSite/content .
+cp -R themes/hugo-book/exampleSite/content .
```
```sh