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..d39422ce 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: 2 --- 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/papermod/papermod-installation.md b/content/posts/papermod/papermod-installation.md index 0e0d7ed7..b5d7e9b9 100644 --- a/content/posts/papermod/papermod-installation.md +++ b/content/posts/papermod/papermod-installation.md @@ -2,6 +2,7 @@ title: "Install / Update PaperMod" summary: Read aboout Install and Update instructions and sampled configuration templates date: 2021-01-20 +weight: 1 series: ["PaperMod"] aliases: ["/papermod-installation"] tags: ["PaperMod", "Docs"]