README.md

# Tale - A static story telling generator
<img width="280" align="right" alt="Tale" src="tale.png" />

[![Package Version](https://img.shields.io/hexpm/v/tale?style=for-the-badge)](https://hex.pm/packages/tale)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3?style=for-the-badge)](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