devin.zhu@doverfs.com 35e92fc0d3 md il y a 1 an
..
blog 35e92fc0d3 md il y a 1 an
config e7c0409db4 初始化文档仓库 il y a 1 an
docs e7c0409db4 初始化文档仓库 il y a 1 an
operation e7c0409db4 初始化文档仓库 il y a 1 an
pages e7c0409db4 初始化文档仓库 il y a 1 an
static e7c0409db4 初始化文档仓库 il y a 1 an
.gitignore e7c0409db4 初始化文档仓库 il y a 1 an
LICENSE e7c0409db4 初始化文档仓库 il y a 1 an
README.md e7c0409db4 初始化文档仓库 il y a 1 an
site_config.json e7c0409db4 初始化文档仓库 il y a 1 an

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