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

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

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.