zacharybillman-hugo/config.yml

99 lines
2.3 KiB
YAML
Raw Normal View History

baseURL: "https://www.zacharybillman.com/"
languageCode: en-us
title: Zachary Billman's Blog
theme: [PaperMod, hugo-shortcode-gallery]
2022-04-30 13:05:20 -04:00
enableRobotsTXT: true
# disqusShortname: zacharybillman # Deactivated to try cactus.chat
2022-04-30 13:05:20 -04:00
params:
env: production
title: "Zachary Billman's Blog"
description: "Where I talk a little about... not much."
keywords: [Blog, Portfolio, PaperMod, "Zachary Billman", "Zach Billman"]
author: "Zachary Billman"
DateFormat: "Monday, January 2, 2006"
defaultTheme: light
disableThemeToggle: false
ShowReadingTime: true
2022-05-01 12:36:17 -04:00
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: true
2022-04-30 13:05:20 -04:00
ShowCodeCopyButtons: true
disableSpecial1stPost: false
disableScrollToTop: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
comments: true
galleryLoadJQuery: true
2022-04-30 13:05:20 -04:00
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.webp
imageWidth: 360
imageHeight: 360
imageTitle: Headshot of Zachary Billman, the owner and maintainer of this website.
buttons:
- name: About Me
url: /posts/about-me/
- name: All Posts
url: posts
socialIcons:
- name: twitter
url: "https://twitter.com/zacharypbillman"
- name: gitea
url: "https://gitea.zacharybillman.com/zpb"
2022-04-16 16:30:59 -04:00
- name: email
url: "mailto:zach@zacharybillman.com"
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
markup:
goldmark:
renderer:
unsafe: true