diff --git a/exampleSite/content/posts/emoji-support.md b/exampleSite/content/posts/emoji-support.md index a4db4b5..545b31a 100644 --- a/exampleSite/content/posts/emoji-support.md +++ b/exampleSite/content/posts/emoji-support.md @@ -4,7 +4,7 @@ date: 2020-10-01T17:55:28+08:00 description: "Guide to emoji usage in Hugo and DoIt." tags: ["emoji"] type: post -weight: 1 +weight: 25 --- Emoji can be enabled in a Hugo project in a number of ways. diff --git a/exampleSite/content/posts/lorem-ipsum.md b/exampleSite/content/posts/lorem-ipsum.md index d66e0bb..d98295f 100644 --- a/exampleSite/content/posts/lorem-ipsum.md +++ b/exampleSite/content/posts/lorem-ipsum.md @@ -3,7 +3,6 @@ title: "Lorem Ipsum" date: 2021-04-15T23:39:49+05:30 tags: ["xyz", "def"] type: "post" -weight: 3 --- # Heading 1 diff --git a/exampleSite/content/posts/markdown-syntax.md b/exampleSite/content/posts/markdown-syntax.md index 5f455b3..80427f6 100644 --- a/exampleSite/content/posts/markdown-syntax.md +++ b/exampleSite/content/posts/markdown-syntax.md @@ -4,6 +4,7 @@ date: 2019-06-19 description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements." tags: ["markdown", "css", "html"] type: post +weight: 20 --- 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.