From 6b9b8dff7079d684f311ba157abb4014f0d738d4 Mon Sep 17 00:00:00 2001 From: mose Date: Mon, 28 Aug 2017 19:20:57 +0800 Subject: [PATCH] sorting our partners and toads --- _config.yml | 12 ++++++------ _devconfig.yml | 15 +++++++++------ _includes/crapauds.html | 9 +++++++++ _includes/meta_info.html | 3 ++- _includes/partners.html | 8 ++++++++ cercles.md | 25 ++++++++----------------- crapauds.md | 8 ++++++++ crapauds/alexandre_delanoe.md | 3 ++- crapauds/alice_barbe.md | 3 ++- crapauds/antoine_brachet.md | 3 ++- crapauds/asmaa_guedira.md | 3 ++- crapauds/augustin_poupard.md | 3 ++- crapauds/calcagno_gheraert.md | 3 ++- crapauds/fabienne_cazalis.md | 3 ++- crapauds/francesca_pick.md | 3 ++- crapauds/jean-baptiste_de_foucauld.md | 3 ++- crapauds/jean-baptiste_moretti.md | 3 ++- crapauds/julien_derville.md | 3 ++- crapauds/laura-jane_gautier.md | 3 ++- crapauds/mathieu_baudin.md | 3 ++- crapauds/matthieu_dardaillon.md | 3 ++- crapauds/olivier_de_fresnoye.md | 3 ++- crapauds/olivier_lebel.md | 3 ++- crapauds/pierrick_judeaux.md | 3 ++- crapauds/raphael_bosch-joubert.md | 3 ++- crapauds/thanh-long_huynh.md | 3 ++- crapauds/vincent_dahirel.md | 3 ++- crapauds/yamina_saheb.md | 3 ++- files/cv.pdf | Bin 186332 -> 0 bytes patenaires.md => partenaires.md | 3 ++- public/css/addon.css | 4 ++++ {blog => textes}/index.html | 0 32 files changed, 98 insertions(+), 52 deletions(-) create mode 100644 _includes/crapauds.html create mode 100644 _includes/partners.html create mode 100644 crapauds.md delete mode 100644 files/cv.pdf rename patenaires.md => partenaires.md (55%) rename {blog => textes}/index.html (100%) 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 %} -