From 492491341138f9465e92be2980a91de517ede4f8 Mon Sep 17 00:00:00 2001 From: Eloi Perdereau <eloi@perdereau.eu> Date: Sun, 17 Nov 2019 00:13:43 +0100 Subject: [PATCH] centraliser les auteurs --- _config.yml | 24 +++--------------------- _data/authors.yml | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/_config.yml b/_config.yml index c97b952..add486e 100644 --- a/_config.yml +++ b/_config.yml @@ -106,27 +106,6 @@ analytics: anonymize_ip : # true, false (default) -# Site Author -author: - name : "CCL" - avatar : /assets/images/authors-logo/indien-petit.png - bio : "Animer, partager, avancer, s'améliorer, s'amuser" - location : "Luminy" - email : "centre-culturel@luminy.org" - # uri : "ccl.luminy.org" - facebook : "CCLuminy" - helloasso : "centre-culturel-de-luminy" - links: - # - label: "GitHub" - # icon: "fab fa-fw fa-github" - # url: "https://github.com/perelo/CCL-site" - # - label: "Instagram" - # icon: "fab fa-fw fa-instagram" - # url: "https://instagram.com/" - # - label: "HelloAsso" - # icon: "fas fa-fw fa-link" - # url: "https://www.helloasso.com/associations/centre-culturel-de-luminy" - # Site Footer footer: links: @@ -274,6 +253,9 @@ compress_html: exclude: [ "*/snippets/", ] +# see _data/authors.yml +author: ccl + collections: pages: output: true diff --git a/_data/authors.yml b/_data/authors.yml index 59df5f6..d0014df 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -1,4 +1,23 @@ # /_data/authors.yml +ccl: + name : "CCL" + avatar : /assets/images/authors-logo/indien-petit.png + bio : "Animer, partager, avancer, s'améliorer, s'amuser" + location : "Luminy" + email : "centre-culturel@luminy.org" + # uri : "ccl.luminy.org" + facebook : "CCLuminy" + helloasso : "centre-culturel-de-luminy" + links: + # - label: "GitHub" + # icon: "fab fa-fw fa-github" + # url: "https://github.com/perelo/CCL-site" + # - label: "Instagram" + # icon: "fab fa-fw fa-instagram" + # url: "https://instagram.com/" + # - label: "HelloAsso" + # icon: "fas fa-fw fa-link" + # url: "https://www.helloasso.com/associations/centre-culturel-de-luminy" jardin: name : "Jardin Universitaire" -- GitLab