From 454358be92d13af53cb24ecbbe603c3f10100cc3 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 22 Feb 2023 22:57:17 -0800 Subject: [PATCH] Add content, layouts, shortcodes categories --- exampleSite/content/content/emoji-support.md | 4 ++-- exampleSite/content/content/markdown-syntax.md | 4 ++-- exampleSite/content/content/math-typesetting.md | 3 ++- exampleSite/content/content/placeholder-text.md | 3 ++- exampleSite/content/content/rich-content.md | 3 ++- exampleSite/content/layouts/home.md | 2 +- exampleSite/content/layouts/search.md | 4 ++-- exampleSite/content/shortcodes/code.md | 4 ++-- exampleSite/content/shortcodes/figure.md | 4 ++-- exampleSite/content/shortcodes/gallery/index.md | 4 ++-- exampleSite/content/shortcodes/image.md | 4 ++-- exampleSite/content/shortcodes/quote.md | 4 ++-- exampleSite/content/shortcodes/vimeo.md | 4 ++-- exampleSite/content/shortcodes/youtube.md | 4 ++-- 14 files changed, 27 insertions(+), 24 deletions(-) diff --git a/exampleSite/content/content/emoji-support.md b/exampleSite/content/content/emoji-support.md index 05a40f2c..29ed571d 100644 --- a/exampleSite/content/content/emoji-support.md +++ b/exampleSite/content/content/emoji-support.md @@ -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 --- diff --git a/exampleSite/content/content/markdown-syntax.md b/exampleSite/content/content/markdown-syntax.md index 7e50dcc7..920d3248 100644 --- a/exampleSite/content/content/markdown-syntax.md +++ b/exampleSite/content/content/markdown-syntax.md @@ -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 --- diff --git a/exampleSite/content/content/math-typesetting.md b/exampleSite/content/content/math-typesetting.md index c4b5492d..f5b50208 100644 --- a/exampleSite/content/content/math-typesetting.md +++ b/exampleSite/content/content/math-typesetting.md @@ -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 --- diff --git a/exampleSite/content/content/placeholder-text.md b/exampleSite/content/content/placeholder-text.md index 737478d8..21b13a1a 100644 --- a/exampleSite/content/content/placeholder-text.md +++ b/exampleSite/content/content/placeholder-text.md @@ -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 --- diff --git a/exampleSite/content/content/rich-content.md b/exampleSite/content/content/rich-content.md index 80cc8cc8..877dea41 100644 --- a/exampleSite/content/content/rich-content.md +++ b/exampleSite/content/content/rich-content.md @@ -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 --- diff --git a/exampleSite/content/layouts/home.md b/exampleSite/content/layouts/home.md index 8d664779..17e83b70 100644 --- a/exampleSite/content/layouts/home.md +++ b/exampleSite/content/layouts/home.md @@ -1,6 +1,6 @@ --- authors: ["will_faught"] -categories: ["paige"] +categories: ["layouts", "paige"] description: "Demonstration of the Paige home layout." layout: "paige/home" paige: diff --git a/exampleSite/content/layouts/search.md b/exampleSite/content/layouts/search.md index 724a73db..0fc4da6f 100644 --- a/exampleSite/content/layouts/search.md +++ b/exampleSite/content/layouts/search.md @@ -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 --- diff --git a/exampleSite/content/shortcodes/code.md b/exampleSite/content/shortcodes/code.md index eaad6b29..edf7537f 100644 --- a/exampleSite/content/shortcodes/code.md +++ b/exampleSite/content/shortcodes/code.md @@ -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 --- diff --git a/exampleSite/content/shortcodes/figure.md b/exampleSite/content/shortcodes/figure.md index ce508766..07564142 100644 --- a/exampleSite/content/shortcodes/figure.md +++ b/exampleSite/content/shortcodes/figure.md @@ -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 --- diff --git a/exampleSite/content/shortcodes/gallery/index.md b/exampleSite/content/shortcodes/gallery/index.md index fd4a73c7..1dc9bd66 100644 --- a/exampleSite/content/shortcodes/gallery/index.md +++ b/exampleSite/content/shortcodes/gallery/index.md @@ -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 --- diff --git a/exampleSite/content/shortcodes/image.md b/exampleSite/content/shortcodes/image.md index 3d91b985..794450b8 100644 --- a/exampleSite/content/shortcodes/image.md +++ b/exampleSite/content/shortcodes/image.md @@ -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 --- diff --git a/exampleSite/content/shortcodes/quote.md b/exampleSite/content/shortcodes/quote.md index 9b121a83..e66b6e46 100644 --- a/exampleSite/content/shortcodes/quote.md +++ b/exampleSite/content/shortcodes/quote.md @@ -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 --- diff --git a/exampleSite/content/shortcodes/vimeo.md b/exampleSite/content/shortcodes/vimeo.md index f8cd9d98..c04af334 100644 --- a/exampleSite/content/shortcodes/vimeo.md +++ b/exampleSite/content/shortcodes/vimeo.md @@ -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 --- diff --git a/exampleSite/content/shortcodes/youtube.md b/exampleSite/content/shortcodes/youtube.md index ae4f5d2d..fd0bf037 100644 --- a/exampleSite/content/shortcodes/youtube.md +++ b/exampleSite/content/shortcodes/youtube.md @@ -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 ---