```toml
$ vi config.toml
theme = "zafta"
-baseurl = "http://replace-this-with-your-hugo-site.com/"
+baseurl = "http://example.org/"
title = "My New Hugo Site"
languageCode = "en-us"
:wq
<!DOCTYPE html>
<html>
<body>
- <h4><a href="http://replace-this-with-your-hugo-site.com/article/Second/">Second</a></h4>
- <h4><a href="http://replace-this-with-your-hugo-site.com/article/First/">First</a></h4>
+ <h4><a href="http://example.org/article/Second/">Second</a></h4>
+ <h4><a href="http://example.org/article/First/">First</a></h4>
</body>
</html>
```
In quam ante, vulputate at massa et, rutrum
gravida dui. Phasellus tristique libero at ex.</p>
- <h4><a href="http://replace-this-with-your-hugo-site.com/">Home</a></h4>
+ <h4><a href="http://example.org/">Home</a></h4>
</body>
</html>
pulvinar. Ut mattis gravida venenatis. Vivamus
lobortis risus id nisi rutrum, at iaculis.</p>
- <h4><a href="http://replace-this-with-your-hugo-site.com/">Home</a></h4>
+ <h4><a href="http://example.org/">Home</a></h4>
</body>
</html>
```
ipsum quia dolor sit amet consectetur
adipisci velit.</p>
- <h4><a href="http://replace-this-with-your-hugo-site.com/">Home</a></h4>
+ <h4><a href="http://example.org/">Home</a></h4>
</body>
</html>
```
<!DOCTYPE html>
<html>
<body>
- <h4><a href="http://replace-this-with-your-hugo-site.com/About/">About</a></h4>
- <h4><a href="http://replace-this-with-your-hugo-site.com/article/Second/">Second</a></h4>
- <h4><a href="http://replace-this-with-your-hugo-site.com/article/First/">First</a></h4>
+ <h4><a href="http://example.org/About/">About</a></h4>
+ <h4><a href="http://example.org/article/Second/">Second</a></h4>
+ <h4><a href="http://example.org/article/First/">First</a></h4>
</body>
</html>
```
<html>
<body>
<h2>Articles</h2>
- <h4><a href="http://replace-this-with-your-hugo-site.com/article/Second/">Second</a></h4>
- <h4><a href="http://replace-this-with-your-hugo-site.com/article/First/">First</a></h4>
+ <h4><a href="http://example.org/article/Second/">Second</a></h4>
+ <h4><a href="http://example.org/article/First/">First</a></h4>
<h2>Pages</h2>
- <h4><a href="http://replace-this-with-your-hugo-site.com/About/">About</a></h4>
+ <h4><a href="http://example.org/About/">About</a></h4>
</body>
</html>
```
In quam ante, vulputate at massa et, rutrum
gravida dui. Phasellus tristique libero at ex.</p>
- <h4><a href="http://replace-this-with-your-hugo-site.com/">Home</a></h4>
+ <h4><a href="http://example.org/">Home</a></h4>
</body>
</html>
ipsum quia dolor sit amet consectetur
adipisci velit.</p>
- <h4><a href="http://replace-this-with-your-hugo-site.com/">Home</a></h4>
+ <h4><a href="http://example.org/">Home</a></h4>
</body>
</html>
```