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

github.com/caressofsteel/hugo-story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author⚔️ DR ⚔️ <46758080+caressofsteel@users.noreply.github.com>2021-03-23 19:53:26 +0300
committerGitHub <noreply@github.com>2021-03-23 19:53:26 +0300
commit9ffd114b384f1e47dd0d481f9811308dd2592e87 (patch)
tree3294038cad3092276056dcf9ace7853223647447
parent45804939faa0e5514c7a58c3a8c3e9cded328ec4 (diff)
parent4ef121fca61536cb419094e5d28c5401f166dd68 (diff)
Merge pull request #13 from shiki/patch-1
Fix possible typo in README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 48fd791..2192281 100644
--- a/README.md
+++ b/README.md
@@ -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._
@@ -95,4 +95,4 @@ This theme was created using the _Story_ template by [HTML5 UP](https://html5up.
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/" class="license-button"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png"></a>
-This Hugo theme is licensed under the [Creative Commons Attribution 3.0 License](LICENSE). \ No newline at end of file
+This Hugo theme is licensed under the [Creative Commons Attribution 3.0 License](LICENSE).