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