# [cacharle.xyz](https://cacharle.xyz) website
This is the code for my personnal website.
## Usage
Generate the html pages form templates:
```sh./generate```
Clean the generated files:
```sh./clean```
Rebuild the site on file modification (development):
```sh./rundev```