zhibaixiao.github.io

teedoc website template

**中文 README English README**

This template supported by teedoc, visit: teedoc.neucrack.com or teedoc.github.io learn more

build locally

On Windows or macOS, download from python.org

On Linux, Ubuntu for example:

sudo apt install python3 python3-pip

This command will install teedoc program

pip3 install teedoc
mkdir my_site
cd my_site
teedoc init

or

teedoc -d my_site init

This command will install plugins used by doc(set in site_config.json)

cd my_site
teedoc install
teedoc serve

then visit http://127.0.0.1:2333 in browser

If you only want to generate htmls:

teedoc build

Create your website on github pages in minutes

Create a repository based on a template

github use template

Then use git clone your repository address to clone to the local

Set up pages service

action status

If there is an error, you can click to view the error log according to the following figure: error0 error