baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/m1if37-animation/"
title = "Animation en synthèse d'images"
#theme = "etch"
theme = "hugo-flex"
languageCode = "fr-FR"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true

publishDir = "public"

[params]
  description = "Animation en synthèse d'images"
  copyright = ""
  dark = "auto"
  highlight = true
  color = "gray"           # Any color in CSS syntax
  width = "42rem"          # Any length in CSS syntax

#   - name: Aboutaaa
#     url: about/
#     weight: 1

[menu]
    [[menu.nav]]
        identifier = "home"
        name = "home"
        title = "home"
        url = "home/"
        weight = 1
    [[menu.nav]]
        identifier = "controle"
        name = "controle"
        title = "controle"
        url = "controle/"
        weight = 2

  
[permalinks]
  posts = "/:title/"

[markup.goldmark.renderer]
  # Allow HTML in Markdown
  unsafe = true

  [markup.tableOfContents]
    ordered = true