mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-11 19:28:30 +00:00
13 lines
194 B
TOML
13 lines
194 B
TOML
[site]
|
|
title = "My Docs"
|
|
base_url = "https://example.com"
|
|
base_path = ""
|
|
|
|
[i18n]
|
|
default_lang = "en"
|
|
langs = ["en", "ja"]
|
|
|
|
[highlight]
|
|
theme = "base16-ocean.dark"
|
|
theme_light = "InspiredGitHub"
|