Tale - A static story telling generator
Tale is a static site/blog generator
Installation
Clone the repository and cd into it:
git clone https://github.com/Willyboar/tale
cd tale
Build the escript:
gleam run -m gleescript
You can use the executable if you are in the same path with:
./tale
or add it in your PATH and use it from anywhere with:
tale
Documentation
-
Tale documentation- TODO
-
Generated Internal documentation can be found at https://hexdocs.pm/tale.
License
MIT