Skip to content
Snippets Groups Projects
config.toml 1.25 KiB
Newer Older
  • Learn to ignore specific revisions
  • Alexandre MEYER's avatar
    Alexandre MEYER committed
    baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/www"
    
    title = "Alexandre Meyer"
    
    theme = "congo"
    languageCode = "fr-FR"
    enableInlineShortcodes = true
    pygmentsCodeFences = true
    pygmentsUseClasses = true
    
    publishDir = "public"
    
    
    [params]
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
      description = "UE Bidule"
    
      copyright = ""
      dark = "auto"
      highlight = true
      mainSections = "personnage;controle;posts"
      #color = "gray"           # Any color in CSS syntax
      #width = "52rem"          # Any length in CSS syntax
      colorScheme = "fire"
      # footer= ""
      # rss = "" 
      article.showDate = false
    
    
    # [[footer]]
    #   name = "Privacy"
    #   url = "https://external-link"
    #   - name: Aboutaaa
    #     url: about/
    #     weight: 1
    
    [menu]
        [[menu.main]]
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
            identifier = "PartieA"
            name = "PartieA"
            title = "PartieA"
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
            url = "/partiea"
    
            weight = 1
     
        [[menu.main]]
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
            identifier = "PartieB"
            name = "PartieB"
            title = "PartieB"
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
            url = "/partieb"
    
            weight = 2
    
        [[menu.main]]
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
            identifier = "PartieC"
            name = "PartieC"
            title = "PartieC"
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
            url = "/partiec"
    
            weight = 3
    
      
    [permalinks]
      posts = "/:title/"
    
    [markup.goldmark.renderer]
      # Allow HTML in Markdown
      unsafe = true
    
      [markup.tableOfContents]
        ordered = true