From 787a769812cb759c635442f72ce882e5fdd079d6 Mon Sep 17 00:00:00 2001 From: Dominik Date: Fri, 14 Nov 2025 13:11:32 +0100 Subject: [PATCH] Readme update --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) 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