mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
baseurl: "https://davegallant.ca"
|
|
languageCode: en-us
|
|
googleAnalytics: G-V8WJDERTX9
|
|
copyright: Dave Gallant
|
|
|
|
params:
|
|
author: Dave Gallant
|
|
subtitle: Software Engineer
|
|
favicon: https://davegallant.ca/favicon.ico
|
|
|
|
logo:
|
|
text: davegallant.ca
|
|
url: /
|
|
|
|
comments:
|
|
utterances:
|
|
enable: true
|
|
issueTerm: "pathname"
|
|
github:
|
|
username: davegallant
|
|
repository: davegallant.github.io
|
|
|
|
menu:
|
|
main:
|
|
- name: RSS
|
|
url: /index.xml
|
|
weight: 1
|
|
|
|
permalinks:
|
|
post: "/blog/:year/:month/:day/:slug/"
|
|
|
|
module:
|
|
imports:
|
|
- path: github.com/davegallant/hugo-theme-gruvbox
|
|
- path: github.com/schnerring/hugo-mod-json-resume
|
|
mounts:
|
|
- source: node_modules/simple-icons/icons
|
|
target: assets/simple-icons
|
|
- source: assets
|
|
target: assets
|
|
- source: layouts
|
|
target: layouts
|
|
- source: static
|
|
target: static
|
|
- source: node_modules/prismjs
|
|
target: assets/prismjs
|
|
- source: node_modules/prism-themes/themes
|
|
target: assets/prism-themes
|
|
- source: node_modules/typeface-fira-code/files
|
|
target: static/fonts
|
|
- source: node_modules/typeface-roboto-slab/files
|
|
target: static/fonts
|
|
- source: node_modules/@tabler/icons/icons
|
|
target: assets/tabler-icons
|