Skip to content

jbechtel/jbechtel.github.io-source

 
 

Repository files navigation

This repository contains the source for http://jbechtel.github.io/.

Building the Blog

Clone the repository & make sure submodules are included

$ git clone https://github.com/jakevdp/jakevdp.github.io-source.git
$ git submodule update --init --recursive

Install the required packages:

$ conda create -n pelican-blog python=3.5 jupyter notebook
$ source activate pelican-blog
$ pip install pelican Markdown ghp-import

Build the html and serve locally:

$ make html
$ make serve
$ open http://localhost:8000

Deploy to github pages

$ make publish-to-github

About

Source for soon to be blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.4%
  • CSS 2.0%
  • HTML 1.5%
  • Other 1.1%