# The URL the site will be built for
= "https://slide-rs.github.io/"
= "Specs"
= "Specs Parallel ECS, a Rust library for parallel data processing using the Entity Component System pattern"
= "hyde"
# Whether to automatically compile all Sass files in the sass directory
= true
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
= true
# Whether to build a search index to be used later on by a JavaScript library
= true
= []
[]
= [
{ = "/", = "Home"},
{ = "docs", = "Docs"},
{ = "https://github.com/slide-rs/specs", = "GitHub"},
# {url = "about", name = "About"},
]