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:
-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!