forked from fillotassi/HOD2018_website
16 lines
346 B
Markdown
16 lines
346 B
Markdown
|
|
# Nuovo sito per hack or dye 2018
|
|
|
|
## Installa HUGO
|
|
|
|
[Installazione di hugo](https://gohugo.io/getting-started/installing/#linux)
|
|
|
|
Se possibile non scegliete snap.
|
|
|
|
## Compila
|
|
|
|
[Builda il sito](https://gohugo.io/getting-started/quick-start/#step-4-add-some-content)
|
|
|
|
$hugo server -D
|
|
|
|
Poi puoi vederlo dal browser qui: http://localhost:1313/
|