Compare commits

...

3 Commits

6 changed files with 43 additions and 16 deletions

View File

@ -18,12 +18,12 @@
# You can create any custom variable you would like, and they will be accessible # You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}. # in the templates via {{ site.myvariable }}.
title: Maraj title: Mariage
subtitle: Roxantoine subtitle: Roxane & Antoine
author: Antoine Lima author: Antoine & Roxane la BG
email: maraj@sagou.in email: mariage@sagou.in
description: >- # this means to ignore newlines until "baseurl:" description: >- # this means to ignore newlines until "baseurl:"
Onsenfou 24 Août grosse teufff (non)
baseurl: "" # the subpath of your site, e.g. /blog baseurl: "" # the subpath of your site, e.g. /blog
url: "https://mariage.sagou.in" # the base hostname & protocol for your site, e.g. http://example.com url: "https://mariage.sagou.in" # the base hostname & protocol for your site, e.g. http://example.com
#twitter_username: jekyllrb #twitter_username: jekyllrb

1
_configar.yml Normal file
View File

@ -0,0 +1 @@
url: "https://mariagear.sagou.in"

View File

@ -5,11 +5,12 @@ title: "Accueil"
--- ---
Après 10 ans d'hésitation, nous avons enfin décidé de nous marier. Après 10 ans d'hésitation, nous avons enfin décidé de nous marier.
Si vous voyez ce site c'est que vous êtes conviés à venir partager ce moment !
Si vous voyez ce site c'est que vous êtes conviés {% if jekyll.environment == "vh" %}au vin d'honneur{% else %}au vin d'honneur, au repas et à une nuit en chateau{% endif %} pour partager ce moment !
Mais avant, nous avons besoin de quelques infos. Mais avant, nous avons besoin de quelques infos.
Merci de prendre le temps de répondre au questionnaire sur la page d'[inscription](inscriptions.html). Merci de prendre le temps de répondre au questionnaire sur la page d'[inscription](inscriptions.html).
Vous pourrez en plus trouver dans la barre de navigation à gauche plus d'infos, dont un [programme](programme.html), un [plan d'accès](plan.html) et de quoi [organiser un covoiturage](plan.html). Vous pourrez en plus trouver dans la barre de navigation à gauche plus d'infos, dont un [programme](programme.html), un [plan d'accès](plan.html) et une [FAQ](faq.html) pour toutes vos questions.
Rendez-vous le 24 Août 2024 à la mairie de Compiègne ! Rendez-vous le 24 Août 2024 à la mairie de Compiègne !

23
deploy.sh Executable file
View File

@ -0,0 +1,23 @@
#! /usr/bin/bash
set -e
export JEKYLL_ENV=repas
bundle exec jekyll build
USER_RE=`cat ../userrepas.txt`
sshpass -f ../mdpmaraj.txt sftp -P 6969 -oBatchMode=no -b - $USER_RE@sagou.in:/ << EOF
lcd _site
cd www
put -r .
bye
EOF
export JEKYLL_ENV=vh
bundle exec jekyll build --config _config.yml,_configar.yml
USER_VH=`cat ../uservh.txt`
sshpass -f ../mdpmaraj.txt sftp -P 6969 -oBatchMode=no -b - $USER_VH@sagou.in:/ << EOF
lcd _site
cd www
put -r .
bye
EOF

View File

@ -6,6 +6,9 @@ order: 4
permalink: /inscriptions.html permalink: /inscriptions.html
--- ---
{% if jekyll.environment == "repas" %}
{% include poll.html %} {% include poll.html %}
{% else %}
{% include pollVH.html %} {% include pollVH.html %}
{% endif %}

View File

@ -8,17 +8,16 @@ permalink: /programme.html
### Samedi 24 aout 2024 ### Samedi 24 aout 2024
| Début | Fin | | | Début | Fin | |
|-------|-------|--------------------------------------| |-------|-------|--------------------------------------|
| 14h00 | 15h00 | Cérmonie à la mairie de Compiègne | | 14h00 | 15h00 | Cérmonie à la mairie de Compiègne |
| 16h00 | 16h30 | Arrivée au Chateau de Quesmy, discours des proches | | 16h00 | 16h30 | Arrivée au Chateau de Quesmy |
| 16h30 | 20h30 | Vin d'honneur | 16h30 | 20h30 | Vin d'honneur |
| 20h30 | 22h00 | Diner, spectacle, soirée dansante | {% if jekyll.environment == "repas" %}| 20h30 | 22h00 | Diner, spectacle, soirée dansante |
### Dimanche 25 aout 2024 ### Dimanche 25 aout 2024
|9h00 |14h00| Yoga, Piscine, Brunch | | 9h00 | 14h00 | Yoga, Piscine, Brunch |
|12h00 |18h00| Rangement et départ | | 12h00 | 18h00 | Rangement et départ |
Les chambres doivent être libérées pour midi Les chambres doivent être libérées pour midi{% endif %}