80 lines
2.2 KiB
YAML
80 lines
2.2 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: /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: /flask.svg
|
||
|
imageWidth: 120
|
||
|
imageHeight: 120
|
||
|
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.)
|
||
|
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"
|
||
|
|
||
|
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
|