Add default templates, styles, and scripts for documentation site

This commit is contained in:
yhirose
2026-03-01 20:19:32 -05:00
parent 7444646627
commit b2d76658fc
11 changed files with 190 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
[site]
title = "My Docs"
base_url = "https://example.com"
base_path = ""
[i18n]
default_lang = "en"
langs = ["en", "ja"]
[highlight]
theme = "base16-ocean.dark"
theme_light = "InspiredGitHub"