2025-02-13 14:51:46 +00:00
|
|
|
# The URL the site will be built for
|
|
|
|
base_url = "https://bluespec.dev"
|
|
|
|
|
2025-02-13 15:03:01 +00:00
|
|
|
theme = "archie-zola"
|
|
|
|
|
2025-02-13 14:51:46 +00:00
|
|
|
# Whether to automatically compile all Sass files in the sass directory
|
2025-02-12 20:54:12 +00:00
|
|
|
compile_sass = true
|
2025-02-13 14:51:46 +00:00
|
|
|
|
|
|
|
# Whether to build a search index to be used later on by a JavaScript library
|
2025-02-12 20:54:12 +00:00
|
|
|
build_search_index = true
|
|
|
|
|
|
|
|
[markdown]
|
2025-02-13 14:51:46 +00:00
|
|
|
# Whether to do syntax highlighting
|
|
|
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
|
|
|
highlight_code = false
|
|
|
|
#highlight_theme = "css"
|
2025-02-12 20:54:12 +00:00
|
|
|
|
|
|
|
[extra]
|
2025-02-13 14:51:46 +00:00
|
|
|
# Put all your custom variables here
|