mattcens_mumblings/config.yml

98 lines
2.4 KiB
YAML
Raw Permalink Normal View History

2022-04-20 08:57:28 +00:00
baseURL: 'https://blog.mattcen.com/'
2022-02-16 05:03:58 +00:00
languageCode: en-au
copyright: Matt Cengia
2023-06-19 02:06:13 +00:00
title: "mattcen's mumblings"
theme: [hugo-blog-awesome, matomo]
2022-02-16 05:03:58 +00:00
2023-06-19 02:06:13 +00:00
# Enable emojis globally
enableEmoji: true
2023-06-29 09:11:18 +00:00
enableGitInfo: true
#enableRobotsTXT: true
2023-06-19 02:06:13 +00:00
ignoreErrors: ["additional-script-loading-error"] # ignore error of loading additional scripts.
2023-06-26 20:50:29 +00:00
# Explicitly define 'categories' taxonomy, thereby removing
# automatically-created 'tags' taxonomy. Ref
# https://gohugo.io/content-management/taxonomies/#example-removing-default-taxonomies
taxonomies:
category: categories
2023-07-01 23:05:25 +00:00
outputs:
home:
- HTML
- RSS
page:
- HTML
- RSS
- markdown
2022-02-16 05:03:58 +00:00
menu:
main:
2023-06-19 02:06:13 +00:00
- name: About
pageRef: about
2023-06-19 18:12:55 +00:00
- name: Posts
pageRef: posts
2022-02-16 05:03:58 +00:00
- name: Publications
2023-06-19 02:06:13 +00:00
pageRef: publications
2023-06-19 22:52:06 +00:00
- name: CV
pageRef: resume
2023-06-29 06:33:13 +00:00
- name: Topics
pageRef: categories
2022-02-16 05:03:58 +00:00
permalinks:
posts: '/:year/:month/:day/:title/'
paginate: 999
2022-02-16 05:03:58 +00:00
markup:
goldmark:
renderer:
unsafe: true
2023-06-19 02:06:13 +00:00
highlight:
noClasses: false
tableOfContents:
startLevel: 1 # ToC starts from H1
endLevel: 4 # ToC ends at H4
ordered: false # generates <ul> instead of <ol>
2022-02-16 05:03:58 +00:00
params:
2023-06-19 02:06:13 +00:00
mainSections: ['posts']
2022-04-19 15:23:59 +00:00
env: production
2023-06-19 02:06:13 +00:00
title: "mattcen's mumblings"
github: mattcen
2023-07-01 23:05:25 +00:00
description: 'Words from a queer, neurodivergent, feminist, Linux sysadmin/dev/advocate and geek.'
2023-06-19 02:06:13 +00:00
author:
avatar: "me-2018-01-24.jpg"
intro: "mattcen's mumblings"
name: "Matt Cengia"
2023-07-01 23:05:25 +00:00
description: 'Words from a queer, neurodivergent, feminist, Linux sysadmin/dev/advocate and geek.'
2023-06-19 02:06:13 +00:00
#toc: true
socialIcons:
2022-02-16 05:03:58 +00:00
- name: matrix
url: 'https://matrix.to/#/@mattcen:mattcen.com'
- name: email
2022-04-14 03:31:57 +00:00
url: 'mailto:blog@mattcen.com'
2022-02-16 05:03:58 +00:00
- name: mastodon
url: 'https://aus.social/@mattcen'
- name: github
url: 'https://github.com/mattcen'
2023-06-21 20:26:03 +00:00
- name: forgejo
url: 'https://git.mattcen.com/mattcen/mattcens_mumblings'
2023-07-05 17:50:22 +00:00
- name: liberapay
url: 'https://liberapay.com/mattcen'
- name: kofi
url: 'https://ko-fi.com/mattcen'
2022-02-16 05:03:58 +00:00
- name: rss
url: /posts/index.xml
2023-06-19 02:06:13 +00:00
- name: cv
url: /resume/
2022-04-14 04:23:54 +00:00
matomo:
2022-04-19 13:57:20 +00:00
url: "https://matomo.dane.mattcen.com"
2022-04-14 04:23:54 +00:00
id: 1
2022-04-19 13:57:20 +00:00
#track:
# button: "Allow tracking"
# message: "You are being watched. The government has a secret system, a machine that spies on you"
#block:
# button: "Disallow tracking"
# message: "You are **not** tracked."
2022-04-14 04:23:54 +00:00
#disableSRI: true