cullmann.io/config.yml

159 lines
3.6 KiB
YAML
Raw Normal View History

2022-10-21 21:30:41 +02:00
# our homepage url
baseURL: "https://cullmann.io/"
# cullmann.io website
title: "Ignorance is bliss..."
paginate: 5
theme: PaperMod
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
pygmentsUseClasses: true
minify:
disableXML: true
2022-10-21 21:49:20 +02:00
minifyOutput: false
2022-10-21 21:30:41 +02:00
outputs:
home:
- HTML
- RSS
- JSON
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
# anchorLineNos: true
# codeFences: true
# guessSyntax: true
# lineNos: true
# style: monokai
privacy:
vimeo:
disabled: true
twitter:
disabled: true
instagram:
disabled: true
youtube:
disabled: true
services:
instagram:
disableInlineCSS: true
twitter:
disableInlineCSS: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
2022-10-21 21:38:10 +02:00
2022-10-21 21:30:41 +02:00
description: "Ignorance is bliss..."
2022-10-21 21:38:10 +02:00
author: Christoph Cullmann
# ensure rss feed is complete for e.g. planet.kde.org
ShowFullTextinRSS: true
2022-10-21 21:30:41 +02:00
defaultTheme: dark
disableThemeToggle: true
2022-10-21 21:43:49 +02:00
ShowShareButtons: false
2022-10-21 21:30:41 +02:00
ShowReadingTime: true
disableSpecial1stPost: true
displayFullLangName: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
ShowToc: false
comments: false
profileMode:
enabled: false
homeInfoParams:
Title: "Ignorance is bliss..."
Content: >
Welcome to Christoph Cullmann's personal web site.
2022-10-21 21:49:20 +02:00
2022-10-21 21:30:41 +02:00
socialIcons:
- name: github
url: "https://github.com/christoph-cullmann"
- name: gitlab
url: "https://gitlab.com/cullmann"
- name: reddit
url: "https://www.reddit.com/user/ChristophCullmann"
- name: twitter
url: "https://twitter.com/ChrCullmann"
- name: youtube
url: "https://youtube.com/ChristophCullmann"
- name: email
url: "mailto:christoph@cullmann.io"
2022-10-21 21:49:20 +02:00
label:
text: "Ignorance is bliss..."
icon: /images/christoph_avatar.png
iconHeight: 32
2022-10-21 21:30:41 +02:00
assets:
disableHLJS: true
# favicon: "<link / abs url>"
# favicon16x16: "<link / abs url>"
# favicon32x32: "<link / abs url>"
# apple_touch_icon: "<link / abs url>"
# safari_pinned_tab: "<link / abs url>"
# cover:
# hidden: true # hide everywhere but not in structured data
# hiddenInList: true # hide on list pages and home
# hiddenInSingle: true # hide on single page
# fuseOpts:
# isCaseSensitive: false
# shouldSort: true
# location: 0
# distance: 1000
# threshold: 0.4
# minMatchCharLength: 0
# keys: ["title", "permalink", "summary", "content"]
languages:
en:
languageName: "English"
weight: 1
taxonomies:
category: categories
tag: tags
series: series
menu:
main:
- name: Posts
url: /posts/
weight: 5
- name: Projects
url: /projects/
weight: 10
- name: Academic
url: /academic/
weight: 15
- name: Links
url: /links/
weight: 20
- name: About
url: /about/
weight: 25
- name: Impressum
url: /impressum/
weight: 30