Skip to content
/ mkdocs-template Public template

MkDocs site template, including automated deployment workflows.

License

Notifications You must be signed in to change notification settings

Kjuly/mkdocs-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkdocs-template

MkDocs site template, including automated deployment workflows.

Structure

Default folder structure in this template:

.
├─ config/
│    ├─ base.yml  # Shared base config file.
│    ├─ en/
│    │   └─ mkdocs.yml  # Override config file for "en".
│    └─ zh-Hans/
│        └─ mkdocs.yml  # Override config file for "zh-Hans".
│
├─ source/
│    ├─ en/
│    └─ zh-Hans/
│
├─ overrides/
│    ├─ assets/
│    │   └─ logo.png
│    └─ css/
│        └─ extra.css
│
└─ build/