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 <jw@jonhnnyweslley.net>2017-10-28 22:24:34 +0300
committerJonhnny Weslley <jw@jonhnnyweslley.net>2017-10-28 22:24:34 +0300
commit32dee610d329a550aae0c8a59baf0519803ea7dc (patch)
treef7560ddfb454947e36b769023b2efb223de0c692
parente300cfb0a5c79a1884406e1d06613407372462ed (diff)
fix typo
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9ea16f7..81fa45c 100644
--- a/README.md
+++ b/README.md
@@ -7,15 +7,15 @@ Hugo conference is a theme for conferences/events based on the original [conf-bo
1. Install [Hugo](https://gohugo.io)
2. Create a new site by running:
- hugo new site my-conf
- cd my-conf
- git clone https://github.com/jweslley/hugo-conference themes/hugo-conference
- rm -f config.toml
- cp themes/hugo-conference/config.yml .
+ hugo new site my-conf
+ cd my-conf
+ git clone https://github.com/jweslley/hugo-conference themes/hugo-conference
+ rm -f config.toml
+ cp themes/hugo-conference/config.yml .
3. It's done. Just start Hugo server to see it live!
- hugo server --watch
+ hugo server --watch
## Customizing the site