2023-12-04 20:29:52 +00:00
2023-12-04 20:25:04 +00:00
2023-12-04 20:25:04 +00:00
2023-12-04 20:25:04 +00:00
2023-12-04 20:25:04 +00:00
2023-12-04 20:25:04 +00:00

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
A static website generator made in pure Erlang, using htmx and spectre.
Readme 60 KiB
Languages
Erlang 100%