My Pelican blog source.

Koz Ross 95c9d122f4 Fix monotype text in headings %!s(int64=5) %!d(string=hai) anos
content b19cb25729 Testing some stuff %!s(int64=5) %!d(string=hai) anos
draft 73aaec2aef Add draft folder, add new Haskell Magic, add draft of sandboxing article %!s(int64=5) %!d(string=hai) anos
theme 95c9d122f4 Fix monotype text in headings %!s(int64=5) %!d(string=hai) anos
.gitignore ee3ea2352b Use venv, add Makefile %!s(int64=5) %!d(string=hai) anos
LICENSE 794025811b Init %!s(int64=7) %!d(string=hai) anos
README.md c18c7d859c Reauthor instructions %!s(int64=5) %!d(string=hai) anos
makefile cc151e44d1 Add target for setup %!s(int64=5) %!d(string=hai) anos
pelicanconf.py 366c08e098 Smaller RSS feeds %!s(int64=6) %!d(string=hai) anos

README.md

Blog

This is the source for my blog. It's based on Pelican, and one of its core themes, minus a large amount of unnecessary garbage.

Stuff you will need

You will need virtualenv available, but nothing else (it'll get installed for you).

How to use

make setup will set everything necessary up for using this. make will compile the blog. make deploy currently has an rsync-based deploy, which you can change to whatever suits you.

License

Everything in here is licensed under the GPL version 3 or later (SPDX code GPL-3.0+) unless stated otherwise. See the LICENSE file for more information.