diff --git a/README.md b/README.md index 81c4182..dc50aaf 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,17 @@ This is the main website of openbsd.fr.eu.org, a French website of a community a * Hugo * brotli (pour la compression / for compression) * rsync + * sshfs (fuse-sshfs) * lftp (comme solution de téléversement secondaire / as a secondary upload method) * java (pour/for minify) * webp (pour la compression d'images / for image compression) - + +### Submodules + +Ce site utilise un sous-module pour son thème. Pour le récupérer, faites ```git submodule init && git submodule update```. + +This website uses a submodule for its theme. To fetch it, do ```git submodule init && git submodule update```. + ### Build Pour construire le site, faites votre commit habituel (en utilisant si possible une clé PGP pour le signer) et utilisez ensuite le script 'deploy.bash'.