Convert front matter to TOML
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
---
|
||||
description: "Demonstrations of Paige content."
|
||||
title: "Content"
|
||||
---
|
||||
+++
|
||||
description = "Demonstrations of Paige content."
|
||||
title = "Content"
|
||||
+++
|
||||
|
@@ -1,16 +1,15 @@
|
||||
---
|
||||
authors: ["author-demo"]
|
||||
categories: ["content", "paige"]
|
||||
date: "2023-09-18T21:21:05-07:00"
|
||||
description: "An alert."
|
||||
paige:
|
||||
alert:
|
||||
message: "Get more information <a href=\"#\" class=\"alert-link\">here</a>."
|
||||
type: "primary"
|
||||
tags: ["alerts"]
|
||||
title: "Alert"
|
||||
weight: 60
|
||||
---
|
||||
+++
|
||||
authors = ["author-demo"]
|
||||
categories = ["content", "paige"]
|
||||
date = "2023-09-18T21:21:05-07:00"
|
||||
description = "An alert."
|
||||
tags = ["alerts"]
|
||||
title = "Alert"
|
||||
weight = 60
|
||||
[paige.alert]
|
||||
message = "Get more information <a href=\"#\" class=\"alert-link\">here</a>."
|
||||
type = "primary"
|
||||
+++
|
||||
|
||||
This page has the following parameters:
|
||||
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
authors: ["author-demo"]
|
||||
categories: ["content", "paige"]
|
||||
date: "2023-09-18T21:32:40-07:00"
|
||||
description: "Guide to emoji usage in Hugo."
|
||||
tags: ["emoji"]
|
||||
title: "Emoji Support"
|
||||
weight: 50
|
||||
---
|
||||
+++
|
||||
authors = ["author-demo"]
|
||||
categories = ["content", "paige"]
|
||||
date = "2023-09-18T21:32:40-07:00"
|
||||
description = "Guide to emoji usage in Hugo."
|
||||
tags = ["emoji"]
|
||||
title = "Emoji Support"
|
||||
weight = 50
|
||||
+++
|
||||
|
||||
<!--
|
||||
The MIT License (MIT)
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
authors: ["author-demo"]
|
||||
categories: ["content", "paige"]
|
||||
date: "2023-09-24T21:29:30-07:00"
|
||||
description: "A front matter link."
|
||||
link: "https://willfaught.com/paige"
|
||||
tags: ["link"]
|
||||
title: "Link"
|
||||
weight: 70
|
||||
---
|
||||
+++
|
||||
authors = ["author-demo"]
|
||||
categories = ["content", "paige"]
|
||||
date = "2023-09-24T21:29:30-07:00"
|
||||
description = "A front matter link."
|
||||
link = "https://willfaught.com/paige"
|
||||
tags = ["link"]
|
||||
title = "Link"
|
||||
weight = 70
|
||||
+++
|
||||
|
||||
It takes you to the home page.
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
authors: ["author-demo"]
|
||||
categories: ["content", "paige"]
|
||||
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
|
||||
---
|
||||
+++
|
||||
authors = ["author-demo"]
|
||||
categories = ["content", "paige"]
|
||||
date = "2023-09-18T21:32:52-07:00"
|
||||
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
tags = ["css", "html", "markdown"]
|
||||
title = "Markdown Syntax Guide"
|
||||
weight = 10
|
||||
+++
|
||||
|
||||
<!--
|
||||
The MIT License (MIT)
|
||||
|
@@ -1,14 +1,14 @@
|
||||
---
|
||||
authors: ["author-demo"]
|
||||
categories: ["content", "paige"]
|
||||
date: "2023-09-18T21:33:03-07:00"
|
||||
description: "A brief guide to setup KaTeX."
|
||||
paige:
|
||||
math: true
|
||||
tags: ["katex", "math", "typesetting"]
|
||||
title: "Math Typesetting"
|
||||
weight: 40
|
||||
---
|
||||
+++
|
||||
authors = ["author-demo"]
|
||||
categories = ["content", "paige"]
|
||||
date = "2023-09-18T21:33:03-07:00"
|
||||
description = "A brief guide to setup KaTeX."
|
||||
tags = ["katex", "math", "typesetting"]
|
||||
title = "Math Typesetting"
|
||||
weight = 40
|
||||
[paige]
|
||||
math = true
|
||||
+++
|
||||
|
||||
<!--
|
||||
The MIT License (MIT)
|
||||
|
@@ -1,15 +1,14 @@
|
||||
---
|
||||
authors: ["author-demo"]
|
||||
categories: ["content", "paige"]
|
||||
date: "2023-09-18T21:33:16-07:00"
|
||||
description: "Lorem Ipsum Dolor Si Amet."
|
||||
paige:
|
||||
feed:
|
||||
hide_page: true
|
||||
tags: ["markdown", "text"]
|
||||
title: "Placeholder Text"
|
||||
weight: 30
|
||||
---
|
||||
+++
|
||||
authors = ["author-demo"]
|
||||
categories = ["content", "paige"]
|
||||
date = "2023-09-18T21:33:16-07:00"
|
||||
description = "Lorem Ipsum Dolor Si Amet."
|
||||
tags = ["markdown", "text"]
|
||||
title = "Placeholder Text"
|
||||
weight = 30
|
||||
[paige.feed]
|
||||
hide_page = true
|
||||
+++
|
||||
|
||||
<!--
|
||||
The MIT License (MIT)
|
||||
|
@@ -1,15 +1,14 @@
|
||||
---
|
||||
authors: ["author-demo"]
|
||||
categories: ["content", "paige"]
|
||||
date: "2023-09-18T21:33:24-07:00"
|
||||
description: "A brief description of Hugo Shortcodes."
|
||||
paige:
|
||||
feed:
|
||||
hide_page: true
|
||||
tags: ["shortcodes", "privacy"]
|
||||
title: "Rich Content"
|
||||
weight: 20
|
||||
---
|
||||
+++
|
||||
authors = ["author-demo"]
|
||||
categories = ["content", "paige"]
|
||||
date = "2023-09-18T21:33:24-07:00"
|
||||
description = "A brief description of Hugo Shortcodes."
|
||||
tags = ["privacy", "shortcodes"]
|
||||
title = "Rich Content"
|
||||
weight = 20
|
||||
[paige.feed]
|
||||
hide_page = true
|
||||
+++
|
||||
|
||||
<!--
|
||||
The MIT License (MIT)
|
||||
|
Reference in New Issue
Block a user