72 lines
1.3 KiB
TOML
72 lines
1.3 KiB
TOML
baseURL = "https://barbel.synology.me"
|
|
languageCode = "fr-fr"
|
|
title = "Yann64"
|
|
theme = "anubis"
|
|
paginate = 3
|
|
|
|
[author]
|
|
name = "Yannick Barbel"
|
|
|
|
[params]
|
|
author = "Yannick Barbel"
|
|
description = "Yannick Barbel a.k.a Yann64"
|
|
dateFormat = "2006-01-02"
|
|
paginationSinglePost = true
|
|
style = "auto"
|
|
readMore = true
|
|
readNextPosts = 2
|
|
copyCodeButton = true
|
|
rssAsSocialIcon = true
|
|
mathjax = false
|
|
|
|
# Graphcomment support
|
|
graphcommentId = ""
|
|
|
|
# utteranc.es support
|
|
utterancesRepo = "" # mandatory
|
|
utterancesTheme = "" # optional
|
|
utterancesIssue = "" # optional
|
|
utterancesLabel = "" # optional
|
|
|
|
# Giscus support
|
|
GiscusRepo = "" # mandatory
|
|
GiscusRepoId = "" # mandatory
|
|
GiscusCategory = "Announcements" # mandatory
|
|
GiscusCategoryId = "" # mandatory
|
|
GiscusLazyLoad = false # optional
|
|
|
|
[[params.social]]
|
|
id = "mastodon"
|
|
url = "https://mastodon.social/@yann64"
|
|
|
|
[[params.social]]
|
|
id = "github"
|
|
url = "https://git.barbel.synology.me/yann64"
|
|
|
|
[menu]
|
|
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
identifier = "articles"
|
|
url = "/posts/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Fond Généalogique"
|
|
identifier = "genealogie"
|
|
url = "/webtrees/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
identifier = "tags"
|
|
name = "Tags"
|
|
url = "/tags/"
|
|
weight = 3
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|