diff options
| author | Matthijs van der Wild <matthijs@vanderwild.com> | 2025-01-08 17:55:49 +0000 |
|---|---|---|
| committer | Matthijs van der Wild <matthijs@vanderwild.com> | 2025-01-08 17:55:49 +0000 |
| commit | 9d1382b179f5d9e1313dd2276aed8d5101ad170e (patch) | |
| tree | bd77ec5e888030eba0dac7fd35232480dafe539c /README.md | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7134244 --- /dev/null +++ b/README.md @@ -0,0 +1,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. |