From: Bjørn Erik Pedersen
Date: Fri, 8 Jul 2016 19:38:28 +0000 (+0200)
Subject: Replace replace-this-with-your-hugo-site.com with example.org
X-Git-Tag: v0.17~250
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4a48b5f3;p=brevno-suite%2Fhugo
Replace replace-this-with-your-hugo-site.com with example.org
Fixes #2264
---
diff --git a/docs/content/overview/quickstart.md b/docs/content/overview/quickstart.md
index f7f21a0a..336fd924 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 960774ea..cf38dffc 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
-
+
-
+
@@ -823,7 +823,7 @@ Nulla facilisi.
In quam ante, vulputate at massa et, rutrum
gravida dui. Phasellus tristique libero at ex.
- Home
+ Home