105 lines
2.4 KiB
YAML
105 lines
2.4 KiB
YAML
baseURL: https://thedoctor.codeberg.page
|
|
languageCode: en-us
|
|
title: This is my blog now
|
|
paginate: 5
|
|
theme: "PaperMod"
|
|
|
|
# minify:
|
|
# minifyOutput: true
|
|
|
|
params:
|
|
title: Benedikt's Blog
|
|
description: Personal Blog
|
|
DateFormat: "January 2, 2006"
|
|
defaultTheme: dark
|
|
ShowReadingTime: true
|
|
ShowShareButtons: false
|
|
ShowPostNavLinks: true
|
|
ShowBreadCrumbs: true
|
|
ShowCodeCopyButtons: true
|
|
ShowFullTextinRSS: true
|
|
disableSpecial1stPost: true
|
|
disableScrollToTop: false
|
|
comments: false
|
|
hidemeta: false
|
|
hideSummary: false
|
|
showtoc: false
|
|
tocopen: false
|
|
keywords: [Blog, PaperMod]
|
|
|
|
assets:
|
|
disableHLJS: true
|
|
|
|
homeInfoParams:
|
|
enabled: true
|
|
Title: "Hi, I'm Benedikt"
|
|
Content: Welcome to this obscure spot of the interweb that I call mine own!
|
|
|
|
|
|
This is where I write up thoughts, observations, notes for myself and/or others and the like.
|
|
|
|
If you want to get to talking to me about anything I write, there is a "Reply by Email" button at the end of each post. If you'd like to suggest changes, you can use the respective button above each post, it will lead you to the repository where the code for this site is hosted where you can file an issue.
|
|
|
|
You can also hit me up on mastodon and yell at me there.
|
|
|
|
socialIcons:
|
|
- name: mastodon
|
|
url: "https://fosstodon.org/web/@theDoctor"
|
|
- name: gitea
|
|
url: "https://codeberg.org/theDoctor"
|
|
- name: github
|
|
url: "https://github.com/DocKDE"
|
|
- name: RSS
|
|
url: "index.xml"
|
|
|
|
|
|
editPost:
|
|
URL: "https://codeberg.org/theDoctor/pages/src/branch/main/posts"
|
|
Text: "Suggest Changes" # edit text
|
|
appendFilePath: false # to append file path to Edit link
|
|
|
|
# for search
|
|
# https://fusejs.io/api/options.html
|
|
fuseOpts:
|
|
isCaseSensitive: false
|
|
shouldSort: true
|
|
location: 0
|
|
distance: 1000
|
|
threshold: 0.4
|
|
minMatchCharLength: 0
|
|
keys: ["title", "permalink", "summary", "content"]
|
|
|
|
menu:
|
|
main:
|
|
- identifier: tags
|
|
name: Tags
|
|
url: /tags/
|
|
weight: 10
|
|
- identifier: archive
|
|
name: Archive
|
|
url: /archives/
|
|
weight: 20
|
|
- identifier: uses
|
|
name: Uses
|
|
url: /uses/
|
|
weight: 30
|
|
- identifier: search
|
|
name: Search
|
|
url: /search/
|
|
weight: 40
|
|
|
|
markup:
|
|
highlight:
|
|
anchorLineNos: false
|
|
codeFences: true
|
|
guessSyntax: true
|
|
lineNos: false
|
|
# noClasses: false
|
|
style: monokai
|
|
|
|
outputs:
|
|
home:
|
|
- HTML
|
|
- RSS
|
|
- JSON
|