website_hip/README.md
2025-08-10 11:37:21 +00:00

435 B

HackInPovo Website

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

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.