Skip to content

Commit f57db6f

Browse files
author
Vicky
committed
Update example content helpfulness
- Indicate which files and templates are used
1 parent 9e66456 commit f57db6f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

exampleSite/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://example.org/" # Your domain name. Must end with "/"
1+
baseURL = "/" # Your domain name. Must end with "/"
22
theme = "introduction"
33
DefaultContentLanguage = "en" # Default language for multilingual sites
44
# disqusshortname = "" # https://gohugo.io/content-management/comments

exampleSite/content/en/blog/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: "Blog"
33
---
44

5-
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.
5+
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.

exampleSite/content/en/home/contact.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ title: "Contact"
44

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

7-
This lets visitors know what sort of response time to expect when they contact you. The timezone is easily set in the config file.
7+
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.

exampleSite/content/en/home/lorem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ title: "Lorem Ipsum"
33
weight: 1
44
---
55

6-
You can add more sections to the home page by adding files to the `content/home/` folder.
6+
You can add more sections to the home page by adding files to the `/content/home/` folder.

exampleSite/content/en/projects/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: "Projects"
33
---
44

5-
Here is some introduction text for my projects
5+
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 commit comments

Comments
 (0)