Skip to content
Snippets Groups Projects
config.toml 1.05 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/"
    title = "Animation en synthèse d'images"
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
    theme = "etch"
    #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
      color = "gray"           # Any color in CSS syntax
      width = "42rem"          # Any length in CSS syntax
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
      footer= ""
      rss = "" 
    
    
    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.nav]]
            identifier = "home"
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
            name = "homee"
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
            title = "home"
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
            url = "homee/"
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
            weight = 1
        [[menu.nav]]
            identifier = "controle"
            name = "controle"
            title = "controle"
            url = "controle/"
            weight = 2
    
    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