Compare commits
3 Commits
57da7321d8
...
fb2a23c699
Author | SHA1 | Date | |
---|---|---|---|
fb2a23c699 | |||
59a5d035cb | |||
60c37f4486 |
10
_config.yml
10
_config.yml
@ -18,12 +18,12 @@
|
||||
# You can create any custom variable you would like, and they will be accessible
|
||||
# in the templates via {{ site.myvariable }}.
|
||||
|
||||
title: Maraj
|
||||
subtitle: Roxantoine
|
||||
author: Antoine Lima
|
||||
email: maraj@sagou.in
|
||||
title: Mariage
|
||||
subtitle: Roxane & Antoine
|
||||
author: Antoine & Roxane la BG
|
||||
email: mariage@sagou.in
|
||||
description: >- # this means to ignore newlines until "baseurl:"
|
||||
Onsenfou
|
||||
24 Août grosse teufff (non)
|
||||
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
|
||||
#twitter_username: jekyllrb
|
||||
|
1
_configar.yml
Normal file
1
_configar.yml
Normal file
@ -0,0 +1 @@
|
||||
url: "https://mariagear.sagou.in"
|
@ -5,11 +5,12 @@ title: "Accueil"
|
||||
---
|
||||
|
||||
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.
|
||||
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 !
|
||||
|
||||
|
23
deploy.sh
Executable file
23
deploy.sh
Executable 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
|
@ -6,6 +6,9 @@ order: 4
|
||||
permalink: /inscriptions.html
|
||||
---
|
||||
|
||||
{% if jekyll.environment == "repas" %}
|
||||
{% include poll.html %}
|
||||
|
||||
{% else %}
|
||||
{% include pollVH.html %}
|
||||
{% endif %}
|
||||
|
||||
|
15
programme.md
15
programme.md
@ -8,17 +8,16 @@ permalink: /programme.html
|
||||
|
||||
### Samedi 24 aout 2024
|
||||
|
||||
| Début | Fin | |
|
||||
| Début | Fin | |
|
||||
|-------|-------|--------------------------------------|
|
||||
| 14h00 | 15h00 | Cérmonie à la mairie de Compiègne |
|
||||
| 16h00 | 16h30 | Arrivée au Chateau de Quesmy, discours des proches |
|
||||
| 16h30 | 20h30 | Vin d'honneur
|
||||
| 20h30 | 22h00 | Diner, spectacle, soirée dansante |
|
||||
|
||||
| 16h00 | 16h30 | Arrivée au Chateau de Quesmy |
|
||||
| 16h30 | 20h30 | Vin d'honneur |
|
||||
{% if jekyll.environment == "repas" %}| 20h30 | 22h00 | Diner, spectacle, soirée dansante |
|
||||
|
||||
### Dimanche 25 aout 2024
|
||||
|
||||
|9h00 |14h00| Yoga, Piscine, Brunch |
|
||||
|12h00 |18h00| Rangement et départ |
|
||||
| 9h00 | 14h00 | Yoga, Piscine, Brunch |
|
||||
| 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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user