website/README.md

21 lines
337 B
Markdown
Raw Permalink Normal View History

2023-05-07 18:26:32 +00:00
# 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
```