Sito bellixxx per hackinpovo
  • HTML 80.2%
  • CSS 19.8%
Find a file
Lichene 4ddcf61e31
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 8s
cover
2026-03-21 19:07:33 +01:00
.forgejo/workflows materials 2026-03-16 14:26:58 +01:00
archetypes
content cover 2026-03-21 19:07:33 +01:00
layouts/_partials Aggiungi favicon.ico a link rel="icon" 2026-01-31 11:23:59 +01:00
static cover 2026-03-21 19:07:33 +01:00
themes
.gitignore materials 2026-03-16 14:10:35 +01:00
.gitmodules
hugo.toml materials 2026-03-16 14:40:36 +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.