kgaughan / blog

The source for my blog

Home Page:https://keith.gaughan.ie/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the Pelican source for my blog. I can't see there being anything terribly interesting here except maybe to poke around some unpublished draft posts that might be checked in.

On a bare bones FreeBSD box, you will need to install a few prerequisites:

$ sudo pkg install rsync gmake py39-pipx

Then you can install Pelican itself:

$ pipx install pelican
$ pipx inject pelican Markdown typogrify html5lib
$ pipx inject pelican pelican-more-categories pelican-sitemap pelican-series

The makefile should be portable, so it'll work with both GNU make and BSD make.

About

The source for my blog

https://keith.gaughan.ie/


Languages

Language:Python 34.6%Language:CSS 24.3%Language:HTML 20.6%Language:Jinja 9.8%Language:Makefile 5.7%Language:Shell 4.2%Language:JavaScript 0.9%