Skip to content

Commit a200f53

Browse files
committed
add readme
1 parent b951ea0 commit a200f53

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Landing ESC
2+
3+
Il sito web dell'esc è stato creato con [Zola](https://www.getzola.org/), un generatore di siti web statici scritto in Rust.
4+
5+
## Installazione
6+
7+
Per installare Zola, seguire le [istruzioni ufficiali](https://www.getzola.org/documentation/getting-started/installation/).
8+
9+
## Sviluppo
10+
11+
Per avviare il server di sviluppo, eseguire il comando:
12+
13+
```bash
14+
zola serve -o /tmp/zola
15+
```
16+
17+
E seguire le istruzioni a video.
18+
19+
## Pubblicazione
20+
21+
Il sito viene pubblicato automaticamente su GitHub Pages tramite GitHub Actions.

0 commit comments

Comments
 (0)