Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 719 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 719 Bytes

notebook

This project help you build your own blog or notebook on local server or Github.

install

  1. fork this project
git clone https://github.com/xuanblo/notebook.git
  1. install packages
pip install mkdocs=0.17.3
pip install mkdocs-material

run on local server

cd  notebook
mkdocs serve

See: http://127.0.0.1:8000

put your notebook on Github for a static web page

  1. build a github pages project, how to
git clone https://github.com/xuanblo/xuanblo.github.io.git
  1. pull your site
cd  notebook
mkdocs build
cd ../
mv notebook/site ./
cp -r site/* xuanblo.github.io/

try pull site to your github project