26 lines
341 B
YAML
26 lines
341 B
YAML
---
|
|
baseURL: https://alexis.lahouze.org
|
|
languageCode: fr-fr
|
|
title: Alexis Lahouze
|
|
|
|
defaultContentLanguage: fr-fr
|
|
|
|
enableGitInfo: true
|
|
|
|
taxonomies:
|
|
author: author
|
|
category: categories
|
|
tag: tags
|
|
|
|
outputs:
|
|
home:
|
|
- html
|
|
section:
|
|
- html
|
|
taxonomy:
|
|
- html
|
|
term:
|
|
- html
|
|
|
|
# vim: set tw=80 ts=4 sw=4 sts=4 nospell:
|