2023-05-12 10:28:26 +02:00
|
|
|
|
baseURL: "https://gabnotes.org"
|
2023-05-21 09:31:09 +02:00
|
|
|
|
title: "Gab’s 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: "Gab’s Notes"
|
2023-05-12 10:28:26 +02:00
|
|
|
|
description: "My take on tech-related subjects (but not only)."
|
2023-05-12 15:55:13 +02:00
|
|
|
|
keywords: [blog, tech, docker, golang, python, self-hosting]
|
2023-05-12 10:28:26 +02:00
|
|
|
|
author: "Gabriel Augendre"
|
|
|
|
|
# author: ["Me", "You"] # multiple authors
|
2023-05-12 15:55:13 +02:00
|
|
|
|
#images: ["<link or path of image for opengraph, twitter-cards>"]
|
2023-05-12 10:28:26 +02:00
|
|
|
|
DateFormat: "2006-01-02"
|
|
|
|
|
defaultTheme: auto # dark, light
|
|
|
|
|
disableThemeToggle: false
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
assets:
|
2023-05-21 11:02:39 +02:00
|
|
|
|
disableHLJS: true
|
2023-05-12 10:28:26 +02:00
|
|
|
|
# disableFingerprinting: true
|
2023-05-21 12:55:06 +02:00
|
|
|
|
# favicon: "<link / abs url>"
|
|
|
|
|
# favicon16x16: "<link / abs url>"
|
|
|
|
|
# favicon32x32: "<link / abs url>"
|
|
|
|
|
# apple_touch_icon: "<link / abs url>"
|
|
|
|
|
# safari_pinned_tab: "<link / abs url>"
|
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: "Gab’s Notes"
|
|
|
|
|
Content: |-
|
|
|
|
|
My take on tech related subjects (but not only)
|
2023-05-12 10:28:26 +02:00
|
|
|
|
|
|
|
|
|
socialIcons:
|
2023-05-12 15:55:13 +02:00
|
|
|
|
- name: email
|
|
|
|
|
url: "mailto:ga-blog@augendre.info"
|
2023-05-12 10:28:26 +02:00
|
|
|
|
- name: github
|
2023-05-12 13:19:26 +02:00
|
|
|
|
url: "https://github.com/Crocmagnon"
|
2023-05-12 15:55:13 +02:00
|
|
|
|
- name: cv
|
|
|
|
|
url: "https://cv-gabriel.augendre.info"
|
|
|
|
|
- name: stackoverflow
|
|
|
|
|
url: "https://stackoverflow.com/users/2758732/gabriel"
|
2023-05-12 10:28:26 +02:00
|
|
|
|
- name: mastodon
|
|
|
|
|
url: "https://fosstodon.org/@Crocmagnon"
|
|
|
|
|
|
|
|
|
|
cover:
|
|
|
|
|
hidden: true # hide everywhere but not in structured data
|
|
|
|
|
hiddenInList: true # hide on list pages and home
|
|
|
|
|
hiddenInSingle: true # hide on single page
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|