blog/config.yaml

145 lines
3.2 KiB
YAML
Raw Permalink Normal View History

2023-05-12 10:28:26 +02:00
baseURL: "https://gabnotes.org"
2023-05-21 09:31:09 +02:00
title: "Gabs Notes"
2023-05-12 10:28:26 +02:00
paginate: 10
theme: "PaperMod"
languageCode: "en-us"
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
2023-05-21 09:31:09 +02:00
title: "Gabs Notes"
2023-05-12 10:28:26 +02:00
description: "My take on tech-related subjects (but not only)."
2023-05-27 20:33:45 +02:00
keywords: [blog, Gabriel, Augendre, tech, docker, golang, python, self-hosting]
2023-05-21 23:15:04 +02:00
# author: "Gabriel Augendre"
images: ["img/portrait.jpg"]
2023-05-12 10:28:26 +02:00
DateFormat: "2006-01-02"
defaultTheme: auto # dark, light
2023-09-18 21:22:22 +02:00
disableThemeToggle: true
2023-05-12 10:28:26 +02:00
ShowReadingTime: true
2023-05-12 15:55:13 +02:00
ShowShareButtons: false
ShowPostNavLinks: false
2023-05-12 10:28:26 +02:00
ShowBreadCrumbs: true
2023-05-12 13:19:26 +02:00
ShowCodeCopyButtons: true
2023-05-12 10:28:26 +02:00
ShowWordCount: true
ShowRssButtonInSectionTermList: true
2023-05-21 10:01:58 +02:00
ShowFullTextinRSS: true
2023-05-12 10:28:26 +02:00
UseHugoToc: true
disableSpecial1stPost: false
2023-05-12 15:55:13 +02:00
disableScrollToTop: true
2023-05-21 12:55:06 +02:00
comments: true
2023-05-12 10:28:26 +02:00
hidemeta: false
hideSummary: false
2023-05-12 15:55:13 +02:00
hideFooter: true
2023-05-12 10:28:26 +02:00
showtoc: false
tocopen: false
schema:
publisherType: 'Person'
2023-05-12 10:28:26 +02:00
assets:
2023-05-21 11:02:39 +02:00
disableHLJS: true
2023-05-21 13:55:43 +02:00
theme_color: "#ffffff"
msapplication_TileColor: "#226997"
2023-05-12 10:28:26 +02:00
label:
text: "Home"
icon: /apple-touch-icon.png
iconHeight: 35
# home-info mode
homeInfoParams:
2023-05-12 15:55:13 +02:00
Title: "Gabs Notes"
Content: |-
My take on tech related subjects (but not only)
2023-05-12 10:28:26 +02:00
socialIcons:
- name: Email
2023-07-27 22:14:15 +02:00
url: "mailto:ga-notes@augendre.info"
- name: Mastodon
url: "https://fosstodon.org/@Crocmagnon"
- name: GitHub
2023-05-12 13:19:26 +02:00
url: "https://github.com/Crocmagnon"
- name: Gitea
url: "https://git.augendre.info/gaugendre"
- name: GitLab
url: "https://gitlab.com/gaugendre"
- name: CV
2023-05-12 15:55:13 +02:00
url: "https://cv-gabriel.augendre.info"
- name: StackOverflow
2023-05-12 15:55:13 +02:00
url: "https://stackoverflow.com/users/2758732/gabriel"
2023-05-12 10:28:26 +02:00
cover:
2023-05-21 22:57:49 +02:00
# hidden: true # hide everywhere but not in structured data
# hiddenInList: true # hide on list pages and home
# hiddenInSingle: true # hide on single page
2023-05-12 10:28:26 +02:00
editPost:
2023-05-12 13:19:26 +02:00
URL: "https://github.com/Crocmagnon/hugo-blog/tree/master/content"
2023-05-12 10:28:26 +02:00
Text: "Suggest Changes" # edit text
appendFilePath: true # 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:
2023-05-12 15:55:13 +02:00
- identifier: about
name: about
url: /about/
weight: 10
2023-05-12 10:28:26 +02:00
- identifier: tags
name: tags
url: /tags/
weight: 20
2023-05-12 15:55:13 +02:00
- identifier: search
name: search
url: /search/
weight: 30
2023-05-12 10:28:26 +02:00
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
2023-05-21 11:02:39 +02:00
#pygmentsUseClasses: true
2023-05-12 10:28:26 +02:00
markup:
highlight:
2023-05-21 11:02:39 +02:00
# noClasses: true
codeFences: true
guessSyntax: true
# lineNos: true
# anchorLineNos: true
style: catppuccin-macchiato
2023-05-12 10:28:26 +02:00
2023-05-12 15:55:13 +02:00
outputs:
home:
- HTML
- RSS
- JSON
2023-05-12 10:28:26 +02:00
2023-05-21 14:03:43 +02:00
privacy:
disqus:
disable: true
googleAnalytics:
disable: true
instagram:
disable: true
twitter:
disable: true
vimeo:
disable: true
youtube:
disable: true