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
20 lines
377 B
TOML
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" },
|
|
]
|