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

github.com/jweslley/hugo-conference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonhnny Weslley <jweslley@users.noreply.github.com>2018-01-07 14:56:35 +0300
committerGitHub <noreply@github.com>2018-01-07 14:56:35 +0300
commite5be69d7d383a03e1b5bd3134d2dcf5baacba278 (patch)
tree4cdd0ccfe3b2b30a4ad4b5ce3b489329c7f85358
parent6ec570a58df02736e5ff59ba32b5401b0664cfaf (diff)
parent945b53a410ef57b9259cc8b2c1381461b99e17dd (diff)
Merge pull request #1 from jafow/patch-1
Fix path in setup instructions
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 81fa45c..aaa1e51 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Hugo conference is a theme for conferences/events based on the original [conf-bo
cd my-conf
git clone https://github.com/jweslley/hugo-conference themes/hugo-conference
rm -f config.toml
- cp themes/hugo-conference/config.yml .
+ cp themes/hugo-conference/exampleSite/config.yml .
3. It's done. Just start Hugo server to see it live!