Modifications to first post. Also testing out adding a search function.

This commit is contained in:
2022-04-03 20:22:35 -04:00
parent e8dc2dea9d
commit 8e54ac7367
4 changed files with 569 additions and 7 deletions

View File

@ -47,7 +47,9 @@ params:
imageHeight: 360
imageTitle: Pretty cool flask, from an open source icon library called Iconoir. Check them out!
buttons:
- name: Posts (This isn't working, but you do you.)
- name: About Me
url: /posts/about-me/
- name: All Posts
url: posts
# home-info mode
@ -58,6 +60,8 @@ params:
socialIcons:
- name: twitter
url: "https://twitter.com/zacharypbillman"
- name: gitea
url: "https://gitea.zacharybillman.com"
fuseOpts:
isCaseSensitive: false
@ -77,3 +81,17 @@ menu:
name: tags
url: /tags/
weight: 20
- identifier: posts
name: posts
url: /posts/
weight: 30
- identifier: search
name: search
url: /search/
weight: 40
outputs:
home:
- HTML
- RSS
- JSON