1
0

config.toml 329 B

123456789101112131415161718192021
  1. [site]
  2. title = "My Docs"
  3. base_url = "https://example.com"
  4. base_path = ""
  5. # [[nav]]
  6. # label = "Guide"
  7. # path = "guide/"
  8. #
  9. # [[nav]]
  10. # label = "GitHub"
  11. # url = "https://github.com/your/repo"
  12. # icon = "github"
  13. [i18n]
  14. default_lang = "en"
  15. langs = ["en", "ja"]
  16. [highlight]
  17. theme = "base16-ocean.dark"
  18. theme_light = "InspiredGitHub"