42 lines
526 B
YAML
42 lines
526 B
YAML
---
|
|
baseURL: https://alexis.lahouze.org
|
|
languageCode: fr-fr
|
|
title: Alexis Lahouze
|
|
|
|
disableHugoGeneratorInject: true
|
|
|
|
defaultContentLanguage: fr
|
|
|
|
enableGitInfo: true
|
|
|
|
frontmatter:
|
|
lastmod:
|
|
- lastmod
|
|
- :git
|
|
- :fileModTime
|
|
- :default
|
|
|
|
pagination:
|
|
pagerSize: 15
|
|
|
|
taxonomies:
|
|
author: author
|
|
category: categories
|
|
tag: tags
|
|
|
|
outputs:
|
|
home:
|
|
- html
|
|
section:
|
|
- html
|
|
taxonomy:
|
|
- html
|
|
term:
|
|
- html
|
|
|
|
outputFormats:
|
|
rss:
|
|
baseName: rss
|
|
|
|
# vim: set tw=80 ts=4 sw=4 sts=4 nospell:
|