mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Replace replace-this-with-your-hugo-site.com with example.org
Fixes #2264
This commit is contained in:
parent
b8af06f26a
commit
4a48b5f326
2 changed files with 15 additions and 15 deletions
|
@ -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.
|
The website uses the dummy values specified in the `config.toml`. Let's update the configuration.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
baseurl = "http://replace-this-with-your-hugo-site.com/"
|
baseurl = "http://example.org/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Shekhar Gulati Book Reviews"
|
title = "Shekhar Gulati Book Reviews"
|
||||||
|
|
||||||
|
|
|
@ -304,7 +304,7 @@ Edit the file to add the named theme.
|
||||||
```bash
|
```bash
|
||||||
$ vi config.toml
|
$ vi config.toml
|
||||||
theme = "zafta"
|
theme = "zafta"
|
||||||
baseurl = "http://replace-this-with-your-hugo-site.com/"
|
baseurl = "http://example.org/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "My New Hugo Site"
|
title = "My New Hugo Site"
|
||||||
:wq
|
:wq
|
||||||
|
@ -719,9 +719,9 @@ $ cat public/index.html
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -823,7 +823,7 @@ Nulla facilisi.</p>
|
||||||
In quam ante, vulputate at massa et, rutrum
|
In quam ante, vulputate at massa et, rutrum
|
||||||
gravida dui. Phasellus tristique libero at ex.</p>
|
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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
@ -845,7 +845,7 @@ varius sagittis turpis.</p>
|
||||||
pulvinar. Ut mattis gravida venenatis. Vivamus
|
pulvinar. Ut mattis gravida venenatis. Vivamus
|
||||||
lobortis risus id nisi rutrum, at iaculis.</p>
|
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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
$
|
$
|
||||||
|
@ -985,7 +985,7 @@ $ cat public/about/index.html
|
||||||
ipsum quia dolor sit amet consectetur
|
ipsum quia dolor sit amet consectetur
|
||||||
adipisci velit.</p>
|
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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
$
|
$
|
||||||
|
@ -1001,11 +1001,11 @@ $ cat public/index.html
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1060,10 +1060,10 @@ $ cat public/index.html
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<h1>Articles</h1>
|
<h1>Articles</h1>
|
||||||
<h2><a href="http://replace-this-with-your-hugo-site.com/article/second/">second</a></h2>
|
<h2><a href="http://example.org/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/first/">first</a></h2>
|
||||||
<h1>Pages</h1>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
@ -1251,7 +1251,7 @@ $ cat public/about/index.html
|
||||||
ipsum quia dolor sit amet consectetur
|
ipsum quia dolor sit amet consectetur
|
||||||
adipisci velit.</p>
|
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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
@ -1273,7 +1273,7 @@ Nulla facilisi.</p>
|
||||||
In quam ante, vulputate at massa et, rutrum
|
In quam ante, vulputate at massa et, rutrum
|
||||||
gravida dui. Phasellus tristique libero at ex.</p>
|
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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue