| 123456789101112131415161718192021 |
- [site]
- title = "My Docs"
- base_url = "https://example.com"
- base_path = ""
- # [[nav]]
- # label = "Guide"
- # path = "guide/"
- #
- # [[nav]]
- # label = "GitHub"
- # url = "https://github.com/your/repo"
- # icon = "github"
- [i18n]
- default_lang = "en"
- langs = ["en", "ja"]
- [highlight]
- theme = "base16-ocean.dark"
- theme_light = "InspiredGitHub"
|