| 123456789101112131415 |
- [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"
|