Remove unneeded feed config

This commit is contained in:
Will Faught
2024-07-18 18:24:05 -07:00
parent 5df49273a7
commit aff1716ff5
6 changed files with 0 additions and 12 deletions

View File

@@ -4,8 +4,6 @@ categories = ["content", "paige"]
description = "Lorem Ipsum Dolor Si Amet."
tags = ["markdown", "text"]
title = "Placeholder Text"
[paige.feed]
hide_page = true
+++
<!--

View File

@@ -4,8 +4,6 @@ categories = ["content", "paige"]
description = "A brief description of Hugo Shortcodes."
tags = ["privacy", "shortcodes"]
title = "Rich Content"
[paige.feed]
hide_page = true
+++
<!--

View File

@@ -1,5 +1,3 @@
+++
title = "Apple"
[paige.feed]
hide_page = true
+++

View File

@@ -1,5 +1,3 @@
+++
title = "Banana"
[paige.feed]
hide_page = true
+++

View File

@@ -1,5 +1,3 @@
+++
title = "Cantaloupe"
[paige.feed]
hide_page = true
+++

View File

@@ -5,8 +5,6 @@ description = "Demonstration of the search layout."
layout = "paige/search"
tags = ["search"]
title = "Search"
[paige.feed]
hide_page = true
+++
The `paige/search` layout provides site search.