diff options
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. |