cognitive-digressions/config.yaml
2025-04-09 11:12:51 +03:00

80 lines
1.7 KiB
YAML

baseURL: https://nikoreunanen.com
languageCode: en-us
defaultContentLanguage: en
title: Cognitive Digressions
theme: cupper-hugo-theme
# enableGitInfo: true
googleAnalytics: true
taxonomies:
tag: tags
permalinks:
post: /:filename/
imaging:
quality: 99
params:
description: Inner monologue or just hearing voices?
homeMetaContent: Cognitive Digressions is a repository of half-digested ideas
footer: All expressed views on this site are my own and do not represent the opinions of any entity whatsoever with which I have been, am now, or will be affiliated.
dateFormat: Jan 2, 2006
katex: true
hideHeaderLinks: false
search: true
showThemeSwitcher: true
moveFooterToHeader: false
customCss:
- css/basic_highlight.css
customJs:
- js/basic_highlight.js
menu:
nav:
- name: About
url: /
weight: 1
- name: Posts
url: /post/
weight: 2
- name: LinkedIn
url: https://www.linkedin.com/in/nikoreunanen/
weight: 3
- name: Contracting
url: https://ntsol.io
weight: 4
- name: RSS
url: /index.xml
weight: 5
markup:
defaultMarkdownHandler: goldmark
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
strikethrough: true
table: true
taskList: true
typographer: true
parser:
attribute: true
autoHeadingID: true
renderer:
hardWraps: false
unsafe: true
xHTML: false
highlight:
codeFences: false
hl_lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
style: monokai
tabWidth: 4
tableOfContents:
endLevel: 6
startLevel: 2