Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2018-09-15 06:40:16 +0300
committerVicky <vicky@vickylai.com>2018-09-15 06:40:16 +0300
commitf57db6fc7343416f6455594b6effe9bc1cfa166d (patch)
treed97edf73ec6f803f717a6ae683d210fe0789e646
parent9e664568043d249aad15392290b499046ace9d1a (diff)
Update example content helpfulnessv4.0
- Indicate which files and templates are used
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/en/blog/_index.md2
-rw-r--r--exampleSite/content/en/home/contact.md2
-rw-r--r--exampleSite/content/en/home/lorem.md2
-rw-r--r--exampleSite/content/en/projects/_index.md2
5 files changed, 5 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 25ff0be..a183a68 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -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
diff --git a/exampleSite/content/en/blog/_index.md b/exampleSite/content/en/blog/_index.md
index 1ac8cf8..1ecac4c 100644
--- a/exampleSite/content/en/blog/_index.md
+++ b/exampleSite/content/en/blog/_index.md
@@ -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. \ No newline at end of file
diff --git a/exampleSite/content/en/home/contact.md b/exampleSite/content/en/home/contact.md
index da29316..7b5d8c0 100644
--- a/exampleSite/content/en/home/contact.md
+++ b/exampleSite/content/en/home/contact.md
@@ -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.
diff --git a/exampleSite/content/en/home/lorem.md b/exampleSite/content/en/home/lorem.md
index bca573f..824b327 100644
--- a/exampleSite/content/en/home/lorem.md
+++ b/exampleSite/content/en/home/lorem.md
@@ -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.
diff --git a/exampleSite/content/en/projects/_index.md b/exampleSite/content/en/projects/_index.md
index 9375faf..fdac72b 100644
--- a/exampleSite/content/en/projects/_index.md
+++ b/exampleSite/content/en/projects/_index.md
@@ -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. \ No newline at end of file