45 lines
670 B
TOML
45 lines
670 B
TOML
base_url = "https://kerolox.neocities.org"
|
|
theme = "abridge"
|
|
|
|
title = "Kerolox"
|
|
description = "Homepage of the Kerolox programming language."
|
|
default_language = "en"
|
|
|
|
compile_sass = true
|
|
minify_html = false
|
|
build_search_index = false
|
|
generate_feeds = true
|
|
|
|
[markdown]
|
|
bottom_footnotes = true
|
|
|
|
[markdown.highlighting]
|
|
theme = "catppuccin-mocha"
|
|
|
|
[extra]
|
|
|
|
[[extra.menu]]
|
|
url = "tutorial"
|
|
name = "Tutorial"
|
|
slash = true
|
|
|
|
[[extra.menu]]
|
|
url = "learn"
|
|
name = "Learn"
|
|
slash = true
|
|
|
|
[[extra.menu]]
|
|
url = "examples"
|
|
name = "Examples"
|
|
slash = true
|
|
|
|
[[extra.menu]]
|
|
url = "sandbox"
|
|
name = "Sandbox"
|
|
slash = true
|
|
|
|
[[extra.menu]]
|
|
url = "contribute"
|
|
name = "How to Help"
|
|
slash = true
|