mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Update example content helpfulness
- Indicate which files and templates are used
This commit is contained in:
parent
9e66456804
commit
f57db6fc73
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
baseURL = "https://example.org/" # Your domain name. Must end with "/"
|
baseURL = "/" # Your domain name. Must end with "/"
|
||||||
theme = "introduction"
|
theme = "introduction"
|
||||||
DefaultContentLanguage = "en" # Default language for multilingual sites
|
DefaultContentLanguage = "en" # Default language for multilingual sites
|
||||||
# disqusshortname = "" # https://gohugo.io/content-management/comments
|
# disqusshortname = "" # https://gohugo.io/content-management/comments
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
title: "Blog"
|
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.
|
|
@ -4,4 +4,4 @@ title: "Contact"
|
||||||
|
|
||||||
In the Contact section of **Introduction**, you may optionally display the current time in your preferred timezone.
|
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.
|
||||||
|
|
|
@ -3,4 +3,4 @@ title: "Lorem Ipsum"
|
||||||
weight: 1
|
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,4 +2,4 @@
|
||||||
title: "Projects"
|
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.
|
Loading…
Reference in a new issue