diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ee86092 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +public +.hugo_build.lock diff --git a/.hugo_build.lock b/.hugo_build.lock deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md new file mode 100644 index 0000000..7b7e4e6 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# 0xMRTT's website + +[![status-badge](https://ci.exozy.me/api/badges/0xmrtt/website/status.svg)](https://ci.exozy.me/0xmrtt/website) + +## Dev + +### Setup + +Make sure you have git and hugo installed + +``` shell +git clone --recursvie forgejo@git.exozy.me:0xmrtt/website.git +cd website +git submodule update +``` + +### Run + +```shell +hugo server +``` \ No newline at end of file