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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael van Tricht <metricht@gmail.com>2019-06-08 00:09:10 +0300
committerYurizal Susanto <rizalsagi@gmail.com>2019-07-19 02:57:48 +0300
commitef5eff8e34f31e7a9576b3f587dea8ab5dcc0ca2 (patch)
tree4f4037267b182b747b233d8c8af6cd4e77cb3e82
parenta1d3664a459074ade64d5b595d7bdd20ddb78c83 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a30fcb8..d490314 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ If this is your first time using Hugo, and you want to use this theme. Follow th
mkdir name_of_web
cd name_of_web
git clone https://github.com/yursan9/manis-hugo-theme themes/manis
-cp theme/manis/exampleSite/config.toml config.toml
+cp themes/manis/exampleSite/config.toml config.toml
hugo new blog/_index.md
hugo new work/_index.md
```