Commit graph

5 commits

Author SHA1 Message Date
Elliott Sales de Andrade
65699c036b Rewrite blorg tests without external md5sum
It's a little bit longer, but avoids the need for external tools like
find and md5sum.
2022-02-27 19:15:48 -05:00
Elliott Sales de Andrade
1122a3dfbc Make blorg tests more verbose
By not combining all files into one md5sum.
2022-02-27 15:44:52 -05:00
Elliott Sales de Andrade
2a85f587d3 Fix a typo in blorg test 2022-02-27 15:44:18 -05:00
Niklas Fasching
c536adf6e9 Update blorg test - make it actually fail when public changes 2020-06-26 22:21:43 +02:00
Niklas Fasching
30dd2794cf Introduce blorg: MVP static site generator
hugo is nice - but it's huge. I've never built a static site generator before
and thought the world could use one more - it's not like there's already enough
choice out there!

No, but seriously. I love hugo and it has all the bells and whistles and you
should definitely use that and not this. I just like reinventing the wheel to
learn about stuff - and I like the 80/20 rule. This gives like 60% of what I
want already and is tiny fraction of hugo in terms of LOC (hugo without it's
bazillion dependencies is like 80k+ - this is like 500 and very likely won't
ever grow above let's say 5k).

Also org mode is awesome and why not use it as a configuration format as
well. Let's see where this goes. YOLO.
2020-06-26 18:52:43 +02:00