We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b951ea0 commit a200f53Copy full SHA for a200f53
1 file changed
README.md
@@ -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