website_hip/README.md
Freekkettone 827b3afc31
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 3s
Update README.md
2025-08-10 12:09:49 +00:00

586 B

HackInPovo Website

This repository contains the source code for the HackInPovo website, built using Hugo, a fast and flexible static site generator.

Repository clone

When cloning, pay close attention to clone recursively to import the theme repository.

git clone --recursive <repo>

Run the Website Locally

To run the HackInPovo website locally, use the following commands:

hugo server

Build the Website

To build the website, use:

hugo --minify

The resulting static files will be in the public directory.