diff --git a/content/posts/code_syntax.md b/content/posts/code_syntax.md index 1e2f644d..57e06f01 100644 --- a/content/posts/code_syntax.md +++ b/content/posts/code_syntax.md @@ -11,6 +11,7 @@ ShowToc: true TocOpen: true social: fediverse_creator: "@adityatelange@mastodon.social" +weight: 3 --- ### Inline Code diff --git a/content/posts/markdown-syntax.md b/content/posts/markdown-syntax.md index db0a466b..84048f32 100644 --- a/content/posts/markdown-syntax.md +++ b/content/posts/markdown-syntax.md @@ -12,6 +12,7 @@ cover: caption: "Generated using [OG Image Playground by Vercel](https://og-playground.vercel.app/)" ShowToc: true TocOpen: true +weight: 1 --- This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. diff --git a/content/posts/rich-content.md b/content/posts/rich-content.md index 9e7ebdaa..992af853 100644 --- a/content/posts/rich-content.md +++ b/content/posts/rich-content.md @@ -5,6 +5,7 @@ date: "2019-03-10" description: "A brief description of Hugo Shortcodes" tags: ["markdown", "shortcodes", "privacy"] ShowToc: true +weight: 2 --- Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.