devin.zhu@doverfs.com 99bb139166 添加版本文档 1 سال پیش
..
blog 99bb139166 添加版本文档 1 سال پیش
config e7c0409db4 初始化文档仓库 1 سال پیش
docs e7c0409db4 初始化文档仓库 1 سال پیش
operation e7c0409db4 初始化文档仓库 1 سال پیش
pages e7c0409db4 初始化文档仓库 1 سال پیش
static e7c0409db4 初始化文档仓库 1 سال پیش
.gitignore e7c0409db4 初始化文档仓库 1 سال پیش
LICENSE e7c0409db4 初始化文档仓库 1 سال پیش
README.md e7c0409db4 初始化文档仓库 1 سال پیش
site_config.json e7c0409db4 初始化文档仓库 1 سال پیش

README.md

teedoc official website

visit: teedoc.neucrack.com or teedoc.github.io

build locally

  • Install Python3 first

    sudo apt install python3 python3-pip
    
  • Install teedoc

    pip3 install teedoc
    
  • Get site source files

    git clone https://github.com/teedoc/teedoc.github.io my_site
    

或者

git clone https://github.com/teedoc/teedoc.gitee.io my_site
  • Install plugins

    cd my_site
    teedoc install
    
  • build and serve

    teedoc build
    teedoc serve
    

then visit http://127.0.0.1:2333