Update README.md
This commit is contained in:
parent
9f65526e40
commit
f91be26214
1 changed files with 20 additions and 2 deletions
22
README.md
22
README.md
|
@ -1,3 +1,21 @@
|
||||||
# website_hip
|
# HackInPovo Website
|
||||||
|
|
||||||
Sito bellixxx per hackinpovo
|
This repository contains the source code for the HackInPovo website, built using [Hugo](https://gohugo.io/), a fast and flexible static site generator.
|
||||||
|
|
||||||
|
## Run the Website Locally
|
||||||
|
|
||||||
|
To run the HackInPovo website locally, use the following commands:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
hugo server
|
||||||
|
```
|
||||||
|
|
||||||
|
## Build the Website
|
||||||
|
|
||||||
|
To build the website, use:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
hugo --minify
|
||||||
|
```
|
||||||
|
|
||||||
|
The resulting static files will be in the `public` directory.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue