From d56566d20376816e2e990dccacdf3da8051613e3 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Sun, 1 Sep 2019 08:56:16 +0200 Subject: [PATCH] taxonomies: improves the taxonomies lists * NEW Add blog and categories content (_index.md). * BETTER Updates the README to mention the public git repository of the theme. * BETTER Updates the .gitmodules file to change the theme git remote URL. * NEW Updates the theme in order to add missing templates. * FIX Closes #10, #12 Co-Authored-by: Igor Milhit --- .gitmodules | 2 +- README.md | 4 +++- content/blog/_index.md | 8 ++++++++ content/categories/_index.md | 7 +++++++ content/categories/publication-numérique/_index.md | 9 +++++++++ content/categories/traces/_index.md | 11 +++++++++++ themes/portfoliGor | 2 +- 7 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 content/blog/_index.md create mode 100644 content/categories/_index.md create mode 100644 content/categories/publication-numérique/_index.md create mode 100644 content/categories/traces/_index.md diff --git a/.gitmodules b/.gitmodules index cc8c129..b4dd280 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/portfoliGor"] path = themes/portfoliGor - url = git@id-libre.org:/opt/git/portfoliGor.git + url = git@framagit.org:iGormilhit/portfoliGor.git diff --git a/README.md b/README.md index 39d3454..68bb828 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,6 @@ Ce projet est sous licence `CC-BY` : http://creativecommons.org/licenses/by/4.0/ ## Theme -Je construit peu à peu mon propre thème pour HUGO, thème qui pour le moment n'est pas encore mis à disposition (travail en cours). +Je construit peu à peu mon propre thème pour HUGO. Bien qu'en cours +d'élaboration, le thème est disponible en ligne : +[portfoliGor](https://framagit.org/iGormilhit/portfoliGor) diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..c98656c --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,8 @@ +--- +title: "Blog" +date: 2019-09-01T07:52:46+02:00 +draft: false +--- + +Voici la liste des billets récemments publiés sur ce blog : + diff --git a/content/categories/_index.md b/content/categories/_index.md new file mode 100644 index 0000000..1a9aa1d --- /dev/null +++ b/content/categories/_index.md @@ -0,0 +1,7 @@ +--- +title: "Catégories" +date: 2019-08-31T18:10:19+02:00 +draft: false +--- + +Ce sont les catégories utilisées sur le blog. diff --git a/content/categories/publication-numérique/_index.md b/content/categories/publication-numérique/_index.md new file mode 100644 index 0000000..42b33c8 --- /dev/null +++ b/content/categories/publication-numérique/_index.md @@ -0,0 +1,9 @@ +--- +title: "Publication numérique" +date: 2019-09-01T08:40:04+02:00 +draft: false +--- + +Cette catégorie regroupe les billets qui explorent les méthodes contemporaines +de publication de texte, méthodes qui tentent de tirer profit des outils +numériques. diff --git a/content/categories/traces/_index.md b/content/categories/traces/_index.md new file mode 100644 index 0000000..2b44dd3 --- /dev/null +++ b/content/categories/traces/_index.md @@ -0,0 +1,11 @@ +--- +title: "Traces" +date: 2019-09-01T08:00:59+02:00 +draft: false +--- + +La catégorie *traces* fait référence au sous titre de mon ancien blog, +[blogiGor](https://id-libre.org/blogigor), *traces éphémères*. Ce sont des +traces que je voudrais laisser, bien que leur caractère éphémère est indéniable +et m'est précieux, à la fois parce qu'elles témoignent d'instants fugaces et +parce qu'elles-mêmes ne dureront pas. diff --git a/themes/portfoliGor b/themes/portfoliGor index 09fbaa0..0077387 160000 --- a/themes/portfoliGor +++ b/themes/portfoliGor @@ -1 +1 @@ -Subproject commit 09fbaa06f90ddbd0ec75424e7c0e7130dc32aefb +Subproject commit 00773873a2658638eb651916aed8300a2c84a6f9