Skip to content

Commit

Permalink
Update example content helpfulness
Browse files Browse the repository at this point in the history
- Indicate which files and templates are used
  • Loading branch information
Vicky committed Sep 15, 2018
1 parent 9e66456 commit f57db6f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion exampleSite/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = "https://example.org/" # Your domain name. Must end with "/"
baseURL = "/" # Your domain name. Must end with "/"
theme = "introduction"
DefaultContentLanguage = "en" # Default language for multilingual sites
# disqusshortname = "" # https://gohugo.io/content-management/comments
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/en/blog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: "Blog"
---

Here is some introduction text for my blog. This page uses the `layouts/blog/list.html` template. You can set this text by creating a `/blog/_index.md` file.
Here is some introduction text for my blog. You can set this text in the `/blog/_index.md` file. This page uses the `/layouts/blog/list.html` template.
2 changes: 1 addition & 1 deletion exampleSite/content/en/home/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ title: "Contact"

In the Contact section of **Introduction**, you may optionally display the current time in your preferred timezone.

This lets visitors know what sort of response time to expect when they contact you. The timezone is easily set in the config file.
This lets visitors know what sort of response time to expect when they contact you. The timezone is easily set in the `config.toml` file.
2 changes: 1 addition & 1 deletion exampleSite/content/en/home/lorem.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: "Lorem Ipsum"
weight: 1
---

You can add more sections to the home page by adding files to the `content/home/` folder.
You can add more sections to the home page by adding files to the `/content/home/` folder.
2 changes: 1 addition & 1 deletion exampleSite/content/en/projects/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: "Projects"
---

Here is some introduction text for my projects
Here is some introduction text for my projects. You can set this text in the `/projects/_index.md` file. This page uses the `/layouts/projects/list.html` template.

0 comments on commit f57db6f

Please sign in to comment.