My work-in-progress static-site-generator.

vaeringjar 0826ffe0b3 Limit the default number of entries in the feed to 10. %!s(int64=3) %!d(string=hai) anos
example a40233816f Add another example to the example site, still kinda broken, but low priority. %!s(int64=4) %!d(string=hai) anos
src 0826ffe0b3 Limit the default number of entries in the feed to 10. %!s(int64=3) %!d(string=hai) anos
.gitignore 1d44cff67c Continue modelling the directory structure after pelican. %!s(int64=4) %!d(string=hai) anos
Makefile 84b52a9bef Pass the site name to the rss feed generator. %!s(int64=3) %!d(string=hai) anos
README.org 0bde1fd83a Add a note to the readme about why this ssg is different than others. %!s(int64=4) %!d(string=hai) anos

README.org

About

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.

Usage


make init
make deps
make build

License

Copyright 2019 vaeringjar.

Distributed under the AGPLv3+ or CC-BY-SA 4.0.