Add content, layouts, shortcodes categories
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
categories: ["content", "paige"]
|
||||
description: "Guide to emoji usage in Hugo."
|
||||
tags: ["content", "emoji"]
|
||||
tags: ["emoji"]
|
||||
title: "Emoji Support"
|
||||
weight: 50
|
||||
---
|
||||
|
@@ -1,8 +1,8 @@
|
||||
---
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
categories: ["content", "paige"]
|
||||
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
tags: ["content", "markdown", "css", "html"]
|
||||
tags: ["markdown", "css", "html"]
|
||||
title: "Markdown Syntax Guide"
|
||||
weight: 10
|
||||
---
|
||||
|
@@ -1,9 +1,10 @@
|
||||
---
|
||||
authors: ["will_faught"]
|
||||
categories: ["content", "paige"]
|
||||
description: "A brief guide to setup KaTeX."
|
||||
paige:
|
||||
math: true
|
||||
tags: ["content", "katex", "math", "typesetting"]
|
||||
tags: ["katex", "math", "typesetting"]
|
||||
title: "Math Typesetting"
|
||||
weight: 40
|
||||
---
|
||||
|
@@ -1,7 +1,8 @@
|
||||
---
|
||||
authors: ["will_faught"]
|
||||
categories: ["content", "paige"]
|
||||
description: "Lorem Ipsum Dolor Si Amet."
|
||||
tags: ["content", "markdown", "text"]
|
||||
tags: ["markdown", "text"]
|
||||
title: "Placeholder Text"
|
||||
weight: 30
|
||||
---
|
||||
|
@@ -1,7 +1,8 @@
|
||||
---
|
||||
authors: ["will_faught"]
|
||||
categories: ["content", "paige"]
|
||||
description: "A brief description of Hugo Shortcodes."
|
||||
tags: ["content", "shortcodes", "privacy"]
|
||||
tags: ["shortcodes", "privacy"]
|
||||
title: "Rich Content"
|
||||
weight: 20
|
||||
---
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
categories: ["layouts", "paige"]
|
||||
description: "Demonstration of the Paige home layout."
|
||||
layout: "paige/home"
|
||||
paige:
|
||||
|
@@ -1,9 +1,9 @@
|
||||
---
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
categories: ["layouts", "paige"]
|
||||
description: "Demonstration of the Paige search layout."
|
||||
layout: "paige/search"
|
||||
tags: ["layouts", "search"]
|
||||
tags: ["search"]
|
||||
title: "Search Layout"
|
||||
weight: 20
|
||||
---
|
||||
|
@@ -1,8 +1,8 @@
|
||||
---
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
categories: ["paige", "shortcodes"]
|
||||
description: "Demonstration of the Paige code shortcode."
|
||||
tags: ["code", "figures", "shortcodes"]
|
||||
tags: ["code", "figures"]
|
||||
title: "Code Shortcode"
|
||||
weight: 30
|
||||
---
|
||||
|
@@ -1,8 +1,8 @@
|
||||
---
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
categories: ["paige", "shortcodes"]
|
||||
description: "Demonstration of the Paige figure shortcode."
|
||||
tags: ["figures", "shortcodes"]
|
||||
tags: ["figures"]
|
||||
title: "Figure Shortcode"
|
||||
weight: 10
|
||||
---
|
||||
|
@@ -1,8 +1,8 @@
|
||||
---
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
categories: ["paige", "shortcodes"]
|
||||
description: "Demonstration of the Paige gallery shortcode."
|
||||
tags: ["figures", "gallery", "images", "shortcodes"]
|
||||
tags: ["figures", "gallery", "images"]
|
||||
title: "Gallery Shortcode"
|
||||
weight: 50
|
||||
---
|
||||
|
@@ -1,8 +1,8 @@
|
||||
---
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
categories: ["paige", "shortcodes"]
|
||||
description: "Demonstration of the Paige image shortcode."
|
||||
tags: ["figures", "images", "shortcodes"]
|
||||
tags: ["figures", "images"]
|
||||
title: "Image Shortcode"
|
||||
weight: 40
|
||||
---
|
||||
|
@@ -1,8 +1,8 @@
|
||||
---
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
categories: ["paige", "shortcodes"]
|
||||
description: "Demonstration of the Paige quote shortcode."
|
||||
tags: ["figures", "quotations", "shortcodes"]
|
||||
tags: ["figures", "quotations"]
|
||||
title: "Quote Shortcode"
|
||||
weight: 20
|
||||
---
|
||||
|
@@ -1,8 +1,8 @@
|
||||
---
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
categories: ["paige", "shortcodes"]
|
||||
description: "Demonstration of the Paige Vimeo shortcode."
|
||||
tags: ["shortcodes", "videos", "vimeo"]
|
||||
tags: ["videos", "vimeo"]
|
||||
title: "Vimeo Shortcode"
|
||||
weight: 70
|
||||
---
|
||||
|
@@ -1,8 +1,8 @@
|
||||
---
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
categories: ["paige", "shortcodes"]
|
||||
description: "Demonstration of the Paige YouTube shortcode."
|
||||
tags: ["shortcodes", "videos", "youtube"]
|
||||
tags: ["videos", "youtube"]
|
||||
title: "YouTube Shortcode"
|
||||
weight: 60
|
||||
---
|
||||
|
Reference in New Issue
Block a user