sorting our partners and toads

This commit is contained in:
mose 2017-08-28 19:20:57 +08:00
parent 1a7b11669c
commit 6b9b8dff70
32 changed files with 98 additions and 52 deletions

View File

@ -2,7 +2,7 @@
# #
# Use of `relative_permalinks` ensures post links from the index work properly. # Use of `relative_permalinks` ensures post links from the index work properly.
#permalink: pretty #permalink: pretty
permalink: /:year-:month-:day-:title/ permalink: /:title/
relative_permalinks: false relative_permalinks: false
# Setup # Setup
@ -14,7 +14,7 @@ baseurl: ""
urlimg: https://crazy-toads.github.io/images urlimg: https://crazy-toads.github.io/images
markdown: kramdown markdown: kramdown
paginate: 5 paginate: 5
paginate_path: "/blog/page:num" paginate_path: "/textes/page:num"
excerpt_separator: <!--more--> excerpt_separator: <!--more-->
default_bg: sitelogo.png default_bg: sitelogo.png
safe: false safe: false
@ -57,10 +57,10 @@ owner:
links: links:
- title: <i class="iconside iconm-home"></i> Accueil - title: <i class="iconside iconm-home"></i> Accueil
url: / url: /
- title: <i class="iconside iconm-user"></i> A Propos - title: <i class="iconside iconm-quill"></i> Textes
url: /apropos/ url: /textes/
- title: <i class="iconside iconm-quill"></i> Blog - title: <i class="iconside iconm-quill"></i> Partenaires
url: /blog/ url: /partenaires/
- title: <i class="iconside iconm-envelop"></i> Contact - title: <i class="iconside iconm-envelop"></i> Contact
url: /contact/ url: /contact/
- title: <i class="iconside iconm-github2"></i> Source - title: <i class="iconside iconm-github2"></i> Source

View File

@ -2,7 +2,8 @@
# #
# Use of `relative_permalinks` ensures post links from the index work properly. # Use of `relative_permalinks` ensures post links from the index work properly.
#permalink: pretty #permalink: pretty
permalink: /:year-:month-:day-:title/ # permalink: /:year-:month-:day-:title/
permalink: /:title/
relative_permalinks: false relative_permalinks: false
# Setup # Setup
@ -14,7 +15,7 @@ baseurl: ""
urlimg: http://localhost:4000/images urlimg: http://localhost:4000/images
markdown: kramdown markdown: kramdown
paginate: 5 paginate: 5
paginate_path: "/blog/page:num" paginate_path: "/textes/page:num"
excerpt_separator: <!--more--> excerpt_separator: <!--more-->
default_bg: sitelogo.png default_bg: sitelogo.png
safe: false safe: false
@ -57,10 +58,12 @@ owner:
links: links:
- title: <i class="iconside iconm-home"></i> Accueil - title: <i class="iconside iconm-home"></i> Accueil
url: / url: /
- title: <i class="iconside iconm-user"></i> A Propos - title: <i class="iconside iconm-quill"></i> Textes
url: /apropos/ url: /textes/
- title: <i class="iconside iconm-quill"></i> Blog - title: <i class="iconside iconm-quill"></i> Crapauds
url: /blog/ url: /crapauds/
- title: <i class="iconside iconm-quill"></i> Partenaires
url: /partenaires/
- title: <i class="iconside iconm-envelop"></i> Contact - title: <i class="iconside iconm-envelop"></i> Contact
url: /contact/ url: /contact/
- title: <i class="iconside iconm-github2"></i> Source - title: <i class="iconside iconm-github2"></i> Source

9
_includes/crapauds.html Normal file
View File

@ -0,0 +1,9 @@
{% for page in site.pages %}
{% if (page.categories | first) == "crapaud" %}
<div>{{ page.categories | first }}</div>
<div><a href="{{ page.url }}">{{ page.title }}</a></div>
{% endif %}
{% endfor %}

View File

@ -1,5 +1,6 @@
<span class="social-icons">
{% if site.owner.twitter %} {% if site.owner.twitter %}
<span class="social-icons"><a href="https://twitter.com/share?text={{ page.title }}&amp;url={{ site.url }}{{ page.url }}&amp;via={{ site.owner.twitter }}" class="social-icons" target="_blank" title="Share on twitter"> <i class="fa fa-twitter meta"></i></a> <a href="https://twitter.com/share?text={{ page.title }}&amp;url={{ site.url }}{{ page.url }}&amp;via={{ site.owner.twitter }}" class="social-icons" target="_blank" title="Share on twitter"> <i class="fa fa-twitter meta"></i></a>
{% endif %} {% endif %}
{% if page.comments %} {% if page.comments %}

8
_includes/partners.html Normal file
View File

