Sito bellixxx per hackinpovo
  • CSS 88.4%
  • HTML 11.6%
Find a file
CawaAlreadyTaken d84e86d33c
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 7s
Finished easter egg, fixed correct times
2026-04-30 23:14:20 +02:00
.forgejo/workflows update del deploy cicd 2026-04-13 12:39:15 +02:00
archetypes nuovo sitarello eheh 2025-08-10 14:05:47 +02:00
assets/css dropdown 2026-04-04 19:07:35 +02:00
content Finished easter egg, fixed correct times 2026-04-30 23:14:20 +02:00
layouts/_partials Aggiungi favicon.ico a link rel="icon" 2026-01-31 11:23:59 +01:00
static Riorganizza sito con le page bundle 2026-03-31 19:36:29 +02:00
themes nuovo sitarello eheh 2025-08-10 14:05:47 +02:00
.gitignore materials 2026-03-16 14:10:35 +01:00
.gitmodules nuovo sitarello eheh 2025-08-10 14:05:47 +02:00
hugo.toml Mega commit di organizzazione 2026-04-03 13:02:22 +02:00
package-lock.json nuovo sitarello eheh 2025-08-10 14:05:47 +02:00
README.md prova runner 2026-04-13 12:40:55 +02:00

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 -d public

The resulting static files will be in the public directory.