Forked from
Alexandre MEYER / hugo-web-minimal
58 commits behind the upstream repository.
-
Alexandre MEYER authoredAlexandre MEYER authored
config.toml 674 B
baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/m1if37-animation/"
title = "Animation en synthèse d'images"
theme = "etch"
languageCode = "fr-FR"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
description = "Animation en synthèse d'images"
copyright = "c"
dark = "auto"
highlight = true
[menu]
[[menu.main]]
identifier = "posts"
name = "posts"
title = "posts"
url = "/"
weight = 20
[permalinks]
posts = "/:title/"
[markup.goldmark.renderer]
# Allow HTML in Markdown
unsafe = true
[markup.tableOfContents]
ordered = true