mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-12 19:58:29 +00:00
Add default templates, styles, and scripts for documentation site
This commit is contained in:
12
docs-gen/defaults/config.toml
Normal file
12
docs-gen/defaults/config.toml
Normal 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"
|
||||
Reference in New Issue
Block a user