Skip to content
Snippets Groups Projects
config.toml 647 B
base_url = "https://teckids.org"

title = "Teckids"
description = "Eine verstehbare (digitale) Welt – Gemeinsam, für Alle"

output_dir = "public"
compile_sass = true
build_search_index = true
generate_feed = true
hard_link_static = true
#minify_html = true

taxonomies = [
  { name = "Projekt", render = false },
  { name = "Zielgruppe", render = false },
]

[markdown]
highlight_code = false

external_links_target_blank = true
external_links_no_referrer = true

[slugify]
paths_keep_dates = true

[search]
include_title = true
include_description = true
include_path = false
include_content = true

index_format = "elasticlunr_json"

[extra]