My work-in-progress static-site-generator.
|
%!s(int64=4) %!d(string=hai) anos | |
---|---|---|
example | %!s(int64=5) %!d(string=hai) anos | |
src | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=5) %!d(string=hai) anos | |
Makefile | %!s(int64=4) %!d(string=hai) anos | |
README.org | %!s(int64=4) %!d(string=hai) anos |
An org-mode static site generator that does not require adding anything to one's dotfiles. Just install the deps and go.
I wanted a static site generator that worked exactly how I wanted. I have used pelican for several years now, but I dislike many of the default settings. So I started working on this. Originally I wanted to keep it CLI and el files only, but after some trouble with RSS feeds, I made a simple one in bash (it still needs some work). And then I created a simple build script.
make init
make deps
make build
Copyright 2019 vaeringjar.
Distributed under the AGPLv3+ or CC-BY-SA 4.0.