Submodule pour le thème
parent
6037ffe869
commit
8a8744800a
@ -0,0 +1,3 @@
|
||||
[submodule "themes/water"]
|
||||
path = themes/water
|
||||
url = https://tildegit.org/southerntofu/zola-water
|
@ -1,3 +1,20 @@
|
||||
# site
|
||||
|
||||
Site web pour https://fr.tild3.org
|
||||
Site web pour https://fr.tild3.org
|
||||
|
||||
# Bâtir le site
|
||||
|
||||
Le site utilise un submodule git pour charger le thème water. Pour clôner le dépôt:
|
||||
|
||||
```
|
||||
$ git clone --recursive https://tildegit.org/tilde-fr/site
|
||||
```
|
||||
|
||||
Ensuite, pour construire le site:
|
||||
|
||||
```
|
||||
$ cd site
|
||||
$ zola build
|
||||
```
|
||||
|
||||
Le site est généré dans le dossier public.
|
||||
|
@ -0,0 +1 @@
|
||||
Subproject commit 8ec1faf57395e1def621ea817efdf52fa3586cf7
|
Loading…
Reference in New Issue