update readme and screenshots

This commit is contained in:
Mivinci 2022-11-08 23:53:16 +08:00
parent 0ca65fbca5
commit 3da0bb149b
14 changed files with 110 additions and 168 deletions

View file

@ -93,10 +93,6 @@ params:
# menu.main is an array containing what is used as the navigator.
menu:
main:
- identifier: home
name: "Home"
url: "/"
weight: 1
- identifier: tags
name: "Tags"
url: "/tags"
@ -105,10 +101,6 @@ menu:
name: "Series"
url: "/series"
weight: 3
- identifier: about
name: "About"
url: "/about"
weight: 4
# taxonomies defines ways to classify yout posts. Below are some presets that
# most bloggers use, so you can replace them with whatever you like.

View file

@ -2,7 +2,7 @@
author: "Hugo Authors"
title: "Markdown Syntax Guide"
date: "2021-07-18T10:52:59+08:00"
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
description: "Sample article showcasing basic Markdown syntax."
categories: ["markdown"]
tags: ["markdown"]
---