From 65fc81d3dce5d9782bd176e968bcb399eb8f5f70 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Tue, 31 Aug 2021 17:04:07 +0200 Subject: [PATCH] templates --- docs/websites/templates.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/websites/templates.md diff --git a/docs/websites/templates.md b/docs/websites/templates.md new file mode 100644 index 000000000..2e5c84061 --- /dev/null +++ b/docs/websites/templates.md @@ -0,0 +1,29 @@ +# Templates + +## Template de tous les sites + +https://github.com/osuny-org/template + +## Templates de tous les journaux + +https://github.com/osuny-org/template-journal + +Pour faire la mise à jour : + +``` +git remote add template git@github.com:osuny-org/template.git +git fetch --all +git merge template/master --allow-unrelated-histories +``` + +## Site d'un journal + +https://github.com/osuny-org/clermontauvergne-journal-degrowth + +Pour faire la mise à jour : + +``` +git remote add template git@github.com:osuny-org/template-journal.git +git fetch --all +git merge template/master --allow-unrelated-histories +``` -- GitLab