Update weights

This commit is contained in:
Yash Mehrotra
2021-08-02 00:03:14 +05:30
parent 31237df2d4
commit 44dbb3a3ce
3 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ date: 2020-10-01T17:55:28+08:00
description: "Guide to emoji usage in Hugo and DoIt." description: "Guide to emoji usage in Hugo and DoIt."
tags: ["emoji"] tags: ["emoji"]
type: post type: post
weight: 1 weight: 25
--- ---
Emoji can be enabled in a Hugo project in a number of ways. Emoji can be enabled in a Hugo project in a number of ways.

View File

@@ -3,7 +3,6 @@ title: "Lorem Ipsum"
date: 2021-04-15T23:39:49+05:30 date: 2021-04-15T23:39:49+05:30
tags: ["xyz", "def"] tags: ["xyz", "def"]
type: "post" type: "post"
weight: 3
--- ---
# Heading 1 # Heading 1

View File

@@ -4,6 +4,7 @@ date: 2019-06-19
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements." description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
tags: ["markdown", "css", "html"] tags: ["markdown", "css", "html"]
type: post 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. 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.