2022-03-21 19:53:24 -04:00
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"
2022-04-03 18:17:49 -04:00
icon : /homepage/flask.svg
2022-03-21 19:53:24 -04:00
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."
2022-04-03 18:17:49 -04:00
imageUrl : /homepage/2021_headshot.JPG
imageWidth : 360
imageHeight : 360
2022-03-21 19:53:24 -04:00
imageTitle : Pretty cool flask, from an open source icon library called Iconoir. Check them out!
buttons :
2022-04-03 20:22:35 -04:00
- name : About Me
url : /posts/about-me/
- name : All Posts
2022-03-21 19:53:24 -04:00
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"
2022-04-03 20:22:35 -04:00
- name : gitea
2022-04-03 20:25:43 -04:00
url : "https://gitea.zacharybillman.com/zpb"
2022-03-21 19:53:24 -04:00
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
2022-04-03 20:22:35 -04:00
- identifier : posts
name : posts
url : /posts/
weight : 30
- identifier : search
name : search
url : /search/
weight : 40
outputs :
home :
- HTML
- RSS
- JSON
2022-04-05 19:40:08 -04:00
markup :
goldmark :
renderer :
unsafe : true