Files
uutils.github.io/config.toml
T
2024-01-28 15:47:29 +01:00

15 lines
221 B
TOML

# The URL the site will be built for
base_url = "https://uutils.github.io"
title = "uutils"
description = ""
default_language = "en"
paginate_by = 10
[markdown]
highlight_code = true
highlight_theme = "OneHalfLight"