shithub: hugo

Download patch

ref: 4a48b5f32641c15e1f79aaf7aeef25216cdc0254
parent: b8af06f26ac0c2daffd76ce5cd6d09deb4ba1783
author: Bjørn Erik Pedersen <[email protected]>
date: Fri Jul 8 17:38:28 EDT 2016

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

Fixes #2264

--- a/docs/content/overview/quickstart.md
+++ b/docs/content/overview/quickstart.md
@@ -283,7 +283,7 @@
 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"
 
--- a/docs/content/tutorials/creating-a-new-theme.md
+++ b/docs/content/tutorials/creating-a-new-theme.md
@@ -304,7 +304,7 @@
 ```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 @@
 <html>
 <body>
   
-    <h1><a href="http://replace-this-with-your-hugo-site.com/article/second/">second</a></h1>
+    <h1><a href="http://example.org/article/second/">second</a></h1>
   
-    <h1><a href="http://replace-this-with-your-hugo-site.com/article/first/">first</a></h1>
+    <h1><a href="http://example.org/article/first/">first</a></h1>
   
 </body>
 </html>
@@ -823,7 +823,7 @@
 In quam ante, vulputate at massa et, rutrum
 gravida dui. Phasellus tristique libero at ex.</p>
 
-  <p><a href="http://replace-this-with-your-hugo-site.com/">Home</a></p>
+  <p><a href="http://example.org/">Home</a></p>
 </body>
 </html>
 
@@ -845,7 +845,7 @@
 pulvinar. Ut mattis gravida venenatis. Vivamus
 lobortis risus id nisi rutrum, at iaculis.</p>
 
-  <p><a href="http://replace-this-with-your-hugo-site.com/">Home</a></p>
+  <p><a href="http://example.org/">Home</a></p>
 </body>
 </html>
 $ 
@@ -985,7 +985,7 @@
 ipsum quia dolor sit amet consectetur
 adipisci velit.</p>
 
-  <p><a href="http://replace-this-with-your-hugo-site.com/">Home</a></p>
+  <p><a href="http://example.org/">Home</a></p>
 </body>
 </html>
 $ 
@@ -1001,11 +1001,11 @@
 <html>
 <body>
   
-    <h1><a href="http://replace-this-with-your-hugo-site.com/about/">about</a></h1>
+    <h1><a href="http://example.org/about/">about</a></h1>
   
-    <h1><a href="http://replace-this-with-your-hugo-site.com/article/second/">second</a></h1>
+    <h1><a href="http://example.org/article/second/">second</a></h1>
   
-    <h1><a href="http://replace-this-with-your-hugo-site.com/article/first/">first</a></h1>
+    <h1><a href="http://example.org/article/first/">first</a></h1>
   
 </body>
 </html>
@@ -1060,10 +1060,10 @@
 <html>
 <body>
   <h1>Articles</h1>
-      <h2><a href="http://replace-this-with-your-hugo-site.com/article/second/">second</a></h2>
-      <h2><a href="http://replace-this-with-your-hugo-site.com/article/first/">first</a></h2>
+      <h2><a href="http://example.org/article/second/">second</a></h2>
+      <h2><a href="http://example.org/article/first/">first</a></h2>
   <h1>Pages</h1>
-      <h2><a href="http://replace-this-with-your-hugo-site.com/about/">about</a></h2>
+      <h2><a href="http://example.org/about/">about</a></h2>
 </body>
 </html>
 ```
@@ -1251,7 +1251,7 @@
 ipsum quia dolor sit amet consectetur
 adipisci velit.</p>
 
-  <p><a href="http://replace-this-with-your-hugo-site.com/">Home</a></p>
+  <p><a href="http://example.org/">Home</a></p>
 </body>
 </html>
 
@@ -1273,7 +1273,7 @@
 In quam ante, vulputate at massa et, rutrum
 gravida dui. Phasellus tristique libero at ex.</p>
 
-  <p><a href="http://replace-this-with-your-hugo-site.com/">Home</a></p>
+  <p><a href="http://example.org/">Home</a></p>
 </body>
 </html>