Skip to content
Snippets Groups Projects
config.toml 737 B
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
    
    [menu]
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
        # [[menu.main]]
        #     identifier = "posts"
        #     name = "posts"
        #     title = "posts"
        #     url = "/posts"
        #     weight = 10
    
    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]
        ordered = true