diff --git a/docs/content/overview/quickstart.md b/docs/content/overview/quickstart.md index f7f21a0ad..336fd9248 100644 --- a/docs/content/overview/quickstart.md +++ b/docs/content/overview/quickstart.md @@ -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" diff --git a/docs/content/tutorials/creating-a-new-theme.md b/docs/content/tutorials/creating-a-new-theme.md index 960774ea8..cf38dffc3 100644 --- a/docs/content/tutorials/creating-a-new-theme.md +++ b/docs/content/tutorials/creating-a-new-theme.md @@ -304,7 +304,7 @@ Edit the file to add the named theme. ```bash $ vi config.toml theme = "zafta" -baseurl = "http://replace-this-with-your-hugo-site.com/" +baseurl = "http://example.org/" languageCode = "en-us" title = "My New Hugo Site" :wq @@ -719,9 +719,9 @@ $ cat public/index.html
-