Merge pull request #13 from shiki/patch-1

Fix possible typo in README
This commit is contained in:
⚔️ DR ⚔️ 2021-03-23 12:53:26 -04:00 committed by GitHub
commit 9ffd114b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ git submodule add https://github.com/caressofsteel/hugo-story.git themes/hugo-st
### 4. Copy `data` and `config.toml` with overwrite from `exampleSite`
```
cp -r themes/hugo-story/exampleSite/data ./
cp themes/hugo-story/exampleSite/config.toml/
cp themes/hugo-story/exampleSite/config.toml ./
```
> _Hint: Using `config.toml` tells Hugo to use the theme and sets some basic theme parameters._