This project help you build your own blog or notebook on local server or Github.
- fork this project
git clone https://github.com/xuanblo/notebook.git- install packages
pip install mkdocs=0.17.3
pip install mkdocs-materialcd notebook
mkdocs serve- build a github pages project, how to
git clone https://github.com/xuanblo/xuanblo.github.io.git
- pull your site
cd notebook
mkdocs build
cd ../
mv notebook/site ./
cp -r site/* xuanblo.github.io/try pull site to your github project