-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thomas Wickham
authored and
Thomas Wickham
committed
Mar 16, 2019
1 parent
4542db8
commit 91fc869
Showing
4 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
|
||
crafter_anonyme: | ||
hidden: true | ||
name: Crafter Anonyme | ||
email: [email protected] | ||
site: https://crafterscircle.io | ||
|
@@ -11,17 +12,26 @@ thomas_wickham: | |
site: https://www.cafe-craft.fr | ||
twitter: mackwic | ||
image: twi_mini_hc.jpg | ||
image_large: twi.jpg | ||
|
||
christohpe_thibaut: | ||
christophe_thibaut: | ||
name: Christophe THIBAUT | ||
email: [email protected] | ||
site: https://crafterscircle.io/ | ||
twitter: Tof_ | ||
image: enso.png | ||
image_large: enso.png | ||
|
||
antoine_boileau: | ||
name: Antoine BOILEAU | ||
email: [email protected] | ||
email: [email protected] | ||
site: https://crafterscircle.io/ | ||
twitter: antoineboileau | ||
image: enso.png | ||
image_large: enso.png | ||
|
||
# XXX: I don't know how to make an automatic list of authors | ||
all: | ||
- thomas_wickham | ||
- antoine_boileau | ||
- christophe_thibaut |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: page | ||
title: Authors | ||
permalink: /authors/ | ||
--- | ||
|
||
<ul> | ||
{% for key_author in site.data.authors.all %} | ||
{% assign author = site.data.authors[key_author] %} | ||
<li>{{ author.name }}</li> | ||
{% endfor %} | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters