yann.verry.org/config.yaml

110 lines
2.6 KiB
YAML
Raw Permalink Normal View History

2022-04-24 12:21:15 +00:00
baseURL: "https://yann.verry.org"
title: There is no magic, only unread error messages
paginate: 5
theme: PaperMod
defaultContentLanguage: fr
languages:
en:
2022-04-24 15:59:42 +00:00
languageName: ":gb:"
2022-04-24 12:21:15 +00:00
languageAltTitle: English
2022-04-25 19:08:44 +00:00
title: "Yann Verry | When infrastructures matter"
2022-04-24 12:21:15 +00:00
homeInfoParams:
Title: "Hi there \U0001F44B"
Content: There is no magic, only unread error messages
fr:
languageName: ":fr:"
languageAltTitle: French
2022-04-25 19:08:44 +00:00
title: "Yann Verry | Quand les infrastructures comptent"
2022-04-24 12:21:15 +00:00
homeInfoParams:
Title: "Bonjour à vous \U0001F44B"
2022-04-25 19:08:44 +00:00
Content: "Il n'y a pas de magie, seulement des messages d'erreurs. L'infra à forte charge est ma passion, j'éssai de vous partager quelques feedback"
2022-04-24 12:21:15 +00:00
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.
title: Yann Verry
2022-04-25 19:08:44 +00:00
description: "Blog"
2022-04-24 12:21:15 +00:00
keywords: [Blog, Yann Verry]
author: Me
2022-04-24 14:03:30 +00:00
# images: ["https://20181125_092822-PANO.jpg"]
image: "/public/cover.jpg"
2022-04-24 12:21:15 +00:00
DateFormat: "2 January 2006"
defaultTheme: auto # dark, light
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: true
2022-04-24 15:59:42 +00:00
assets:
disableFingerprinting: true
2022-04-24 12:21:15 +00:00
assets:
# disableHLJS: true # to disable highlight.js
# disableFingerprinting: true
label:
text: "Home"
icon: https://verry.org/images/yverry.webp
iconHeight: 35
# home-info mode
homeInfoParams:
Title: "Hi there \U0001F44B"
Content: There is no magic, only unread error messages
socialIcons:
2023-05-08 21:16:11 +00:00
- name: mastodon
url: "https://mamot.fr/@yverry"
2022-04-24 12:21:15 +00:00
- name: gitea
url: "https://git.verry.org/"
2022-04-24 15:59:42 +00:00
- name: RSS
url: "index.xml"
- name: Me
url: "https://verry.org"
2022-04-24 12:21:15 +00:00
editPost:
2022-04-24 16:00:41 +00:00
URL: "https://git.verry.org/yann/yann.verry.org/src/branch/main/content"
2022-04-24 12:21:15 +00: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:
- identifier: tags
name: Tags
url: /tags/
2022-04-24 15:59:42 +00:00
weight: 1
2022-04-24 12:21:15 +00:00
outputs:
home:
- HTML
- RSS
- JSON