mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-12 03:38:30 +00:00
16 lines
379 B
TOML
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"
|