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

github.com/jsnjack/hugo-changelog-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYauhen Shulitski <jsnjack@gmail.com>2018-10-02 15:44:42 +0300
committerYauhen Shulitski <jsnjack@gmail.com>2018-10-02 15:44:42 +0300
commit31702daafb89181fefceeb38b0aa00ca60251cd5 (patch)
tree23a7c833300a9de02b0f0c9cae2f33511f283185
parent0eb30e5435c93399590454adfa2aabc657a4b2bd (diff)
Update readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd586cd..5ea097a 100644
--- a/README.md
+++ b/README.md
@@ -25,5 +25,5 @@ A [Hugo](https://gohugo.io/) theme to display changelog
# Development
## Serve example website
```bash
-cd exampleSite && hugo serve --theme hugo-changelog-theme --themesDir ../../
+cd exampleSite && hugo serve --theme hugo-changelog-theme --themesDir ../../ --baseURL http://localhost/
```