Sito bellixxx per hackinpovo
Find a file
Lichene 237cc56254
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 5s
fix noise
2025-12-19 01:52:25 +01:00
.forgejo/workflows Update .forgejo/workflows/deploy.yml 2025-12-18 22:39:45 +00:00
archetypes
content fix noise 2025-12-19 01:52:25 +01:00
layouts/_partials Usa sintassi HTML e non XHTML per extended_head 2025-11-29 11:55:45 +01:00
static fix noise 2025-12-19 01:46:24 +01:00
themes
.gitignore
.gitmodules
hugo.toml Imposta defaultContentLanguage = "it" 2025-11-29 14:43:47 +01:00
package-lock.json
README.md

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 -D

Build the Website

To build the website, use:

hugo --minify

The resulting static files will be in the public directory.