aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6f6d724731d94c80eb596d09a8bcb95b5955d6ce (plain)
1
2
3
4
5
6
7
8
9
10
11
# website

It's my website's source code. Yay.

## How to build

You'll need Hugo and preferably a COW filesystem such as btrfs.
```sh
cp -r static public
hugo
```