diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,2 +1,11 @@ # website -Some random 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 +``` |