An open API service indexing awesome lists of open source software.

https://github.com/kjuly/mkdocs-template

MkDocs site template, including automated deployment workflows.
https://github.com/kjuly/mkdocs-template

automation mkdocs template

Last synced: 21 days ago
JSON representation

MkDocs site template, including automated deployment workflows.

Awesome Lists containing this project

README

        

# mkdocs-template
MkDocs site template, including automated deployment workflows.

## Structure

Default folder structure in this template:
```sh
.
├─ 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/
```