is the source for my blog, built with python and Pelican.
is simple, just pip install -r requirements.txt
this project has submodules, make sure that those are checked out as well, or you will run into problems! The easiest way is to say
--recursive
when cloning.
git clone [email protected]:brookskindle/brookskindle.github.io.git --recursive
is done by running make devserver
and pointing your browser to
http://localhost:8000
happens by running make github