Skip to content

JacobDel/blog

 
 

Repository files navigation

This is my personal blog.

It uses pelican and github pages.

Cloning, creating a virualy 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

About

Personal Blog using Pelican

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 34.2%
  • Jupyter Notebook 29.1%
  • HTML 16.1%
  • CSS 15.5%
  • Makefile 2.8%
  • Shell 2.3%