Files
uutils.github.io/config.toml
2025-02-16 22:52:06 +01:00

20 lines
377 B
TOML

# The URL the site will be built for
base_url = "https://uutils.github.io"
title = "uutils"
description = ""
default_language = "en"
generate_feeds = true
[markdown]
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
{ theme = "OneHalfDark", filename = "syntax-theme-dark.css" },
{ theme = "OneHalfLight", filename = "syntax-theme-light.css" },
]