Add content, layouts, shortcodes categories

master
Will Faught 2 years ago
parent 151a4e73da
commit 454358be92

@ -1,8 +1,8 @@
--- ---
authors: ["will_faught"] authors: ["will_faught"]
categories: ["paige"] categories: ["content", "paige"]
description: "Guide to emoji usage in Hugo." description: "Guide to emoji usage in Hugo."
tags: ["content", "emoji"] tags: ["emoji"]
title: "Emoji Support" title: "Emoji Support"
weight: 50 weight: 50
--- ---

@ -1,8 +1,8 @@
--- ---
authors: ["will_faught"] authors: ["will_faught"]
categories: ["paige"] categories: ["content", "paige"]
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements." 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" title: "Markdown Syntax Guide"
weight: 10 weight: 10
--- ---

@ -1,9 +1,10 @@
--- ---
authors: ["will_faught"] authors: ["will_faught"]
categories: ["content", "paige"]
description: "A brief guide to setup KaTeX." description: "A brief guide to setup KaTeX."
paige: paige:
math: true math: true
tags: ["content", "katex", "math", "typesetting"] tags: ["katex", "math", "typesetting"]
title: "Math Typesetting" title: "Math Typesetting"
weight: 40 weight: 40
--- ---

@ -1,7 +1,8 @@
--- ---
authors: ["will_faught"] authors: ["will_faught"]
categories: ["content", "paige"]
description: "Lorem Ipsum Dolor Si Amet." description: "Lorem Ipsum Dolor Si Amet."
tags: ["content", "markdown", "text"] tags: ["markdown", "text"]
title: "Placeholder Text" title: "Placeholder Text"
weight: 30 weight: 30
--- ---

@ -1,7 +1,8 @@
--- ---
authors: ["will_faught"] authors: ["will_faught"]
categories: ["content", "paige"]
description: "A brief description of Hugo Shortcodes." description: "A brief description of Hugo Shortcodes."
tags: ["content", "shortcodes", "privacy"] tags: ["shortcodes", "privacy"]
title: "Rich Content" title: "Rich Content"
weight: 20 weight: 20
--- ---

@ -1,6 +1,6 @@
--- ---
authors: ["will_faught"] authors: ["will_faught"]
categories: ["paige"] categories: ["layouts", "paige"]
description: "Demonstration of the Paige home layout." description: "Demonstration of the Paige home layout."
layout: "paige/home" layout: "paige/home"
paige: paige:

@ -1,9 +1,9 @@
--- ---
authors: ["will_faught"] authors: ["will_faught"]
categories: ["paige"] categories: ["layouts", "paige"]
description: "Demonstration of the Paige search layout." description: "Demonstration of the Paige search layout."
layout: "paige/search" layout: "paige/search"
tags: ["layouts", "search"] tags: ["search"]
title: "Search Layout" title: "Search Layout"
weight: 20 weight: 20
--- ---

@ -1,8 +1,8 @@
--- ---
authors: ["will_faught"] authors: ["will_faught"]
categories: ["paige"] categories: ["paige", "shortcodes"]
description: "Demonstration of the Paige code shortcode." description: "Demonstration of the Paige code shortcode."
tags: ["code", "figures", "shortcodes"] tags: ["code", "figures"]
title: "Code Shortcode" title: "Code Shortcode"
weight: 30 weight: 30
--- ---

@ -1,8 +1,8 @@
--- ---
authors: ["will_faught"] authors: ["will_faught"]
categories: ["paige"] categories: ["paige", "shortcodes"]
description: "Demonstration of the Paige figure shortcode." description: "Demonstration of the Paige figure shortcode."
tags: ["figures", "shortcodes"] tags: ["figures"]
title: "Figure Shortcode" title: "Figure Shortcode"
weight: 10 weight: 10
--- ---

@ -1,8 +1,8 @@
--- ---
authors: ["will_faught"] authors: ["will_faught"]
categories: ["paige"] categories: ["paige", "shortcodes"]
description: "Demonstration of the Paige gallery shortcode." description: "Demonstration of the Paige gallery shortcode."
tags: ["figures", "gallery", "images", "shortcodes"] tags: ["figures", "gallery", "images"]
title: "Gallery Shortcode" title: "Gallery Shortcode"
weight: 50 weight: 50
--- ---

@ -1,8 +1,8 @@
--- ---
authors: ["will_faught"] authors: ["will_faught"]
categories: ["paige"] categories: ["paige", "shortcodes"]
description: "Demonstration of the Paige image shortcode." description: "Demonstration of the Paige image shortcode."
tags: ["figures", "images", "shortcodes"] tags: ["figures", "images"]
title: "Image Shortcode" title: "Image Shortcode"
weight: 40 weight: 40
--- ---

@ -1,8 +1,8 @@
--- ---
authors: ["will_faught"] authors: ["will_faught"]
categories: ["paige"] categories: ["paige", "shortcodes"]
description: "Demonstration of the Paige quote shortcode." description: "Demonstration of the Paige quote shortcode."
tags: ["figures", "quotations", "shortcodes"] tags: ["figures", "quotations"]
title: "Quote Shortcode" title: "Quote Shortcode"
weight: 20 weight: 20
--- ---

@ -1,8 +1,8 @@
--- ---
authors: ["will_faught"] authors: ["will_faught"]
categories: ["paige"] categories: ["paige", "shortcodes"]
description: "Demonstration of the Paige Vimeo shortcode." description: "Demonstration of the Paige Vimeo shortcode."
tags: ["shortcodes", "videos", "vimeo"] tags: ["videos", "vimeo"]
title: "Vimeo Shortcode" title: "Vimeo Shortcode"
weight: 70 weight: 70
--- ---

@ -1,8 +1,8 @@
--- ---
authors: ["will_faught"] authors: ["will_faught"]
categories: ["paige"] categories: ["paige", "shortcodes"]
description: "Demonstration of the Paige YouTube shortcode." description: "Demonstration of the Paige YouTube shortcode."
tags: ["shortcodes", "videos", "youtube"] tags: ["videos", "youtube"]
title: "YouTube Shortcode" title: "YouTube Shortcode"
weight: 60 weight: 60
--- ---

Loading…
Cancel
Save