14 lines
264 B
Markdown
14 lines
264 B
Markdown
# Repository del sito web di este.linux.it
|
|
|
|
## Come compilare
|
|
```bash
|
|
git clone https://gitea.it/openit-este/sito-web.git
|
|
cd sito-web
|
|
git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder
|
|
```
|
|
|
|
Per testare live:
|
|
```bash
|
|
hugo server -D
|
|
```
|