Add description to taxonomies and add some missing tag descriptions

This commit is contained in:
2023-01-07 20:42:40 -06:00
parent 48ed6eae21
commit 8321945015
7 changed files with 46 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
---
title: Authors
---
List of authors on my website.

View File

@@ -15,7 +15,6 @@ categories:
tags:
- bobanews
- listmonk
- mailing-list
- newsletter
# this will be shown for the article in list pages and in the page metadata

View File

@@ -0,0 +1,7 @@
---
title: Categories
---
List of categories on my website. These are different types or styles of posts.

7
content/series/_index.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: Series
---
List of series of closely related posts.

8
content/tags/_index.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: Tags
---
List of tags on my website. These are specific things or ideas that I talk about
in a post.

View File

@@ -0,0 +1,16 @@
---
title: Query Parameters
---
Query parameters are a map of fields and values after the question mark in a
URL.
<!--more-->
Optionally provide more information about the tag here. This part will only show
on the tag page, not on the tags list page.
If you delete this section, DO NOT delete the summary separator (`<!--more-->`)
or else the summary won't be shown.