ecstatic
A static website manager made in pure Erlang using htmx/spectre, greatly inspired by Cryogen and other Clojure static website generator.
Usage
Project Structure
priv/project_name/
|-- blog/
| |-- article1.erml
| |-- article2.md
| `-- article3.asciidoc
|-- page/
| |-- page1.erml
| |-- page2.md
| `-- page3.asciidoc
|-- assets/
| |-- images/
| |-- css/
| |-- js/
| `-- medias/
`-- themes/
`-- custom_theme
|-- index.erml
|-- page.erml
|-- blog.erml
`-- assets/
|-- images/
|-- css/
`-- js/
Note
This project was not planned at all, it was created when working on
gabarit and playing with Htmx library. This is a mix of both
world, designed to be small and flexible.
Description
Languages
Erlang
100%