config.toml 194 B

123456789101112
  1. [site]
  2. title = "My Docs"
  3. base_url = "https://example.com"
  4. base_path = ""
  5. [i18n]
  6. default_lang = "en"
  7. langs = ["en", "ja"]
  8. [highlight]
  9. theme = "base16-ocean.dark"
  10. theme_light = "InspiredGitHub"