website: add readme
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
0xMRTT 2023-05-07 20:26:32 +02:00
parent 3725c6026a
commit 48508e8d30
Signed by: 0xmrtt
GPG Key ID: 19C1449A774028BD
3 changed files with 23 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
public
.hugo_build.lock

View File

21
README.md Normal file
View File

@ -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
```