Forked from
Alexandre MEYER / M1if37-Animation
34 commits behind, 4 commits ahead of the upstream repository.
-
Alexandre MEYER authored
- /.gitlab-ci.yml - /web/config.toml
Alexandre MEYER authored- /.gitlab-ci.yml - /web/config.toml
config.toml 1.41 KiB
baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/m2-animation/"
title = "M2ID3D Animation, corps articulé et moteur physique"
theme = "congo"
languageCode = "fr-FR"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
publishDir = "public"
[params]
description = "M2ID3D Animation, corps articulé et moteur physique"
copyright = ""
dark = "auto"
highlight = true
mainSections = "personnage;controle;posts"
#color = "gray" # Any color in CSS syntax
#width = "52rem" # Any length in CSS syntax
colorScheme = "fire"
# footer= ""
# rss = ""
article.showDate = false
# [[footer]]
# name = "Privacy"
# url = "https://external-link"
# - name: Aboutaaa
# url: about/
# weight: 1
[menu]
[[menu.main]]
identifier = "Physique"
name = "Physique"
title = "Physique"
url = "https://perso.liris.cnrs.fr/florence.zara/Web/M2Animation.html"
weight = 1
[[menu.main]]
identifier = "Personnage"
name = "Personnage"
title = "Personnage"
url = "/personnage/"
weight = 2
[[menu.main]]
identifier = "Controle"
name = "Controle"
title = "Controle"
url = "/controle/"
weight = 3
[permalinks]
posts = "/:title/"
[markup.goldmark.renderer]
# Allow HTML in Markdown
unsafe = true
[markup.tableOfContents]
ordered = true