Files
site/config.yaml
2023-12-11 17:32:42 -05:00

72 lines
1.4 KiB
YAML

baseurl: /
staticDir: static
languageCode: en-us
googleAnalytics: G-V8WJDERTX9
copyright: Dave Gallant
preserveTaxonomyNames: true
pygmentsstyle: "monokai"
pygmentscodefences: false
pygmentscodefencesguesssyntax: true
theme:
- archie
- hugo-video
title: davegallant
params:
mode: toggle
useCDN: true
subtitle: "A personal blog"
mathjax: true
katex: true
favicon: https://davegallant.ca/favicon.ico
customcss:
- css/custom.css
social:
- name: Email
icon: at-sign
url: 'mailto:me@davegallant.ca'
- name: LinkTree
icon: compass
url: 'https://linktr.ee/davegallant'
- name: GitHub
icon: github
url: 'https://github.com/davegallant'
- name: Mastodon
icon: speaker
url: https://mastodon.social/@davegallant
- name: LinkedIn
icon: linkedin
url: https://www.linkedin.com/in/dave-gallant/
comments:
utterances:
enable: true
issueTerm: "pathname"
github:
username: davegallant
repository: davegallant.github.io
menu:
main:
- name: Home
url: /
weight: 1
- name: All posts
url: /post
weight: 2
- name: RSS
url: /index.xml
weight: 3
- name: Tags
url: /tags
weight: 4
- name: About
url: /about
weight: 5
permalinks:
post: '/blog/:year/:month/:day/:slug/'