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