aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2521478eabc7ab8bf33c94949b48a6735c255e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# [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
```