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 <igor@milhit.ch>web-fediverse-moi
parent
ebd6780a8d
commit
d56566d203
|
@ -1,3 +1,3 @@
|
||||||
[submodule "themes/portfoliGor"]
|
[submodule "themes/portfoliGor"]
|
||||||
path = themes/portfoliGor
|
path = themes/portfoliGor
|
||||||
url = git@id-libre.org:/opt/git/portfoliGor.git
|
url = git@framagit.org:iGormilhit/portfoliGor.git
|
||||||
|
|
|
@ -8,4 +8,6 @@ Ce projet est sous licence `CC-BY` : http://creativecommons.org/licenses/by/4.0/
|
||||||
|
|
||||||
## Theme
|
## 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)
|
||||||
|
|
|
@ -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 :
|
||||||
|
|
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
|
@ -1 +1 @@
|
||||||
Subproject commit 09fbaa06f90ddbd0ec75424e7c0e7130dc32aefb
|
Subproject commit 00773873a2658638eb651916aed8300a2c84a6f9
|
Loading…
Reference in New Issue