Sito bellixxx per hackinpovo
Find a file
Andrea Pappacoda cb1b3788f4
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 11s
Aggiungi favicon.ico a link rel="icon"
Boh mi ero dimenticato sorryyyy
2026-01-31 11:23:59 +01:00
.forgejo/workflows Update .forgejo/workflows/deploy.yml 2025-12-18 22:39:45 +00:00
archetypes
content R. Joined Team 2026-01-27 19:11:38 +01:00
layouts/_partials Aggiungi favicon.ico a link rel="icon" 2026-01-31 11:23:59 +01:00
static Aggiungi icona svg ottimizzata con usvg 2026-01-31 01:14:01 +01:00
themes
.gitignore
.gitmodules
hugo.toml
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.