initial
git commit -a -m initial
This commit is contained in:
33
config.toml
Normal file
33
config.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
baseURL = "http://example.org/"
|
||||
languageCode = "fr-fr"
|
||||
title = "Rechampir, l'édition."
|
||||
theme = "notrack"
|
||||
newContentEditor = "nvim"
|
||||
# mainSections = ["Récits"]["Recueils"]
|
||||
# disqusShortname = "example"
|
||||
paginate = 4
|
||||
|
||||
[params]
|
||||
author = "Yves Picard"
|
||||
siteHeading = "Rechampir, l'édition." # defaults to author
|
||||
showBlogLatest = true
|
||||
# mainSections = ["Récits"]["Recueils"]
|
||||
showTaxonomyLinks = false
|
||||
nBlogLatest = 4 # number of blog post om the home page
|
||||
blogLatestHeading = "Derniers écrits mis en ligne"
|
||||
|
||||
[params.social]
|
||||
|
||||
email = "rechampir@rechampir.net"
|
||||
mastodon = "@yv_pic"
|
||||
twitter = "yv_pic"
|
||||
xmpp = "@yvespicard@farmserv.org"
|
||||
|
||||
[taxonomies]
|
||||
year = "year"
|
||||
month = "month"
|
||||
tags = "tags"
|
||||
categories = "categories"
|
||||
|
||||
[permalinks]
|
||||
blog = "/blog/:year/:month/:slug"
|
||||
Reference in New Issue
Block a user