Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru> Signed-off-by: Alexander Borsuk <me@alex.bio>
12 lines
321 B
TOML
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
|
|
|