Skip to content
Snippets Groups Projects
config.toml 1.59 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 = "paige"
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
    #theme = "hugo-flex"
    
    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
    
    # [author]
    #   name = "Alexandre Meyer"
    #   image = "img/author.jpg"
    #   headline = "M1if37"
    #   bio = ""
    
    
    
    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;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"
            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/"
    
    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