mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 18:41:37 +01:00
update
This commit is contained in:
parent
4786f5a6d8
commit
10333396a9
15
config.toml
15
config.toml
@ -21,6 +21,21 @@ theme = "hugo-PaperMod"
|
|||||||
url = "/archives/"
|
url = "/archives/"
|
||||||
weight = 5
|
weight = 5
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Tags"
|
||||||
|
url = "/tags/"
|
||||||
|
weight = 10
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Series"
|
||||||
|
url = "/series/"
|
||||||
|
weight = 15
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Categories"
|
||||||
|
url = "/categories/"
|
||||||
|
weight = 20
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "categories"
|
category = "categories"
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
|
@ -2,4 +2,11 @@
|
|||||||
title = "2020Post"
|
title = "2020Post"
|
||||||
date = 2020-07-23T04:35:52+05:30
|
date = 2020-07-23T04:35:52+05:30
|
||||||
draft = true
|
draft = true
|
||||||
|
tags = [
|
||||||
|
"2020",
|
||||||
|
]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
{{< blockquote >}}
|
||||||
|
This is a quote from Author4 and links to https://www.google.com.
|
||||||
|
{{< /blockquote >}}
|
@ -1 +1 @@
|
|||||||
Subproject commit e230bd3b44fedc995c3ef4a4ad3bb335e35fe715
|
Subproject commit 2e9aef08a53853eafeaba1bd0517623969cc8c88
|
Loading…
Reference in New Issue
Block a user