mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
69 lines
1.3 KiB
YAML
69 lines
1.3 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: GitHub
|
|
icon: github
|
|
url: 'https://github.com/davegallant'
|
|
- name: Twitter
|
|
icon: twitter
|
|
url: 'https://twitter.com/davega11ant/'
|
|
- 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/'
|