This repo is the underlying files for my blog Computing Life, aiming to provide a start point for a basic blog site using Peican, which is a static site generator.
There is a gh-pages
branch of the repo providing a backup for the website here.
Since we use submodules
in git, it requires an extra switch to clone a complete version of this repo.
git clone --recursive git@github.com:grapeot/blog.git
pip install pelican
to install pelican, and then make html
to get the generated static website.