Skip to content
Snippets Groups Projects
config.toml 1.47 KiB
Newer Older
Alexandre MEYER's avatar
Alexandre MEYER committed
baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/m2-animation/"
title = "M2ID3D Animation, Corps Articulés Et Moteurs Physiques"
Alexandre MEYER's avatar
Alexandre MEYER committed
theme = "congo"
Alexandre MEYER's avatar
Alexandre MEYER committed
languageCode = "fr-FR"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true

Alexandre MEYER's avatar
Alexandre MEYER committed
publishDir = "public"

Alexandre MEYER's avatar
Alexandre MEYER committed


Alexandre MEYER's avatar
Alexandre MEYER committed
[params]
Alexandre MEYER's avatar
Alexandre MEYER committed
  description = "Animation, Corps Articulés Et Moteurs Physiques"
Alexandre MEYER's avatar
Alexandre MEYER committed
  copyright = ""
Alexandre MEYER's avatar
Alexandre MEYER committed
  dark = "auto"
  highlight = true
Alexandre MEYER's avatar
Alexandre MEYER committed
  mainSections = "personnage;controle;posts"
  #color = "gray"           # Any color in CSS syntax
  #width = "52rem"          # Any length in CSS syntax
  colorScheme = "fire"
Alexandre MEYER's avatar
Alexandre MEYER committed
  # footer= ""
  # rss = "" 
Alexandre MEYER's avatar
Alexandre MEYER committed
  article.showDate = false
Alexandre MEYER's avatar
Alexandre MEYER committed

Alexandre MEYER's avatar
Alexandre MEYER committed

Alexandre MEYER's avatar
Alexandre MEYER committed
# [[footer]]
#   name = "Privacy"
#   url = "https://external-link"
Alexandre MEYER's avatar
Alexandre MEYER committed
#   - name: Aboutaaa
#     url: about/
#     weight: 1
Alexandre MEYER's avatar
Alexandre MEYER committed

[menu]
Alexandre MEYER's avatar
Alexandre MEYER committed
    [[menu.main]]
        identifier = "Physique"
        name = "Physique"
        title = "Physique"
Alexandre MEYER's avatar
Alexandre MEYER committed
        url = "https://perso.liris.cnrs.fr/florence.zara/Web/M2Animation.html"
Alexandre MEYER's avatar
Alexandre MEYER committed
        weight = 1
Alexandre MEYER's avatar
Alexandre MEYER committed
 
    [[menu.main]]
        identifier = "Personnage"
        name = "Personnage"
        title = "Personnage"
Alexandre MEYER's avatar
Alexandre MEYER committed
        url = "/personnage/"
Alexandre MEYER's avatar
Alexandre MEYER committed
        weight = 2

    [[menu.main]]
Alexandre MEYER's avatar
Alexandre MEYER committed
        identifier = "Controle"
        name = "Controle"
        title = "Controle"
Alexandre MEYER's avatar
Alexandre MEYER committed
        url = "/controle/"
        weight = 3
Alexandre MEYER's avatar
Alexandre MEYER committed

Alexandre MEYER's avatar
Alexandre MEYER committed
  
Alexandre MEYER's avatar
Alexandre MEYER committed
[permalinks]
  posts = "/:title/"
Alexandre MEYER's avatar
Alexandre MEYER committed

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

  [markup.tableOfContents]
Alexandre MEYER's avatar
Alexandre MEYER committed
    ordered = true