MkDocs 静态网站生成

For full documentation visit mkdocs.org.

安装

cd yourwebsite
virtualenv -p python3 ENV
source ENV/bin/activate

pip install mkdocs

Commands

Project layout

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.