From f91be26214de61ccf9a73866e9e34330edc7894c Mon Sep 17 00:00:00 2001 From: Freekkettone Date: Sun, 10 Aug 2025 11:37:21 +0000 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46a1f19..d88f705 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ -# website_hip +# HackInPovo Website -Sito bellixxx per hackinpovo \ No newline at end of file +This repository contains the source code for the HackInPovo website, built using [Hugo](https://gohugo.io/), a fast and flexible static site generator. + +## Run the Website Locally + +To run the HackInPovo website locally, use the following commands: + +```bash +hugo server +``` + +## Build the Website + +To build the website, use: + +```bash +hugo --minify +``` + +The resulting static files will be in the `public` directory.