matrix-spam-ml-docs

Docs for https://github.com/MTRNord/matrix-spam-ml/
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-spam-ml-docs.git
Log | Files | Refs | Submodules

config.toml (605B)


      1 # The URL the site will be built for
      2 base_url = "https://mtrnord.github.io/matrix-spam-ml"
      3 
      4 title = "Matrix Spam ML"
      5 discription = "Documentation for the Matrix Spam ML project"
      6 
      7 theme = "book"
      8 
      9 # Whether to automatically compile all Sass files in the sass directory
     10 compile_sass = true
     11 
     12 # Whether to build a search index to be used later on by a JavaScript library
     13 build_search_index = true
     14 
     15 [markdown]
     16 # Whether to do syntax highlighting
     17 # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
     18 highlight_code = true
     19 
     20 [extra]
     21 # Put all your custom variables here