config.toml 379 B

123456789101112131415
  1. [site]
  2. title = "cpp-httplib"
  3. version = "0.35.0"
  4. base_url = "https://yhirose.github.io/cpp-httplib"
  5. # Base path for URL generation. Use "/cpp-httplib" for GitHub Pages,
  6. # or "" for local development (python3 -m http.server).
  7. base_path = "/cpp-httplib"
  8. [i18n]
  9. default_lang = "en"
  10. langs = ["en", "ja"]
  11. [highlight]
  12. theme = "base16-eighties.dark"
  13. theme_light = "base16-ocean.light"