diff --git a/content/posts/code_syntax.md b/content/posts/code_syntax.md index 57e06f01..1e2f644d 100644 --- a/content/posts/code_syntax.md +++ b/content/posts/code_syntax.md @@ -11,7 +11,6 @@ ShowToc: true TocOpen: true social: fediverse_creator: "@adityatelange@mastodon.social" -weight: 3 --- ### Inline Code diff --git a/content/posts/markdown-syntax.fa.md b/content/posts/markdown-syntax.fa.md index 811f177b..7a05705d 100644 --- a/content/posts/markdown-syntax.fa.md +++ b/content/posts/markdown-syntax.fa.md @@ -9,7 +9,6 @@ FAseries: ["Themes Guide"] aliases: ["migrate-from-jekyl"] 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/markdown-syntax.fr.md b/content/posts/markdown-syntax.fr.md index 446b5f8d..74055711 100644 --- a/content/posts/markdown-syntax.fr.md +++ b/content/posts/markdown-syntax.fr.md @@ -9,7 +9,6 @@ FRseries: ["Themes Guide"] aliases: ["migrate-from-jekyl"] 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/markdown-syntax.md b/content/posts/markdown-syntax.md index 84048f32..db0a466b 100644 --- a/content/posts/markdown-syntax.md +++ b/content/posts/markdown-syntax.md @@ -12,7 +12,6 @@ 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/papermod/papermod-faq.md b/content/posts/papermod/papermod-faq.md index cb447d8d..47764523 100644 --- a/content/posts/papermod/papermod-faq.md +++ b/content/posts/papermod/papermod-faq.md @@ -7,7 +7,6 @@ aliases: ['/papermod-how-to-guide', '/posts/papermod/papermod-how-to'] tags: ["PaperMod", "Docs"] author: ["PaperMod Contributors"] draft: true -weight: 3 --- > This page is not updated anymore and is only kept for reference. Please refer to [Documentation](https://github.com/adityatelange/hugo-PaperMod/wiki/) for latest information. diff --git a/content/posts/papermod/papermod-features/index.md b/content/posts/papermod/papermod-features/index.md index 2425324e..9f267030 100644 --- a/content/posts/papermod/papermod-features/index.md +++ b/content/posts/papermod/papermod-features/index.md @@ -3,7 +3,6 @@ title: "Features / Mods" summary: Learn About All Features in PaperMod date: 2021-01-20 expiryDate: 2026-05-08 -weight: 2 aliases: ["/papermod-features"] tags: ["PaperMod", "Docs"] author: ["Aditya Telange"] diff --git a/content/posts/papermod/papermod-icons.md b/content/posts/papermod/papermod-icons.md index 70c311fa..858c3ba6 100644 --- a/content/posts/papermod/papermod-icons.md +++ b/content/posts/papermod/papermod-icons.md @@ -3,7 +3,6 @@ title: "Social-Icons / Share-Icons" summary: List of all Icons supported by PaperMod date: 2021-01-20 expiryDate: 2026-05-08 -weight: 4 aliases: ["/papermod-icons"] tags: ["PaperMod", "Docs"] author: ["Aditya Telange"] diff --git a/content/posts/papermod/papermod-installation.md b/content/posts/papermod/papermod-installation.md index 6f5c784d..0e0d7ed7 100644 --- a/content/posts/papermod/papermod-installation.md +++ b/content/posts/papermod/papermod-installation.md @@ -3,7 +3,6 @@ title: "Install / Update PaperMod" summary: Read aboout Install and Update instructions and sampled configuration templates date: 2021-01-20 series: ["PaperMod"] -weight: 1 aliases: ["/papermod-installation"] tags: ["PaperMod", "Docs"] author: ["Aditya Telange"] diff --git a/content/posts/papermod/papermod-variables.md b/content/posts/papermod/papermod-variables.md index a6df8642..9e4f64d6 100644 --- a/content/posts/papermod/papermod-variables.md +++ b/content/posts/papermod/papermod-variables.md @@ -6,7 +6,6 @@ expiryDate: 2026-05-08 tags: ["PaperMod", "Docs"] author: ["Aditya Telange"] draft: true -weight: 5 social: fediverse_creator: "@adityatelange@mastodon.social" --- diff --git a/content/posts/rich-content.md b/content/posts/rich-content.md index 992af853..9e7ebdaa 100644 --- a/content/posts/rich-content.md +++ b/content/posts/rich-content.md @@ -5,7 +5,6 @@ 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.