Submodule pour le thème

This commit is contained in:
southerntofu 2020-04-18 01:01:28 +02:00
parent 6037ffe869
commit 8a8744800a
3 changed files with 22 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/water"]
path = themes/water
url = https://tildegit.org/southerntofu/zola-water

View File

@ -1,3 +1,20 @@
# site
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.

1
themes/water Submodule

@ -0,0 +1 @@
Subproject commit 8ec1faf57395e1def621ea817efdf52fa3586cf7