Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

mkdocs

  1. link
  2. install
    • conda install -c conda-forge mkdocs
    • pip install mkdocs
  3. mkdocs.yml
    • site_name: required
    • site_url: 默认值https://example.com/
  4. ignore .foo.md, .bar/baz.md
mkdocs new my-project
mkdocs serve
mkdocs build

pip install mkdocs-jupyter mkdocs-material pymdown-extensions
site_name: MkLorum
site_url: https://example.com/
nav:
  - Home: index.md
  - About: about.md
theme: readthedocs