Sito bellixxx per hackinpovo
  • CSS 74.2%
  • JavaScript 17.1%
  • HTML 8.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Freekkettone c9cb5e3232
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 14s
nuov3 linux users
2026-09-26 11:14:25 +02:00
.forgejo/workflows e invece è necessario 2026-09-14 17:31:45 +02:00
archetypes nuovo sitarello eheh 2025-08-10 14:05:47 +02:00
assets/css menu.css: usa width: max-content invece di 250% 2026-08-21 13:26:53 +02:00
content nuov3 linux users 2026-09-26 11:14:25 +02:00
layouts/_partials fixup! Limita dimensione favicon.ico a 128 pixel 2026-08-25 13:37:10 +02:00
static Aggiungi webfinger 2026-09-08 16:18:28 +02:00
themes nuov3 linux users 2026-09-26 11:14:25 +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 enableGitInfo 2026-09-14 16:05:39 +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.