Sito bellixxx per hackinpovo
Find a file
Andrea Pappacoda 12706acae5
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 18s
Reso info@hip un collegamento mailto
2025-10-24 17:56:57 +02:00
.forgejo/workflows cambio deploy.yml 2025-08-10 14:30:53 +02:00
archetypes nuovo sitarello eheh 2025-08-10 14:05:47 +02:00
content Reso info@hip un collegamento mailto 2025-10-24 17:56:57 +02:00
static aggiunta anche una favicon in .ico 2025-09-06 20:26:54 +02:00
themes nuovo sitarello eheh 2025-08-10 14:05:47 +02:00
.gitignore Aggiungi file di Vim al gitignore 2025-10-02 22:23:53 +02:00
.gitmodules nuovo sitarello eheh 2025-08-10 14:05:47 +02:00
hugo.toml Imposta descrizione delle preview dei social 2025-10-02 22:13:03 +02:00
package-lock.json nuovo sitarello eheh 2025-08-10 14:05:47 +02:00
README.md Update README.md 2025-08-10 12:33:25 +00: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

The resulting static files will be in the public directory.