98 lines
2.5 KiB
YAML
98 lines
2.5 KiB
YAML
baseURL: "https://www.zacharybillman.com/"
|
|
languageCode: en-us
|
|
title: Zachary Billman's Blog
|
|
theme: "PaperMod"
|
|
|
|
params:
|
|
env: production
|
|
title: "Zachary Billman's Blog"
|
|
description: "Where I talk a little about... not much."
|
|
keywords: [Blog, Portfolio, PaperMod]
|
|
author: "Zachary Billman, who else?"
|
|
# author: ["Me", "You"] # multiple authors
|
|
# images: ["<link or path of image for opengraph, twitter-cards>"]
|
|
DateFormat: "Monday, January 2, 2006"
|
|
defaultTheme: light
|
|
disableThemeToggle: false
|
|
|
|
# relativeURLs: true
|
|
# canonifyURLs: true
|
|
|
|
ShowReadingTime: true
|
|
ShowShareButtons: true
|
|
ShowPostNavLinks: true
|
|
ShowBreadCrumbs: true
|
|
ShowCodeCopyButtons: false
|
|
disableSpecial1stPost: false
|
|
disableScrollToTop: false
|
|
comments: false
|
|
hidemeta: false
|
|
hideSummary: false
|
|
showtoc: false
|
|
tocopen: false
|
|
|
|
label:
|
|
text: "Zachary Billman"
|
|
icon: /homepage/flask.svg
|
|
iconHeight: 35
|
|
url: https://www.zacharybillman.com
|
|
|
|
# profile-mode
|
|
profileMode:
|
|
enabled: true
|
|
title: "Zachary Billman's Blog"
|
|
subtitle: "Welcome to my humble blog, where I say a little about... not much. Especially right now given that there's nothing here at the moment. Maybe that will change soon if my self-hosting journey takes off."
|
|
imageUrl: /homepage/2021_headshot.JPG
|
|
imageWidth: 360
|
|
imageHeight: 360
|
|
imageTitle: Pretty cool flask, from an open source icon library called Iconoir. Check them out!
|
|
buttons:
|
|
- name: About Me
|
|
url: /posts/about-me/
|
|
- name: All Posts
|
|
url: posts
|
|
|
|
# home-info mode
|
|
homeInfoParams:
|
|
Title: "Greetings. \U0001F44B"
|
|
Content: Welcome to my humble blog, where I say a little about... not much. Clearly, there's nothing here now, but in the coming weeks hopefully I'll flesh this out a bit. Who knows though? Maybe I won't!
|
|
|
|
socialIcons:
|
|
- name: twitter
|
|
url: "https://twitter.com/zacharypbillman"
|
|
- name: gitea
|
|
url: "https://gitea.zacharybillman.com/zpb"
|
|
|
|
fuseOpts:
|
|
isCaseSensitive: false
|
|
shouldSort: true
|
|
location: 0
|
|
distance: 1000
|
|
threshold: 0.4
|
|
minMatchCharLength: 0
|
|
|
|
menu:
|
|
main:
|
|
- identifier: categories
|
|
name: categories
|
|
url: /categories/
|
|
weight: 10
|
|
- identifier: tags
|
|
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
|