forked from Programming.Dev/p.d-blog
Rename Archives to Archive
This commit is contained in:
parent
43a66cbded
commit
1bf662c281
24
config.yaml
24
config.yaml
|
@ -23,8 +23,8 @@ menu:
|
|||
name: Tags
|
||||
url: /tags
|
||||
weight: 30
|
||||
- identifier: archives
|
||||
name: Archives
|
||||
- identifier: archive
|
||||
name: Archive
|
||||
url: /archive
|
||||
weight: 10
|
||||
- identifier: search
|
||||
|
@ -72,26 +72,6 @@ params:
|
|||
- name: "RSS"
|
||||
url: "https://stacks.programming.dev/index.xml"
|
||||
|
||||
# Menu
|
||||
menu:
|
||||
main:
|
||||
- identifier: categories
|
||||
name: categories
|
||||
url: /categories
|
||||
weight: 10
|
||||
- identifier: tags
|
||||
name: tags
|
||||
url: /tags
|
||||
weight: 20
|
||||
- identifier: archives
|
||||
name: archives
|
||||
url: /archives
|
||||
weight: 30
|
||||
- identifier: search
|
||||
name: Search
|
||||
url: /search
|
||||
weight: 25
|
||||
|
||||
# Search
|
||||
fuseOpts:
|
||||
isCaseSensitive: false
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
title: "Archive"
|
||||
layout: "archives"
|
||||
url: "/archive/"
|
||||
summary: "archive"
|
||||
summary: "An archive of all of the posts on the site"
|
||||
description: "An archive of all of the posts on the site"
|
||||
---
|
||||
|
|
|
@ -3,6 +3,6 @@ title: "Search" # in any language you want
|
|||
layout: "search" # necessary for search
|
||||
description: "Search the site for something"
|
||||
placeholder: "enter text here..."
|
||||
sumary: "search"
|
||||
summary: "Search the site for something"
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue