iocaine/docs/config.toml
Gergely Nagy f5d4985f39
Move documentation to a dedicated site
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
2025-01-25 01:31:38 +01:00

29 lines
650 B
TOML

## SPDX-FileCopyrightText: 2025 Gergely Nagy
## SPDX-FileContributor: Gergely Nagy
##
## SPDX-License-Identifier: MIT
base_url = "https://iocaine.madhouse-project.org"
title = "iocaine - the deadliest poison known to AI"
build_search_index = false
theme = "juice"
compile_sass = true
minify_html = true
generate_robots_txt = false
[markdown]
highlight_code = true
highlight_theme = "ir-white"
external_links_no_follow = true
external_links_no_referrer = true
smart_punctuation = true
[extra]
juice_logo_name = "Iocaine"
juice_extra_menu = [
{ title = "Code", link = "https://git.madhouse-project.org/algernon/iocaine" },
]