|
|
|
|
|
by valianteffort
964 days ago
|
|
Why are you personally attacking me like this? In all seriousness does everyone and their mom write a static site generator? I did because its fun and easy. Off the shelf ones can be cumbersome and not work quite how I want them to. |
|
I'll probably do another one again soon, just so I don't have to rewrite my HTML / RSS by hand to publish another post.
Lua is a nice data language, so I just put the data and the code and the HTML fragments into one Lua file, no more than 200 lines. No worries about injection since it's all my data with no backend code at runtime.