Skip to content
Snippets Groups Projects
config.toml 1.4 KiB
Newer Older
  • Learn to ignore specific revisions
  • Alexandre MEYER's avatar
    Alexandre MEYER committed
    baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/lifapcd/"
    title = "LIFAPCD Conception et développement d'applications"
    
    theme = "congo"
    languageCode = "fr-FR"
    enableInlineShortcodes = true
    pygmentsCodeFences = true
    pygmentsUseClasses = true
    
    publishDir = "public"
    
    
    [params]
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
      description = "LIFAPCD"
    
      copyright = ""
      dark = "auto"
      highlight = true
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
      mainSections = "Cours;TD;Projets;Planning"
    
      #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 = "Cours"
            name = "Cours"
            title = "Cours"
            url = "/cours"
    
            weight = 1
     
        [[menu.main]]
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
            identifier = "TD"
            name = "TD"
            title = "TD"
            url = "/td/"
    
            weight = 2
    
        [[menu.main]]
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
            identifier = "Projet"
            name = "Projet"
            title = "Projet"
            url = "/projet/"
    
            weight = 3
    
    
    Alexandre MEYER's avatar
    Alexandre MEYER committed
        [[menu.main]]
            identifier = "Planning"
            name = "Planning"
            title = "Planning"
            url = "/planning/"
            weight = 4
    
    
      
    [permalinks]
      posts = "/:title/"
    
    [markup.goldmark.renderer]
      # Allow HTML in Markdown
      unsafe = true
    
      [markup.tableOfContents]
        ordered = true