mirror of
https://github.com/zoriya/blog.git
synced 2025-12-06 06:26:10 +00:00
Add posts section
This commit is contained in:
@@ -3,6 +3,12 @@
|
|||||||
pageRef = "blogs"
|
pageRef = "blogs"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
name = "Posts"
|
||||||
|
pageRef = "posts"
|
||||||
|
weight = 10
|
||||||
|
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Tags"
|
name = "Tags"
|
||||||
pageRef = "tags"
|
pageRef = "tags"
|
||||||
@@ -20,6 +26,11 @@
|
|||||||
pageRef = "blogs"
|
pageRef = "blogs"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
|
[[footer]]
|
||||||
|
name = "Posts"
|
||||||
|
pageRef = "posts"
|
||||||
|
weight = 20
|
||||||
|
|
||||||
[[footer]]
|
[[footer]]
|
||||||
name = "Tags"
|
name = "Tags"
|
||||||
pageRef = "tags"
|
pageRef = "tags"
|
||||||
|
|||||||
5
content/posts/_index.md
Normal file
5
content/posts/_index.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: "Posts"
|
||||||
|
article.showTableOfContents: false
|
||||||
|
---
|
||||||
|
|
||||||
Reference in New Issue
Block a user