mirror of
https://github.com/loviuz/loviuz-website.git
synced 2024-12-22 21:38:37 +01:00
14 lines
269 B
Markdown
14 lines
269 B
Markdown
|
# Repository del sito web di loviuz.me
|
||
|
|
||
|
## Come compilare
|
||
|
```bash
|
||
|
git clone https://github.com/loviuz/loviuz-website.git
|
||
|
cd loviuz-website
|
||
|
git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder
|
||
|
```
|
||
|
|
||
|
Per testare live:
|
||
|
```bash
|
||
|
hugo server -D
|
||
|
```
|