rust-search-extension/docs/config.toml

24 lines
752 B
TOML
Raw Normal View History

2019-11-27 15:56:05 +00:00
# The URL the site will be built for
2020-03-13 03:54:08 +00:00
base_url = "/"
2019-11-27 15:56:05 +00:00
title = "Rust Search Extension - The ultimate search extension for Rust"
2019-11-27 15:56:05 +00:00
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
highlight_theme = "inspired-github"
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
2020-07-25 15:43:08 +00:00
theme = "juice"
2019-11-27 15:56:05 +00:00
[extra]
# Put all your custom variables here
2020-07-25 15:43:08 +00:00
juice_logo_name = "Rust Search Extension"
juice_logo_path = "logo.png"
juice_extra_menu = [
{ title = "Github", link = "https://github.com/huhu/rust-search-extension"}
]