Modifications to first post. Also testing out adding a search function.
This commit is contained in:
20
config.yml
20
config.yml
@ -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
|
||||
|
Reference in New Issue
Block a user