baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/m1if37-animation/"
title = "M1if37"
theme = "etch"
#theme = "ucax"
#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
  mainSections = "personnage;controle"
  # color = "gray"           # Any color in CSS syntax
  # width = "42rem"          # Any length in CSS syntax
  # footer= ""
  # rss = "" 


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

[menu]
    [[menu.main]]
        identifier = "Physique"
        name = "Physique"
        title = "Physique"
        url = "https://perso.liris.cnrs.fr/fzara/Web/M1Animation.html"
        weight = 1
 
    [[menu.main]]
        identifier = "Personnage"
        name = "Personnage"
        title = "Personnage"
        url = "/personnage/cours/"
        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