You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
17 lines
243 B
TOML
17 lines
243 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
|
|
|
|
generate_feed = true
|
|
|
|
[markdown]
|
|
highlight_code = true
|
|
highlight_theme = "OneHalfLight"
|