diff --git a/_config.yml b/_config.yml index 1003a91..fae5c8a 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ # # Use of `relative_permalinks` ensures post links from the index work properly. #permalink: pretty -permalink: /:year-:month-:day-:title/ +permalink: /:title/ relative_permalinks: false # Setup @@ -14,7 +14,7 @@ baseurl: "" urlimg: https://crazy-toads.github.io/images markdown: kramdown paginate: 5 -paginate_path: "/blog/page:num" +paginate_path: "/textes/page:num" excerpt_separator: default_bg: sitelogo.png safe: false @@ -57,10 +57,10 @@ owner: links: - title: Accueil url: / - - title: A Propos - url: /apropos/ - - title: Blog - url: /blog/ + - title: Textes + url: /textes/ + - title: Partenaires + url: /partenaires/ - title: Contact url: /contact/ - title: Source diff --git a/_devconfig.yml b/_devconfig.yml index 6c4d3f5..582ccea 100644 --- a/_devconfig.yml +++ b/_devconfig.yml @@ -2,7 +2,8 @@ # # Use of `relative_permalinks` ensures post links from the index work properly. #permalink: pretty -permalink: /:year-:month-:day-:title/ +# permalink: /:year-:month-:day-:title/ +permalink: /:title/ relative_permalinks: false # Setup @@ -14,7 +15,7 @@ baseurl: "" urlimg: http://localhost:4000/images markdown: kramdown paginate: 5 -paginate_path: "/blog/page:num" +paginate_path: "/textes/page:num" excerpt_separator: default_bg: sitelogo.png safe: false @@ -57,10 +58,12 @@ owner: links: - title: Accueil url: / - - title: A Propos - url: /apropos/ - - title: Blog - url: /blog/ + - title: Textes + url: /textes/ + - title: Crapauds + url: /crapauds/ + - title: Partenaires + url: /partenaires/ - title: Contact url: /contact/ - title: Source diff --git a/_includes/crapauds.html b/_includes/crapauds.html new file mode 100644 index 0000000..4cf64dd --- /dev/null +++ b/_includes/crapauds.html @@ -0,0 +1,9 @@ + +{% for page in site.pages %} +{% if (page.categories | first) == "crapaud" %} +
{{ page.categories | first }}
+
{{ page.title }}
+{% endif %} +{% endfor %} + + diff --git a/_includes/meta_info.html b/_includes/meta_info.html index 3f6c2f0..5bfd45e 100644 --- a/_includes/meta_info.html +++ b/_includes/meta_info.html @@ -1,5 +1,6 @@ + {% if site.owner.twitter %} - + {% endif %} {% if page.comments %} diff --git a/_includes/partners.html b/_includes/partners.html new file mode 100644 index 0000000..db5164a --- /dev/null +++ b/_includes/partners.html @@ -0,0 +1,8 @@ + +{% for page in site.pages %} +{% if page.categories | first contains "Partenaires" %} +
{{ page.title }}
+{% endif %} +{% endfor %} + + diff --git a/cercles.md b/cercles.md index 0a74827..d3ce8f0 100644 --- a/cercles.md +++ b/cercles.md @@ -4,20 +4,11 @@ title: Les 9 Cercles description: "Les 9 Cercles" --- -## Les 9 Cercles - -# Neuro-diversité -# Génération 2050 -# l’Europe -# le Génie digital -# le collaboratif -# la diversité culturelle -# les games changers, -# l’intelligence collaborative -# l’enthousiasme - -soit des posts (800 mots), soit des articles (1500 mots) des -crapauds. - - -# une page qui explique le principe +{% for category in site.categories %} +{{ category | first }} +{% for posts in category %} + {% for post in posts %} + {{ post.title }} + {% endfor %} +{% endfor %} +{% endfor %} diff --git a/crapauds.md b/crapauds.md new file mode 100644 index 0000000..62c7b45 --- /dev/null +++ b/crapauds.md @@ -0,0 +1,8 @@ +--- +layout: default +title: Les crapauds Fous +--- + +## Les Crapauds Fous + +{% include crapauds.html %} diff --git a/crapauds/alexandre_delanoe.md b/crapauds/alexandre_delanoe.md index caf784e..66b203e 100644 --- a/crapauds/alexandre_delanoe.md +++ b/crapauds/alexandre_delanoe.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Alexandre Delanoë description: Game Changer published: true diff --git a/crapauds/alice_barbe.md b/crapauds/alice_barbe.md index 4d0db0b..12d506e 100644 --- a/crapauds/alice_barbe.md +++ b/crapauds/alice_barbe.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Alice Barbe description: Directrice Générale de Singa published: true diff --git a/crapauds/antoine_brachet.md b/crapauds/antoine_brachet.md index 931df91..52179c4 100644 --- a/crapauds/antoine_brachet.md +++ b/crapauds/antoine_brachet.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Antoine Brachet description: Les 100 Barbares published: true diff --git a/crapauds/asmaa_guedira.md b/crapauds/asmaa_guedira.md index 8713fa8..6c78e8b 100644 --- a/crapauds/asmaa_guedira.md +++ b/crapauds/asmaa_guedira.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Asmaa Guédira description: « hyper-connectrice » published: true diff --git a/crapauds/augustin_poupard.md b/crapauds/augustin_poupard.md index 9c51b26..9441ea2 100644 --- a/crapauds/augustin_poupard.md +++ b/crapauds/augustin_poupard.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Augustin Poupard description: Jeune membre de l’AFM, EDHEC BBA published: true diff --git a/crapauds/calcagno_gheraert.md b/crapauds/calcagno_gheraert.md index def3132..a36bc50 100644 --- a/crapauds/calcagno_gheraert.md +++ b/crapauds/calcagno_gheraert.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Sofia Calcagno et Jean-Batiste Gheraert description: data scientists published: true diff --git a/crapauds/fabienne_cazalis.md b/crapauds/fabienne_cazalis.md index b2a6e35..5081744 100644 --- a/crapauds/fabienne_cazalis.md +++ b/crapauds/fabienne_cazalis.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Fabienne Cazalis description: Chercheuse en neuroscience au CNRS, casse les frontières published: true diff --git a/crapauds/francesca_pick.md b/crapauds/francesca_pick.md index 6d0a600..19d9e85 100644 --- a/crapauds/francesca_pick.md +++ b/crapauds/francesca_pick.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Francesca Pick description: Le collaboratif trans-national published: true diff --git a/crapauds/jean-baptiste_de_foucauld.md b/crapauds/jean-baptiste_de_foucauld.md index e2f023c..6867083 100644 --- a/crapauds/jean-baptiste_de_foucauld.md +++ b/crapauds/jean-baptiste_de_foucauld.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Jean-Baptiste de Foucauld description: Pacte Civique, Démocratie et Spiritualité published: true diff --git a/crapauds/jean-baptiste_moretti.md b/crapauds/jean-baptiste_moretti.md index 0cfc055..90ce431 100644 --- a/crapauds/jean-baptiste_moretti.md +++ b/crapauds/jean-baptiste_moretti.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Jean-Baptiste Moretti description: musicien et entrepreneur engagé published: true diff --git a/crapauds/julien_derville.md b/crapauds/julien_derville.md index ce60cf5..11835f1 100644 --- a/crapauds/julien_derville.md +++ b/crapauds/julien_derville.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Julien Derville description: jeune membre de l’AFM et co-fondateur de ZTP (Ze Twelfth Player) published: true diff --git a/crapauds/laura-jane_gautier.md b/crapauds/laura-jane_gautier.md index 009977f..1d60aee 100644 --- a/crapauds/laura-jane_gautier.md +++ b/crapauds/laura-jane_gautier.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Laura-Jane Gautier description: Journaliste TV et indépendante et Ouishare connector published: true diff --git a/crapauds/mathieu_baudin.md b/crapauds/mathieu_baudin.md index 22ec59c..500a27c 100644 --- a/crapauds/mathieu_baudin.md +++ b/crapauds/mathieu_baudin.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Mathieu Baudin description: Les conspirateurs positifs published: true diff --git a/crapauds/matthieu_dardaillon.md b/crapauds/matthieu_dardaillon.md index 736996e..fc4cd66 100644 --- a/crapauds/matthieu_dardaillon.md +++ b/crapauds/matthieu_dardaillon.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Matthieu Dardaillon description: Ticket for Change published: true diff --git a/crapauds/olivier_de_fresnoye.md b/crapauds/olivier_de_fresnoye.md index 9ee6f99..eff3d7e 100644 --- a/crapauds/olivier_de_fresnoye.md +++ b/crapauds/olivier_de_fresnoye.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Olivier de Fresnoye description: Open Santé published: true diff --git a/crapauds/olivier_lebel.md b/crapauds/olivier_lebel.md index 662c841..d5492da 100644 --- a/crapauds/olivier_lebel.md +++ b/crapauds/olivier_lebel.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Olivier Lebel  description: Proximus, l’ONG virtuelle du 21° siècle ? published: true diff --git a/crapauds/pierrick_judeaux.md b/crapauds/pierrick_judeaux.md index fe220f9..cfbc6b8 100644 --- a/crapauds/pierrick_judeaux.md +++ b/crapauds/pierrick_judeaux.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Pierrick Judéaux description: Justice et citoyenneté sur tous les fronts published: true diff --git a/crapauds/raphael_bosch-joubert.md b/crapauds/raphael_bosch-joubert.md index b414e4d..45bebf8 100644 --- a/crapauds/raphael_bosch-joubert.md +++ b/crapauds/raphael_bosch-joubert.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Raphaël Bosch-Joubert description: Fondateur de 22EME SIECLE published: true diff --git a/crapauds/thanh-long_huynh.md b/crapauds/thanh-long_huynh.md index 03658e2..98ba74a 100644 --- a/crapauds/thanh-long_huynh.md +++ b/crapauds/thanh-long_huynh.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Thanh-Long Huynh description: Fondateur et DG de QuantCube published: true diff --git a/crapauds/vincent_dahirel.md b/crapauds/vincent_dahirel.md index 70015b6..a15d392 100644 --- a/crapauds/vincent_dahirel.md +++ b/crapauds/vincent_dahirel.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Vincent Dahirel description: Université Pierre & Marie Curie, CRI published: true diff --git a/crapauds/yamina_saheb.md b/crapauds/yamina_saheb.md index 2496c18..94bbe5d 100644 --- a/crapauds/yamina_saheb.md +++ b/crapauds/yamina_saheb.md @@ -1,6 +1,7 @@ --- layout: crapaud -category: crapauds +categories: + - crapaud title: Yamina Saheb description: Fondatrice et dirigeante du réseau OpenExp photo: yamina_saheb.jpg diff --git a/files/cv.pdf b/files/cv.pdf deleted file mode 100644 index 4d43d28..0000000 Binary files a/files/cv.pdf and /dev/null differ diff --git a/patenaires.md b/partenaires.md similarity index 55% rename from patenaires.md rename to partenaires.md index 932af4b..4d5b096 100644 --- a/patenaires.md +++ b/partenaires.md @@ -4,5 +4,6 @@ title: Nos partenaires description: "Nos partenaires" --- +## Les partenaires des Crapauds Fous -## Nos partenaires +{% include partners.html %} diff --git a/public/css/addon.css b/public/css/addon.css index 6b91aea..f39de92 100644 --- a/public/css/addon.css +++ b/public/css/addon.css @@ -40,3 +40,7 @@ .posts.list .post-date { margin: 0; } + +.custom-footer { + margin-top: 40px; +} diff --git a/blog/index.html b/textes/index.html similarity index 100% rename from blog/index.html rename to textes/index.html