This repository has been archived on 2023-08-03. You can view files and clone it, but cannot push or open issues or pull requests.
|
# 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
|
|
```
|