Koz Ross 95c9d122f4 Fix monotype text in headings | 6 лет назад | |
---|---|---|
content | 6 лет назад | |
draft | 6 лет назад | |
theme | 6 лет назад | |
.gitignore | 6 лет назад | |
LICENSE | 7 лет назад | |
README.md | 6 лет назад | |
makefile | 6 лет назад | |
pelicanconf.py | 7 лет назад |
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.
You will need virtualenv
available, but nothing else (it'll get installed
for you).
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.
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.