Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Personal blog markdown code

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors