From 91fc86967f86e2d940e308d4d50c4f5d7190d1d4 Mon Sep 17 00:00:00 2001 From: Thomas Wickham Date: Sat, 16 Mar 2019 17:02:53 +0100 Subject: [PATCH] add author page --- _config.yml | 6 +++--- _data/authors.yml | 14 ++++++++++++-- authors.md | 12 ++++++++++++ index.md | 12 ++++++++++++ 4 files changed, 39 insertions(+), 5 deletions(-) create mode 100644 authors.md diff --git a/_config.yml b/_config.yml index a722db1..8d5b7d5 100644 --- a/_config.yml +++ b/_config.yml @@ -53,10 +53,9 @@ defaults: # Site navigation navigation_header: Home: / - # Elements: /elements/ Blog: /blog/ - Categories: /categories/ - # Search: /search/ + Authors: /authors/ + #Categories: /categories/ navigation_footer: Created by David Darnes: https://darn.es @@ -82,6 +81,7 @@ kramdown: input: GFM syntax_highlighter: rouge theme: alembic-jekyll-theme + plugins: - jekyll-toc - jekyll-feed diff --git a/_data/authors.yml b/_data/authors.yml index e25f6f8..7adb5dc 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -1,5 +1,6 @@ crafter_anonyme: + hidden: true name: Crafter Anonyme email: contact@crafterscircle.io 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: plop@contact.com site: https://crafterscircle.io/ twitter: Tof_ image: enso.png + image_large: enso.png antoine_boileau: name: Antoine BOILEAU - email: plop@contact.com + email: antoine@boileau.io 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 diff --git a/authors.md b/authors.md new file mode 100644 index 0000000..445db67 --- /dev/null +++ b/authors.md @@ -0,0 +1,12 @@ +--- +layout: page +title: Authors +permalink: /authors/ +--- + + \ No newline at end of file diff --git a/index.md b/index.md index 3c7a7d2..6e006aa 100644 --- a/index.md +++ b/index.md @@ -7,3 +7,15 @@ layout: page Voici un blog par des software crafters. Ils sont là pour raconter des choses, ce qui leur plait en vrai. Nous verrons ce que ce blog devient. + +