chore(posts): add weight attribute to code_syntax and rich_content files

This commit is contained in:
Aditya Telange
2026-04-11 20:20:32 +05:30
parent c52f3c8ac1
commit 5c3b2a482d
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ ShowToc: true
TocOpen: true TocOpen: true
social: social:
fediverse_creator: "@adityatelange@mastodon.social" fediverse_creator: "@adityatelange@mastodon.social"
weight: 3
--- ---
### Inline Code ### Inline Code
+1
View File
@@ -12,6 +12,7 @@ cover:
caption: "Generated using [OG Image Playground by Vercel](https://og-playground.vercel.app/)" caption: "Generated using [OG Image Playground by Vercel](https://og-playground.vercel.app/)"
ShowToc: true ShowToc: true
TocOpen: 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. 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.
+1
View File
@@ -5,6 +5,7 @@ date: "2019-03-10"
description: "A brief description of Hugo Shortcodes" description: "A brief description of Hugo Shortcodes"
tags: ["markdown", "shortcodes", "privacy"] tags: ["markdown", "shortcodes", "privacy"]
ShowToc: true 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. 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.