by billiob on 9/2/24, 2:04 PM with 14 comments
by lihaoyi on 9/3/24, 10:06 PM
by paradox460 on 9/3/24, 9:51 PM
For more germane blogging and ssg in elixir/beam, I use and recommend the excellent tableau generator[2], by Mitch Hanberg. I use it to power my own personal site[3], and publish the source[4] for anyone who is interested.
[2] https://github.com/elixir-tools/tableau
[3] https://pdx.su
by swiftcoder on 9/3/24, 5:38 PM
by hiccuphippo on 9/4/24, 1:18 AM
They made their own template language on top of html. An interesting outcome of this is that any error in the html, like a missing closing tag, becomes a build time error.