Skip to content

xuanblo/notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published