mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Finish default template and menu
This commit is contained in:
@@ -11,6 +11,8 @@ outputs:
|
||||
- RSS
|
||||
- JSON # necessary for search
|
||||
|
||||
taxonomies:
|
||||
tag: tags
|
||||
|
||||
enableRobotsTXT: true
|
||||
buildDrafts: false
|
||||
@@ -47,7 +49,7 @@ params:
|
||||
comments: false
|
||||
hidemeta: false
|
||||
hideSummary: false
|
||||
showtoc: false
|
||||
showtoc: true
|
||||
tocopen: false
|
||||
|
||||
assets:
|
||||
@@ -119,8 +121,8 @@ params:
|
||||
menu:
|
||||
main:
|
||||
- identifier: categories
|
||||
name: Categories
|
||||
url: /categories/
|
||||
name: Posts
|
||||
url: /posts/
|
||||
weight: 10
|
||||
- identifier: tags
|
||||
name: Tags
|
||||
|
||||
Reference in New Issue
Block a user