aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9042654fd72a01e7c53575aa25bb072d094cd344 (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. Soft dependency on btrfs in 2024? It's sooner than you think!
```sh
cp -r static public
hugo
```