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 -

second

+

second

-

first

+

first

@@ -823,7 +823,7 @@ Nulla facilisi.

In quam ante, vulputate at massa et, rutrum gravida dui. Phasellus tristique libero at ex.

-

Home

+

Home

@@ -845,7 +845,7 @@ varius sagittis turpis.

pulvinar. Ut mattis gravida venenatis. Vivamus lobortis risus id nisi rutrum, at iaculis.

-

Home

+

Home

$ @@ -985,7 +985,7 @@ $ cat public/about/index.html ipsum quia dolor sit amet consectetur adipisci velit.

-

Home

+

Home

$ @@ -1001,11 +1001,11 @@ $ cat public/index.html -

about

+

about

-

second

+

second

-

first

+

first

@@ -1060,10 +1060,10 @@ $ cat public/index.html

Articles

-

second

-

first

+

second

+

first

Pages

-

about

+

about

``` @@ -1251,7 +1251,7 @@ $ cat public/about/index.html ipsum quia dolor sit amet consectetur adipisci velit.

-

Home

+

Home

@@ -1273,7 +1273,7 @@ Nulla facilisi.

In quam ante, vulputate at massa et, rutrum gravida dui. Phasellus tristique libero at ex.

-

Home

+

Home