Skip to content
Snippets Groups Projects
config.toml 1.32 KiB
Newer Older
  • Learn to ignore specific revisions
  • Alexandre MEYER's avatar
    Alexandre MEYER committed
    baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/m1if37-animation/"
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
    title = "M1if37"
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
    theme = "etch"
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
    #theme = "ucax"
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
    #theme = "hugo-flex"
    
    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
    [params]
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
      description = "Animation en synthèse d'images"
    
    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"
      # color = "gray"           # Any color in CSS syntax
      # width = "42rem"          # Any length in CSS syntax
      # footer= ""
      # rss = "" 
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
    
    
    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"
            url = "https://perso.liris.cnrs.fr/fzara/Web/M1Animation.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/cours/"
    
    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