README.md
# Tale - A static story telling generator
<img width="280" align="right" alt="Tale" src="tale.png" />
[](https://hex.pm/packages/tale)
[](https://hexdocs.pm/tale/)
Tale is a static site/blog generator
## Installation
Clone the repository and cd into it:
```sh
git clone https://github.com/Willyboar/tale
cd tale
```
Build the escript:
```sh
gleam run -m gleescript
```
You can use the executable if you are in the same path with:
```sh
./tale
```
or add it in your PATH and use it from anywhere with:
```sh
tale
```
## Documentation
- Tale documentation- TODO
- Generated Internal documentation can be found at <https://hexdocs.pm/tale>.
## License
MIT