]> cat aescling's git repositories - blog.git/commit
initial commit
authorcat æscling <aescling@cat.family>
Mon, 23 Feb 2026 06:33:41 +0000 (01:33 -0500)
committercat æscling <aescling@cat.family>
Thu, 26 Feb 2026 13:19:50 +0000 (08:19 -0500)
commit3bf0193e01f7d9460a422da25e8645ee3bc686a2
treebd1a9f067aa907c6d0473a031c121088309eebe8
initial commit

* make unformatted articles depend on their template
* output to ./aescling.cat.family/blog
* create Atom feed
* prevent full rebuilds by preserving all intermediates
* create <article>s instead of <div class="article">s
* make all rule more robust
* change output directory and relevant paths for new URL
* add footer and some styling
* link to home from article view
* fix link styling
* do the box lifted off the background thing
* add limited OpenGraph suppurrt
* use outset berder-style
* title the blog
* tweak styling
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
blog.aescling.cat.family/.gitkeep [new file with mode: 0644]
source/.gitkeep [new file with mode: 0644]
temp/.gitkeep [new file with mode: 0644]
template/article.xhtml.template [new file with mode: 0644]
template/atom.xml.template [new file with mode: 0644]
template/index.xhtml.template [new file with mode: 0644]