Skip to content

lbwanga/lbwanga.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://www.mkdocs.org/getting-started/

https://github.com/squidfunk/mkdocs-material

安装mkdocs:

$ pip install mkdocs

创建新项目:

$ python -m mkdocs new my-project
$ cd my-project

启动:

$ python -m mkdocs serve
INFO    -  Building documentation...
INFO    -  Cleaning site directory
INFO    -  Documentation built in 0.22 seconds
INFO    -  [15:50:43] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO    -  [15:50:43] Serving on http://127.0.0.1:8000/

部署:https://squidfunk.github.io/mkdocs-material/publishing-your-site/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published