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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user