mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-02-02 15:56:19 +01:00
f5d4985f39
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
29 lines
650 B
TOML
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" },
|
|
]
|