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:
authorJared Fowler <jared.a.fowler@gmail.com>2018-01-06 01:19:08 +0300
committerGitHub <noreply@github.com>2018-01-06 01:19:08 +0300
commit945b53a410ef57b9259cc8b2c1381461b99e17dd (patch)
tree4cdd0ccfe3b2b30a4ad4b5ce3b489329c7f85358
parent6ec570a58df02736e5ff59ba32b5401b0664cfaf (diff)
Fix path in setup instructions
Update the path to the `config.yml` file in the install/set up 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!