Order all pages by weight, date, title
This commit is contained in:
@@ -9,7 +9,7 @@ paige:
|
||||
type: "primary"
|
||||
tags: ["alerts"]
|
||||
title: "Alert"
|
||||
weight: 60
|
||||
weight: 30
|
||||
---
|
||||
|
||||
This page has the following parameters:
|
||||
|
@@ -5,7 +5,7 @@ date: "2023-09-18T21:32:40-07:00"
|
||||
description: "Guide to emoji usage in Hugo."
|
||||
tags: ["emoji"]
|
||||
title: "Emoji Support"
|
||||
weight: 50
|
||||
weight: 40
|
||||
---
|
||||
|
||||
<!--
|
||||
|
@@ -6,7 +6,7 @@ description: "A front matter link."
|
||||
link: "https://willfaught.com/paige"
|
||||
tags: ["link"]
|
||||
title: "Link"
|
||||
weight: 70
|
||||
weight: 20
|
||||
---
|
||||
|
||||
It takes you to the home page.
|
||||
|
@@ -5,7 +5,7 @@ date: "2023-09-18T21:32:52-07:00"
|
||||
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
tags: ["markdown", "css", "html"]
|
||||
title: "Markdown Syntax Guide"
|
||||
weight: 10
|
||||
weight: 80
|
||||
---
|
||||
|
||||
<!--
|
||||
|
@@ -7,7 +7,7 @@ paige:
|
||||
math: true
|
||||
tags: ["katex", "math", "typesetting"]
|
||||
title: "Math Typesetting"
|
||||
weight: 40
|
||||
weight: 50
|
||||
---
|
||||
|
||||
<!--
|
||||
|
@@ -8,7 +8,7 @@ paige:
|
||||
hide_page: true
|
||||
tags: ["markdown", "text"]
|
||||
title: "Placeholder Text"
|
||||
weight: 30
|
||||
weight: 60
|
||||
---
|
||||
|
||||
<!--
|
||||
|
@@ -8,7 +8,7 @@ paige:
|
||||
hide_page: true
|
||||
tags: ["shortcodes", "privacy"]
|
||||
title: "Rich Content"
|
||||
weight: 20
|
||||
weight: 70
|
||||
---
|
||||
|
||||
<!--
|
||||
|
@@ -5,7 +5,7 @@ date: "2023-09-24T21:29:31-07:00"
|
||||
description: "Only a video."
|
||||
tags: ["video"]
|
||||
title: "Video"
|
||||
weight: 80
|
||||
weight: 10
|
||||
---
|
||||
|
||||
{{< paige/youtube "dQw4w9WgXcQ" >}}
|
||||
|
@@ -14,7 +14,6 @@ paige:
|
||||
#paige-toc,
|
||||
.paige-authors,
|
||||
.paige-date,
|
||||
.paige-date-header,
|
||||
.paige-keywords,
|
||||
.paige-reading-time,
|
||||
.paige-series,
|
||||
@@ -49,7 +48,6 @@ paige:
|
||||
#paige-toc,
|
||||
.paige-authors,
|
||||
.paige-date,
|
||||
.paige-date-header,
|
||||
.paige-keywords,
|
||||
.paige-reading-time,
|
||||
.paige-series,
|
||||
|
@@ -16,7 +16,6 @@ paige:
|
||||
#paige-toc,
|
||||
.paige-authors,
|
||||
.paige-date,
|
||||
.paige-date-header,
|
||||
.paige-keywords,
|
||||
.paige-reading-time,
|
||||
.paige-series,
|
||||
@@ -26,7 +25,7 @@ paige:
|
||||
series: ["series-demo"]
|
||||
tags: ["show", "singles"]
|
||||
title: "Show Data"
|
||||
weight: 10
|
||||
weight: 20
|
||||
---
|
||||
|
||||
This site hides some single page data by default. This page shows it all.
|
||||
@@ -53,7 +52,6 @@ paige:
|
||||
#paige-toc,
|
||||
.paige-authors,
|
||||
.paige-date,
|
||||
.paige-date-header,
|
||||
.paige-keywords,
|
||||
.paige-reading-time,
|
||||
.paige-series,
|
||||
|
@@ -16,7 +16,6 @@ paige:
|
||||
#paige-toc,
|
||||
.paige-authors,
|
||||
.paige-date,
|
||||
.paige-date-header,
|
||||
.paige-keywords,
|
||||
.paige-reading-time,
|
||||
.paige-series,
|
||||
@@ -37,14 +36,13 @@ paige:
|
||||
#paige-credit { font-style: italic; }
|
||||
.paige-authors { font-style: italic; }
|
||||
.paige-date { font-style: italic; }
|
||||
.paige-date-header { font-style: italic; }
|
||||
.paige-keyword { font-style: italic; }
|
||||
.paige-series { font-style: italic; }
|
||||
.paige-summary { font-style: italic; }
|
||||
series: ["series-demo"]
|
||||
tags: ["singles", "style"]
|
||||
title: "Style Data"
|
||||
weight: 20
|
||||
weight: 10
|
||||
---
|
||||
|
||||
This site uses the default styles on the other pages. This page changes them.
|
||||
@@ -71,7 +69,6 @@ paige:
|
||||
#paige-toc,
|
||||
.paige-authors,
|
||||
.paige-date,
|
||||
.paige-date-header,
|
||||
.paige-keywords,
|
||||
.paige-reading-time,
|
||||
.paige-series,
|
||||
@@ -92,7 +89,6 @@ paige:
|
||||
#paige-credit { font-style: italic; }
|
||||
.paige-authors { font-style: italic; }
|
||||
.paige-date { font-style: italic; }
|
||||
.paige-date-header { font-style: italic; }
|
||||
.paige-keyword { font-style: italic; }
|
||||
.paige-series { font-style: italic; }
|
||||
.paige-summary { font-style: italic; }
|
||||
|
Reference in New Issue
Block a user