-
It's very impressive how expressive and flexible the compilers in the BEAMverse are. Elixir extends this rather far, and there are whole utilities such as Surface[1] that are built atop and make heavy use of custom compilers
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.
[1] https://surface-ui.org/
[2] https://github.com/elixir-tools/tableau
[3] https://pdx.su
[4] https://github.com/paradox460/pdx.su
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
It's very impressive how expressive and flexible the compilers in the BEAMverse are. Elixir extends this rather far, and there are whole utilities such as Surface[1] that are built atop and make heavy use of custom compilers
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.
[1] https://surface-ui.org/
[2] https://github.com/elixir-tools/tableau
[3] https://pdx.su
[4] https://github.com/paradox460/pdx.su
-
It's very impressive how expressive and flexible the compilers in the BEAMverse are. Elixir extends this rather far, and there are whole utilities such as Surface[1] that are built atop and make heavy use of custom compilers
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.
[1] https://surface-ui.org/
[2] https://github.com/elixir-tools/tableau
[3] https://pdx.su
[4] https://github.com/paradox460/pdx.su
-
I started mine more specifically for pagination of my blog, but it turned into good practice for character and file manipulation. I've been thinking of giving it a go to create a markdown interpreter. Right now the source files are just html
https://github.com/daniel-Jones/websitegenerator
-
There's a similar tool for building static sites using the zig build system: https://github.com/kristoff-it/zine
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.
Related posts
-
Phoenix JSON API Pagination
-
Would you still choose Elixir/Phoenix/LiveView if scaling and performance weren’t an issue to solve for?
-
If Phoenix supported a admin view like Django, would that make it more popular?
-
ElixirのHTTPクライアントでお天気情報を取得したい(2022年)
-
Adding soft delete to a Phoenix Commanded (CQRS) API