zola-check-manager

A Github Action allowing you to manage the zola check results in github
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.git
Log | Files | Refs | README | LICENSE

config.toml (484B)


      1 # The URL the site will be built for
      2 base_url = "https://example.com"
      3 
      4 # Whether to automatically compile all Sass files in the sass directory
      5 compile_sass = false
      6 
      7 # Whether to build a search index to be used later on by a JavaScript library
      8 build_search_index = false
      9 
     10 [markdown]
     11 # Whether to do syntax highlighting
     12 # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
     13 highlight_code = false
     14 
     15 [extra]
     16 # Put all your custom variables here