@ -0,0 +1,8 @@
{% for page in site.pages %}
{% if page.categories | first contains "Partenaires" %}
<div><a href="{{ page.url }}">{{ page.title }}</a></div>
{% endif %}
{% endfor %}

View File

@ -4,20 +4,11 @@ title: Les 9 Cercles
description: "Les 9 Cercles" description: "Les 9 Cercles"
--- ---
## Les 9 Cercles {% for category in site.categories %}
{{ category | first }}
# Neuro-diversité {% for posts in category %}
# Génération 2050 {% for post in posts %}
# lEurope {{ post.title }}
# le Génie digital {% endfor %}
# le collaboratif {% endfor %}
# la diversité culturelle {% endfor %}
# les games changers,
# lintelligence collaborative
# lenthousiasme
soit des posts (800 mots), soit des articles (1500 mots) des
crapauds.
# une page qui explique le principe

8
crapauds.md Normal file
View File

@ -0,0 +1,8 @@
---
layout: default
title: Les crapauds Fous
---
## Les Crapauds Fous
{% include crapauds.html %}

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Alexandre Delanoë title: Alexandre Delanoë
description: Game Changer description: Game Changer
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Alice Barbe title: Alice Barbe
description: Directrice Générale de Singa description: Directrice Générale de Singa
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Antoine Brachet title: Antoine Brachet
description: Les 100 Barbares description: Les 100 Barbares
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Asmaa Guédira title: Asmaa Guédira
description: « hyper-connectrice » description: « hyper-connectrice »
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Augustin Poupard title: Augustin Poupard
description: Jeune membre de lAFM, EDHEC BBA description: Jeune membre de lAFM, EDHEC BBA
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Sofia Calcagno et Jean-Batiste Gheraert title: Sofia Calcagno et Jean-Batiste Gheraert
description: data scientists description: data scientists
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Fabienne Cazalis title: Fabienne Cazalis
description: Chercheuse en neuroscience au CNRS, casse les frontières description: Chercheuse en neuroscience au CNRS, casse les frontières
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Francesca Pick title: Francesca Pick
description: Le collaboratif trans-national description: Le collaboratif trans-national
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Jean-Baptiste de Foucauld title: Jean-Baptiste de Foucauld
description: Pacte Civique, Démocratie et Spiritualité description: Pacte Civique, Démocratie et Spiritualité
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Jean-Baptiste Moretti title: Jean-Baptiste Moretti
description: musicien et entrepreneur engagé description: musicien et entrepreneur engagé
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Julien Derville title: Julien Derville
description: jeune membre de lAFM et co-fondateur de ZTP (Ze Twelfth Player) description: jeune membre de lAFM et co-fondateur de ZTP (Ze Twelfth Player)
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Laura-Jane Gautier title: Laura-Jane Gautier
description: Journaliste TV et indépendante et Ouishare connector description: Journaliste TV et indépendante et Ouishare connector
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Mathieu Baudin title: Mathieu Baudin
description: Les conspirateurs positifs description: Les conspirateurs positifs
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Matthieu Dardaillon title: Matthieu Dardaillon
description: Ticket for Change description: Ticket for Change
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Olivier de Fresnoye title: Olivier de Fresnoye
description: Open Santé description: Open Santé
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Olivier Lebel  title: Olivier Lebel 
description: Proximus, lONG virtuelle du 21° siècle ? description: Proximus, lONG virtuelle du 21° siècle ?
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Pierrick Judéaux title: Pierrick Judéaux
description: Justice et citoyenneté sur tous les fronts description: Justice et citoyenneté sur tous les fronts
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Raphaël Bosch-Joubert title: Raphaël Bosch-Joubert
description: Fondateur de 22EME SIECLE description: Fondateur de 22EME SIECLE
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Thanh-Long Huynh title: Thanh-Long Huynh
description: Fondateur et DG de QuantCube description: Fondateur et DG de QuantCube
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Vincent Dahirel title: Vincent Dahirel
description: Université Pierre &amp; Marie Curie, CRI description: Université Pierre &amp; Marie Curie, CRI
published: true published: true

View File

@ -1,6 +1,7 @@
--- ---
layout: crapaud layout: crapaud
category: crapauds categories:
- crapaud
title: Yamina Saheb title: Yamina Saheb
description: Fondatrice et dirigeante du réseau OpenExp description: Fondatrice et dirigeante du réseau OpenExp
photo: yamina_saheb.jpg photo: yamina_saheb.jpg

Binary file not shown.

View File

@ -4,5 +4,6 @@ title: Nos partenaires
description: "Nos partenaires" description: "Nos partenaires"
--- ---
## Les partenaires des Crapauds Fous
## Nos partenaires {% include partners.html %}

View File

@ -40,3 +40,7 @@
.posts.list .post-date { .posts.list .post-date {
margin: 0; margin: 0;
} }
.custom-footer {
margin-top: 40px;
}