Skip to content

LemmyHuang/GMEM_gmem-team.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GMEM主页编辑

GMEM's Home

  • 安装mkdocs

    MkDocs 文档开发教程 (mkdocs-like-code.readthedocs.io)

    pip install mkdocs
    # Print help message
    mkdocs -h 
  • 网页组成

    mkdocs.yml    # The configuration file.
    docs/
        index.md  # The documentation homepage.
        ...       # Other markdown pages, images and other files.
    site/
        index.html # 由mkdocs生成的静态网页,托管到gh-pages分支
        ... 
  • 在本地查看网页

    mkdocs serve
  • 更新网页到gh-pages分支

    mkdocs gh-deploy --force --no-history -f ./mkdocs.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published