1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Replace replace-this-with-your-hugo-site.com with example.org

Fixes #2264
This commit is contained in:
Bjørn Erik Pedersen
2016-07-08 21:38:28 +02:00
parent b8af06f26a
commit 4a48b5f326
2 changed files with 15 additions and 15 deletions

View File

@@ -283,7 +283,7 @@ $ hugo server --theme=hugo_theme_robust --buildDrafts
The website uses the dummy values specified in the `config.toml`. Let's update the configuration.
```toml
baseurl = "http://replace-this-with-your-hugo-site.com/"
baseurl = "http://example.org/"
languageCode = "en-us"
title = "Shekhar Gulati Book Reviews"