From 241f624aa814c6eb282ea3112efaf1df09abe60d Mon Sep 17 00:00:00 2001 From: Joseph Earl Date: Thu, 23 Mar 2017 23:10:31 +0000 Subject: [PATCH 1/2] Fixes #1 with Hugo v0.18+ --- README.md | 2 +- layouts/{about/single.html => section/about.html} | 0 layouts/{tags/single.html => section/tags.html} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename layouts/{about/single.html => section/about.html} (100%) rename layouts/{tags/single.html => section/tags.html} (100%) diff --git a/README.md b/README.md index 1c63605..9a42ee9 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ To use it, copy the [`config.toml`](https://github.com/nodejh/hugo-theme-cactus- ## About page -Use the about page to introduce yourself to your visitors. You can customize the content as you like in the `/content/about/index.md`. +Use the about page to introduce yourself to your visitors. You can customize the content as you like in the `/content/about/_index.md`. ## Tags page diff --git a/layouts/about/single.html b/layouts/section/about.html similarity index 100% rename from layouts/about/single.html rename to layouts/section/about.html diff --git a/layouts/tags/single.html b/layouts/section/tags.html similarity index 100% rename from layouts/tags/single.html rename to layouts/section/tags.html From 432f7a985adb634b05dcde12d96e4c1749361755 Mon Sep 17 00:00:00 2001 From: Joseph Earl Date: Thu, 23 Mar 2017 23:23:36 +0000 Subject: [PATCH 2/2] Add explanation for hidden = true --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a42ee9..c932b4b 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Use the about page to introduce yourself to your visitors. You can customize the ## Tags page -Use the tags page to show all post's tags. You can create the file `/content/tags/index.md` and set `hidden = true`. +Use the tags page to show all post's tags. You can create the file `/content/tags/index.md` and set `hidden = true` so that the page does not show on your home page or other lists of pages. For example: