mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
for 4a44085
This commit is contained in:
parent
3c41259974
commit
c637c1fb1e
@ -20,6 +20,9 @@ languages:
|
||||
- name: Archive
|
||||
url: archives
|
||||
weight: 5
|
||||
- name: Search
|
||||
url: search/
|
||||
weight: 10
|
||||
- name: Tags
|
||||
url: tags/
|
||||
weight: 10
|
||||
@ -77,6 +80,12 @@ languages:
|
||||
url: tags
|
||||
weight: 10
|
||||
|
||||
outputs:
|
||||
home:
|
||||
- HTML
|
||||
- RSS
|
||||
- JSON
|
||||
|
||||
params:
|
||||
env: production
|
||||
description: "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod"
|
||||
|
4
content/search.l2.md
Normal file
4
content/search.l2.md
Normal file
@ -0,0 +1,4 @@
|
||||
+++
|
||||
title = "SearchL2"
|
||||
layout = "search"
|
||||
+++
|
4
content/search.md
Normal file
4
content/search.md
Normal file
@ -0,0 +1,4 @@
|
||||
+++
|
||||
title = "Search"
|
||||
layout = "search"
|
||||
+++
|
Loading…
Reference in New Issue
Block a user