105 lines
2.4 KiB
YAML
105 lines
2.4 KiB
YAML
baseURL: "https://yann.verry.org"
|
||
title: There is no magic, only unread error messages
|
||
paginate: 5
|
||
theme: PaperMod
|
||
|
||
defaultContentLanguage: fr
|
||
languages:
|
||
en:
|
||
languageName: ":uk:"
|
||
languageAltTitle: English
|
||
title: "Yann Verry | My blog"
|
||
homeInfoParams:
|
||
Title: "Hi there \U0001F44B"
|
||
Content: There is no magic, only unread error messages
|
||
fr:
|
||
languageName: ":fr:"
|
||
languageAltTitle: French
|
||
title: "Yann Verry | Mon blog"
|
||
homeInfoParams:
|
||
Title: "Bonjour à vous \U0001F44B"
|
||
Content: "Il n'y a pas de magie, seulement des messages d'erreurs. Voici mon blog personnel sans prétention"
|
||
|
||
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
|
||
description: "Blog Yann Verry"
|
||
keywords: [Blog, Yann Verry]
|
||
author: Me
|
||
# images: ["https://20181125_092822-PANO.jpg"]
|
||
image: "/public/cover.jpg"
|
||
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
|
||
|
||
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:
|
||
- name: twitter
|
||
url: "https://twitter.com/yverry"
|
||
- name: gitea
|
||
url: "https://git.verry.org/"
|
||
- name: rss
|
||
|
||
editPost:
|
||
URL: "https://git.verry.org/yann/yann.verry.org/content"
|
||
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/
|
||
weight: 20
|
||
|
||
outputs:
|
||
home:
|
||
- HTML
|
||
- RSS
|
||
- JSON
|