🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
175 lines
3.9 KiB
YAML
175 lines
3.9 KiB
YAML
# core
|
||
baseURL: https://debyl.io/
|
||
title: debyl.io
|
||
theme: papermod
|
||
enableEmoji: true
|
||
|
||
# settings
|
||
defaultContentLanguage: en
|
||
languageCode: en
|
||
buildDrafts: false
|
||
canonifyURLs: true
|
||
enableRobotsTXT: true
|
||
preserveTaxonomyNames: true
|
||
markup:
|
||
goldmark:
|
||
renderer:
|
||
unsafe: true
|
||
highlight:
|
||
noClasses: false
|
||
# anchorLineNos: true
|
||
# codeFences: true
|
||
# guessSyntax: true
|
||
# lineNos: true
|
||
# style: monokai
|
||
|
||
# google analytics
|
||
googleAnalytics: UA-163975086-1
|
||
googleVerification:
|
||
|
||
# See https://gohugo.io/about/hugo-and-gdpr/
|
||
privacy:
|
||
googleAnalytics:
|
||
anonymizeIP: true
|
||
youtube:
|
||
privacyEnhanced: true
|
||
|
||
# https://gohugo.io/content-management/syntax-highlighting/
|
||
pygmentsCodefences: true
|
||
pygmentsCodefencesGuessSyntax: true
|
||
pygmentsOptions:
|
||
pygmentsUseClasses: true
|
||
|
||
sitemap:
|
||
changefreq: weekly
|
||
filename: sitemap.xml
|
||
priority: 0.5
|
||
|
||
outputs:
|
||
home:
|
||
- HTML
|
||
- RSS
|
||
- JSON
|
||
|
||
languages:
|
||
en:
|
||
languageName: English
|
||
weight: 1
|
||
taxonomies:
|
||
category: categories
|
||
tag: tags
|
||
series: series
|
||
menu:
|
||
main:
|
||
- name: Archive
|
||
url: archives
|
||
weight: 5
|
||
- name: Tools
|
||
url: tools/
|
||
weight: 7
|
||
- name: Search
|
||
url: search/
|
||
weight: 10
|
||
- name: Tags
|
||
url: tags/
|
||
weight: 10
|
||
|
||
params:
|
||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||
description: Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod
|
||
author: Bastian de Byl
|
||
# author: [Me, You] # multiple authors
|
||
|
||
ShowAllPagesInArchive: true
|
||
ShowBreadCrumbs: true
|
||
ShowCodeCopyButtons: true
|
||
ShowPageNums: true
|
||
ShowPostNavLinks: true
|
||
ShowReadingTime: true
|
||
ShowRssButtonInSectionTermList: true
|
||
ShowShareButtons: true
|
||
ShowToc: false
|
||
comments: false
|
||
defaultTheme: dark
|
||
disableSpecial1stPost: false
|
||
disableThemeToggle: true
|
||
displayFullLangName: true
|
||
images: [images/papermod-cover.png]
|
||
|
||
profileMode:
|
||
enabled: false
|
||
|
||
homeInfoParams:
|
||
Title: >
|
||
:wave: Welcome
|
||
Content: >
|
||
I created this site as a way of showcasing my projects, or other general
|
||
ideas. It’s a sort of engineering portfolio, if you will.
|
||
<br/>
|
||
<br/>
|
||
This is just my personal blog site, feel free to get in touch with me
|
||
using the icon links below.
|
||
|
||
socialIcons:
|
||
- name: github
|
||
title: Github
|
||
url: https://github.com/bdebyl
|
||
- name: X
|
||
title: Twitter
|
||
url: https://x.com/bastiandebyl
|
||
- name: email
|
||
title: Email
|
||
url: mailto:bastian@debyl.io
|
||
|
||
# label:
|
||
# iconSVG: '<svg xmlns=http://www.w3.org/2000/svg height=25 viewBox=0 -960 960 960 fill=currentColor><path d=M320-240h320v-80H320v80Zm0-160h320v-80H320v80ZM240-80q-33 0-56.5-23.5T160-160v-640q0-33 23.5-56.5T240-880h320l240 240v480q0 33-23.5 56.5T720-80H240Zm280-520v-200H240v640h480v-440H520ZM240-800v200-200 640-640Z/></svg>'
|
||
# text: Home
|
||
# icon: icon.png
|
||
# iconHeight: 35
|
||
|
||
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]
|
||
|
||
# privacy:
|
||
# vimeo:
|
||
# disabled: false
|
||
# simple: true
|
||
|
||
# twitter:
|
||
# disabled: false
|
||
# enableDNT: true
|
||
# simple: true
|
||
|
||
# instagram:
|
||
# disabled: false
|
||
# simple: true
|
||
|
||
# youtube:
|
||
# disabled: false
|
||
# privacyEnhanced: true
|
||
|
||
services:
|
||
instagram:
|
||
disableInlineCSS: true
|
||
twitter:
|
||
disableInlineCSS: true
|