mattcens_mumblings/config.yml

98 lines
2.4 KiB
YAML

baseURL: 'https://blog.mattcen.com/'
languageCode: en-au
copyright: Matt Cengia
title: "mattcen's mumblings"
theme: [hugo-blog-awesome, matomo]
# Enable emojis globally
enableEmoji: true
enableGitInfo: true
#enableRobotsTXT: true
ignoreErrors: ["additional-script-loading-error"] # ignore error of loading additional scripts.
# Explicitly define 'categories' taxonomy, thereby removing
# automatically-created 'tags' taxonomy. Ref
# https://gohugo.io/content-management/taxonomies/#example-removing-default-taxonomies
taxonomies:
category: categories
outputs:
home:
- HTML
- RSS
page:
- HTML
- RSS
- markdown
menu:
main:
- name: About
pageRef: about
- name: Posts
pageRef: posts
- name: Publications
pageRef: publications
- name: CV
pageRef: resume
- name: Topics
pageRef: categories
permalinks:
posts: '/:year/:month/:day/:title/'
paginate: 999
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
tableOfContents:
startLevel: 1 # ToC starts from H1
endLevel: 4 # ToC ends at H4
ordered: false # generates <ul> instead of <ol>
params:
mainSections: ['posts']
env: production
title: "mattcen's mumblings"
github: mattcen
description: 'Words from a queer, neurodivergent, feminist, Linux sysadmin/dev/advocate and geek.'
author:
avatar: "me-2018-01-24.jpg"
intro: "mattcen's mumblings"
name: "Matt Cengia"
description: 'Words from a queer, neurodivergent, feminist, Linux sysadmin/dev/advocate and geek.'
#toc: true
socialIcons:
- name: matrix
url: 'https://matrix.to/#/@mattcen:mattcen.com'
- name: email
url: 'mailto:blog@mattcen.com'
- name: mastodon
url: 'https://aus.social/@mattcen'
- name: github
url: 'https://github.com/mattcen'
- name: forgejo
url: 'https://git.mattcen.com/mattcen/mattcens_mumblings'
- name: liberapay
url: 'https://liberapay.com/mattcen'
- name: kofi
url: 'https://ko-fi.com/mattcen'
- name: rss
url: /posts/index.xml
- name: cv
url: /resume/
matomo:
url: "https://matomo.dane.mattcen.com"
id: 1
#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."
#disableSRI: true