website/config.toml
Vitaly Zdanevich 45842cefd4 Migrate to Zola, add meta tags and dark theme support
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-07-01 18:03:30 +02:00

12 lines
321 B
TOML

# The URL the site will be built for
base_url = "https://organicmaps.app"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
[markdown]
external_links_target_blank = true