From 48508e8d300e84a21f395e781db713cdf45a4200 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Sun, 7 May 2023 20:26:32 +0200 Subject: [PATCH] website: add readme --- .gitignore | 2 ++ .hugo_build.lock | 0 README.md | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 .gitignore delete mode 100644 .hugo_build.lock create mode 100644 README.md 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