diff --git a/README.md b/README.md index 20664b7..bcdabbc 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,30 @@ ## Personal Website -Source code for my personal website. Built with Hugo, minimal black and white design. \ -Live: [agres.online](https://agres.online) +Source code for my personal website. Built with Hugo, minimal design. \ +See it live at: [agres.online](https://agres.online) ## Stack -- Hugo static site generator - no themes used +- Hugo v0.152.2 on linux/amd64 (Works only with new template system, e.g. v0.146.0 and above) +- No themes - Inter typeface - Custom CSS ## Local Development -use makefile +To run locally: +```bash +make serve +``` -## Licence +To build: +```bash +make build +``` -MIT +For Hugo documentation see [https://gohugo.io/documentation/](https://gohugo.io/documentation/) + +## Author & Licence + +Dominik Agreš +MIT Licence