Skip to content

benhoff/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

637fc62 · Mar 17, 2021
Mar 17, 2021
Jul 15, 2017
Jan 20, 2020
Nov 26, 2019
Jun 30, 2018
Dec 23, 2019
Jul 6, 2017
Dec 24, 2018
Dec 24, 2018
Jun 19, 2017
Nov 11, 2020
Jun 5, 2017
Nov 26, 2019
Nov 22, 2019
Nov 22, 2019

Repository files navigation

This is my personal blog.

It uses pelican and github pages.

Cloning, creating a virtual environment (python -m venv venv; source venv/bin/activate) and running python setup develop should get you started

The articles can be made using the commands $ make html. Additionally the site can be locally previewed using $ make serve

Finally, to deploy the articles (assuming configuration is setup correctly), use $ make github

In order to configure correctly, need to ensure the publish remote is set. This repo needs the publish repo to be: git remote add publish [email protected]:benhoff/benhoff.github.io