Files
cpp-httplib/docs-src/config.toml
2026-02-28 20:56:46 -05:00

16 lines
379 B
TOML

[site]
title = "cpp-httplib"
version = "0.35.0"
base_url = "https://yhirose.github.io/cpp-httplib"
# Base path for URL generation. Use "/cpp-httplib" for GitHub Pages,
# or "" for local development (python3 -m http.server).
base_path = "/cpp-httplib"
[i18n]
default_lang = "en"
langs = ["en", "ja"]
[highlight]
theme = "base16-eighties.dark"
theme_light = "base16-ocean.light"