Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 465 Bytes

notes.md

File metadata and controls

14 lines (12 loc) · 465 Bytes

Notes on creating the blog

$ conda create -n pelican-blog python=3.5 jupyter notebook
$ source activate pelican-blog
$ pip install pelican
$ pip install Markdown
$ pelican-quickstart
$ git submodule add git://github.com/danielfrg/pelican-ipynb.git plugins/ipynb
$ git submodule add git://github.com/getpelican/pelican-plugins.git plugins/pelican-plugins

Use bash develop_server.sh to test blog locally bash publish-to-github to psh to jbechte.github.io