Skip to content
Snippets Groups Projects
config.toml 1.12 KiB
Newer Older
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]
  description = "Alexandre Meyer"
  copyright = ""
  dark = "auto"
  highlight = true
Alexandre MEYER's avatar
Alexandre MEYER committed
  #mainSections = "Research;Teaching"
  #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]]
        identifier = "Research"
Alexandre MEYER's avatar
Alexandre MEYER committed
        name = "Research"
        title = "Research"
        url = "/research/"
        weight = 1
 
    [[menu.main]]
        identifier = "Teaching"
Alexandre MEYER's avatar
Alexandre MEYER committed
        name = "Teaching"
        title = "Teaching"
        url = "/teaching/"
        weight = 2


  
[permalinks]
  posts = "/:title/"

[markup.goldmark.renderer]
  # Allow HTML in Markdown
  unsafe = true

  [markup.tableOfContents]
    ordered = true