blob: 713424479affe75617fcf6d20add46dc5a2c54c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Matthijs' website files
This is the source of <https://matthijs.vanderwild.com>.
## Deploy
simply run
```
./publish $PWD <output directory>
```
from the repository root directory.
|