git commit -a -m initial
This commit is contained in:
yv_pic
2020-12-30 12:41:09 +01:00
commit a5c7667d0a
121 changed files with 11031 additions and 0 deletions

35
config [conflicted].toml Normal file
View File

@@ -0,0 +1,35 @@
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]
github = "example"
linkedin = "example"
email = "rechampir@rechampir.net"
mastodon = "https://hostux.social/web/accounts/984"
medium = "example"
keybase = "example"
twitter = "https://twitter.com/yv_pic"
[taxonomies]
year = "year"
month = "month"
tags = "tags"
categories = "categories"
[permalinks]
blog = "/blog/:year/:month/:slug"