aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_config.yml46
-rw-r--r--_includes/link-listing.html6
-rw-r--r--a-propos.md4
-rw-r--r--about.md4
-rw-r--r--aja-par-categorie.md13
-rw-r--r--articles-by-category.md (renamed from categories.en.md)2
-rw-r--r--articles-par-categorie.md (renamed from categories.fr.md)2
-rw-r--r--artigos-por-categoria.md (renamed from categorias.md)2
-rw-r--r--artikoloj-lau-kategorio.md (renamed from kategorioj.md)2
-rw-r--r--diapositives-par-categorie.md13
-rw-r--r--eslaides-por-categoria.md13
-rw-r--r--hea-por-categoria.md13
-rw-r--r--hml-lau-kategorio.md13
-rw-r--r--locale/eo/LC_MESSAGES/about.po12
-rw-r--r--locale/eo/LC_MESSAGES/articles-by-category.po31
-rw-r--r--locale/eo/LC_MESSAGES/pastebins-by-category.po31
-rw-r--r--locale/eo/LC_MESSAGES/slides-by-category.po28
-rw-r--r--locale/eo/LC_MESSAGES/til-by-category.po28
-rw-r--r--locale/fr/LC_MESSAGES/about.po12
-rw-r--r--locale/fr/LC_MESSAGES/articles-by-category.po31
-rw-r--r--locale/fr/LC_MESSAGES/pastebins-by-category.po28
-rw-r--r--locale/fr/LC_MESSAGES/slides-by-category.po28
-rw-r--r--locale/fr/LC_MESSAGES/til-by-category.po28
-rw-r--r--locale/pt/LC_MESSAGES/about.po12
-rw-r--r--locale/pt/LC_MESSAGES/articles-by-category.po31
-rw-r--r--locale/pt/LC_MESSAGES/pastebins-by-category.po28
-rw-r--r--locale/pt/LC_MESSAGES/slides-by-category.po28
-rw-r--r--locale/pt/LC_MESSAGES/til-by-category.po28
-rw-r--r--lumbildoj-lau-kategorio.md13
-rw-r--r--pastebins-by-category.md13
-rw-r--r--pastebins-lau-kategorio.md13
-rw-r--r--pastebins-par-categorie.md13
-rw-r--r--pastebins-por-categoria.md13
-rw-r--r--pri.md4
-rw-r--r--slides-by-category.md13
-rw-r--r--sobre.md4
-rw-r--r--til-by-category.md13
37 files changed, 578 insertions, 38 deletions
diff --git a/_config.yml b/_config.yml
index 6050d93..a05d4a3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -88,6 +88,17 @@ t:
pt: "/feed.articles.pt.atom"
fr: "/feed.articles.fr.atom"
eo: "/feed.articles.eo.atom"
+ category:
+ name:
+ en: "Articles by category"
+ pt: "Artigos por categoria"
+ fr: "Articles par catégorie"
+ eo: "Artikoloj laŭ kategorio"
+ url:
+ en: "articles-by-category.md"
+ pt: "artigos-por-categoria.md"
+ fr: "articles-par-categorie.md"
+ eo: "artikoloj-lau-kategorio.md"
pastebins:
name:
en: "Pastebins"
@@ -115,6 +126,17 @@ t:
pt: "/feed.pastebins.pt.atom"
fr: "/feed.pastebins.fr.atom"
eo: "/feed.pastebins.eo.atom"
+ category:
+ name:
+ en: "Pastebins by category"
+ pt: "Pastebins por categoria"
+ fr: "Pastebins par catégorie"
+ eo: "Pastebins laŭ kategorio"
+ url:
+ en: "pastebins-by-category.md"
+ pt: "pastebins-por-categoria.md"
+ fr: "pastebins-par-categorie.md"
+ eo: "pastebins-lau-kategorio.md"
tils:
name:
en: "TIL"
@@ -142,6 +164,17 @@ t:
pt: "/feed.tils.pt.atom"
fr: "/feed.tils.fr.atom"
eo: "/feed.tils.eo.atom"
+ category:
+ name:
+ en: "TIL by category"
+ pt: "HEA por categoria"
+ fr: "AJA par catégorie"
+ eo: "HML laŭ kategorio"
+ url:
+ en: "til-by-category.md"
+ pt: "hea-por-categoria.md"
+ fr: "aja-par-categorie.md"
+ eo: "hml-lau-kategorio.md"
slides:
name:
en: "Slides"
@@ -161,7 +194,7 @@ t:
feed:
title:
en: "EuAndreh's slides"
- pt: "Slides do EuAndreh"
+ pt: "Eslaides do EuAndreh"
fr: "Diapositives d'EuAndreh"
eo: "Lumbildoj de EuAndreh"
url:
@@ -169,6 +202,17 @@ t:
pt: "/feed.slides.pt.atom"
fr: "/feed.slides.fr.atom"
eo: "/feed.slides.eo.atom"
+ category:
+ name:
+ en: "Slides by category"
+ pt: "Eslaides por categoria"
+ fr: "Diapositives par catégorie"
+ eo: "Lumbildoj laŭ kategorio"
+ url:
+ en: "slides-by-category.md"
+ pt: "eslaides-por-categoria.md"
+ fr: "diapositives-par-categorie.md"
+ eo: "lumbildoj-lau-kategorio.md"
posted_on:
en: "Posted on"
pt: "Postado em"
diff --git a/_includes/link-listing.html b/_includes/link-listing.html
index 9252b7b..d0bc891 100644
--- a/_includes/link-listing.html
+++ b/_includes/link-listing.html
@@ -15,3 +15,9 @@
</li>
{% endfor %}
</ul>
+
+<h2>
+ <a href="{% link {{ site.t[include.kind].category.url[page.lang] }} %}">
+ {{ site.t[include.kind].category.name[page.lang] }}
+ </a>
+</h2>
diff --git a/a-propos.md b/a-propos.md
index edd33b7..beea3f8 100644
--- a/a-propos.md
+++ b/a-propos.md
@@ -18,7 +18,3 @@ publique](mailto:~euandreh/public-inbox@lists.sr.ht)
Ceci est mon site personnel où j'écris des articles, publie des logicielles et
d'autres travaux connexes.
-
-## Autres
-
-[Articles par catégorie]({% link categories.fr.md %}).
diff --git a/about.md b/about.md
index 5b6f639..dc27ea0 100644
--- a/about.md
+++ b/about.md
@@ -25,6 +25,4 @@ more related work.
<!-- ### -->
-## Other things
-
-[Articles by category]({% link categories.en.md %}).
+<!-- ## Other things -->
diff --git a/aja-par-categorie.md b/aja-par-categorie.md
new file mode 100644
index 0000000..3fd059b
--- /dev/null
+++ b/aja-par-categorie.md
@@ -0,0 +1,13 @@
+---
+
+title: AJA par catégorie
+
+layout: page
+
+lang: fr
+
+ref: til-by-category
+
+---
+
+{% include categories.html kind="til" %}
diff --git a/categories.en.md b/articles-by-category.md
index c7cda8f..ee94e79 100644
--- a/categories.en.md
+++ b/articles-by-category.md
@@ -6,7 +6,7 @@ layout: page
lang: en
-ref: categories
+ref: articles-by-category
---
diff --git a/categories.fr.md b/articles-par-categorie.md
index 56581fe..41d1a97 100644
--- a/categories.fr.md
+++ b/articles-par-categorie.md
@@ -6,7 +6,7 @@ layout: page
lang: fr
-ref: categories
+ref: articles-by-category
---
diff --git a/categorias.md b/artigos-por-categoria.md
index 7b9300d..138a02d 100644
--- a/categorias.md
+++ b/artigos-por-categoria.md
@@ -6,7 +6,7 @@ layout: page
lang: pt
-ref: categories
+ref: articles-by-category
---
diff --git a/kategorioj.md b/artikoloj-lau-kategorio.md
index e42a46f..ca8d518 100644
--- a/kategorioj.md
+++ b/artikoloj-lau-kategorio.md
@@ -6,7 +6,7 @@ layout: page
lang: eo
-ref: categories
+ref: articles-by-category
---
diff --git a/diapositives-par-categorie.md b/diapositives-par-categorie.md
new file mode 100644
index 0000000..88186f6
--- /dev/null
+++ b/diapositives-par-categorie.md
@@ -0,0 +1,13 @@
+---
+
+title: Diapositives par catégorie
+
+layout: page
+
+lang: fr
+
+ref: slides-by-category
+
+---
+
+{% include categories.html kind="slides" %}
diff --git a/eslaides-por-categoria.md b/eslaides-por-categoria.md
new file mode 100644
index 0000000..41aec18
--- /dev/null
+++ b/eslaides-por-categoria.md
@@ -0,0 +1,13 @@
+---
+
+title: Eslaides por categoria
+
+layout: page
+
+lang: pt
+
+ref: slides-by-category
+
+---
+
+{% include categories.html kind="slides" %}
diff --git a/hea-por-categoria.md b/hea-por-categoria.md
new file mode 100644
index 0000000..d4b1bcc
--- /dev/null
+++ b/hea-por-categoria.md
@@ -0,0 +1,13 @@
+---
+
+title: HEA por categoria
+
+layout: page
+
+lang: pt
+
+ref: til-by-category
+
+---
+
+{% include categories.html kind="til" %}
diff --git a/hml-lau-kategorio.md b/hml-lau-kategorio.md
new file mode 100644
index 0000000..bc6059d
--- /dev/null
+++ b/hml-lau-kategorio.md
@@ -0,0 +1,13 @@
+---
+
+title: HML laŭ kategorio
+
+layout: page
+
+lang: eo
+
+ref: til-by-category
+
+---
+
+{% include categories.html kind="til" %}
diff --git a/locale/eo/LC_MESSAGES/about.po b/locale/eo/LC_MESSAGES/about.po
index b335c25..f68c874 100644
--- a/locale/eo/LC_MESSAGES/about.po
+++ b/locale/eo/LC_MESSAGES/about.po
@@ -30,12 +30,6 @@ msgstr ""
"Ĉi tiu estas mia persona retejo, kie mi verkas artikolojn, publikas "
"programojn kaj aliajn rilatajn laborojn."
-msgid "Other things"
-msgstr "Aliaj"
-
-msgid "[Articles by category]({% link categories.en.md %})."
-msgstr "[Artikoloj laŭ kategorio]({% link kategorioj.md %})."
-
msgid "layout: page"
msgstr "layout: page"
@@ -48,5 +42,11 @@ msgstr "lang: eo"
msgid "ref: about"
msgstr "ref: about"
+#~ msgid "Other things"
+#~ msgstr "Aliaj"
+
+#~ msgid "[Articles by category]({% link categories.en.md %})."
+#~ msgstr "[Artikoloj laŭ kategorio]({% link kategorioj.md %})."
+
#~ msgid "[Pastebins listing]({% link pastebins.en.md %})."
#~ msgstr "[Listo de *pastebins*]({% link pastebins.eo.md %})."
diff --git a/locale/eo/LC_MESSAGES/articles-by-category.po b/locale/eo/LC_MESSAGES/articles-by-category.po
new file mode 100644
index 0000000..f290f90
--- /dev/null
+++ b/locale/eo/LC_MESSAGES/articles-by-category.po
@@ -0,0 +1,31 @@
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Language: eo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.4.2\n"
+
+msgid "title: Articles by category"
+msgstr "title: Artikoloj laŭ kategorio"
+
+msgid "layout: page"
+msgstr "layout: page"
+
+msgid "lang: en"
+msgstr "lang: eo"
+
+msgid "{% include categories.html kind=\"articles\" %}"
+msgstr "{% include categories.html kind=\"articles\" %}"
+
+msgid "ref: articles-by-category"
+msgstr "ref: articles-by-category"
+
+#~ msgid "ref: articles-by-categories"
+#~ msgstr "ref: articles-by-categories"
diff --git a/locale/eo/LC_MESSAGES/pastebins-by-category.po b/locale/eo/LC_MESSAGES/pastebins-by-category.po
new file mode 100644
index 0000000..c5ab9ed
--- /dev/null
+++ b/locale/eo/LC_MESSAGES/pastebins-by-category.po
@@ -0,0 +1,31 @@
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Language: eo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.4.2\n"
+
+msgid "layout: page"
+msgstr "layout: page"
+
+msgid "lang: en"
+msgstr "lang: eo"
+
+msgid "ref: pastebins-by-category"
+msgstr "ref: pastebins-by-category"
+
+msgid "{% include categories.html kind=\"pastebins\" %}"
+msgstr "{% include categories.html kind=\"pastebins\" %}"
+
+msgid "title: Pastebins by category"
+msgstr "title: Pastebins laŭ kategorio"
+
+#~ msgid "title: Articles by category"
+#~ msgstr "title: Artikoloj laŭ kategorio"
diff --git a/locale/eo/LC_MESSAGES/slides-by-category.po b/locale/eo/LC_MESSAGES/slides-by-category.po
new file mode 100644
index 0000000..d817ffd
--- /dev/null
+++ b/locale/eo/LC_MESSAGES/slides-by-category.po
@@ -0,0 +1,28 @@
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Language: eo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.4.2\n"
+
+msgid "layout: page"
+msgstr "layout: page"
+
+msgid "lang: en"
+msgstr "lang: eo"
+
+msgid "ref: slides-by-category"
+msgstr "ref: slides-by-category"
+
+msgid "{% include categories.html kind=\"slides\" %}"
+msgstr "{% include categories.html kind=\"slides\" %}"
+
+msgid "title: Slides by category"
+msgstr "title: Lumbildoj laŭ kategorio"
diff --git a/locale/eo/LC_MESSAGES/til-by-category.po b/locale/eo/LC_MESSAGES/til-by-category.po
new file mode 100644
index 0000000..8bb1eea
--- /dev/null
+++ b/locale/eo/LC_MESSAGES/til-by-category.po
@@ -0,0 +1,28 @@
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Language: eo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.4.2\n"
+
+msgid "layout: page"
+msgstr "layout: page"
+
+msgid "lang: en"
+msgstr "lang: eo"
+
+msgid "ref: til-by-category"
+msgstr "ref: til-by-category"
+
+msgid "{% include categories.html kind=\"til\" %}"
+msgstr "{% include categories.html kind=\"til\" %}"
+
+msgid "title: TIL by category"
+msgstr "title: HML laŭ kategorio"
diff --git a/locale/fr/LC_MESSAGES/about.po b/locale/fr/LC_MESSAGES/about.po
index 7a83f5e..115bdf8 100644
--- a/locale/fr/LC_MESSAGES/about.po
+++ b/locale/fr/LC_MESSAGES/about.po
@@ -31,12 +31,6 @@ msgstr ""
"Ceci est mon site personnel où j'écris des articles, publie des logicielles "
"et d'autres travaux connexes."
-msgid "Other things"
-msgstr "Autres"
-
-msgid "[Articles by category]({% link categories.en.md %})."
-msgstr "[Articles par catégorie]({% link categories.fr.md %})."
-
msgid "layout: page"
msgstr "layout: page"
@@ -49,5 +43,11 @@ msgstr "lang: fr"
msgid "ref: about"
msgstr "ref: about"
+#~ msgid "Other things"
+#~ msgstr "Autres"
+
+#~ msgid "[Articles by category]({% link categories.en.md %})."
+#~ msgstr "[Articles par catégorie]({% link categories.fr.md %})."
+
#~ msgid "[Pastebins listing]({% link pastebins.en.md %})."
#~ msgstr "[Liste de pastebins]({% link pastebins.fr.md %})."
diff --git a/locale/fr/LC_MESSAGES/articles-by-category.po b/locale/fr/LC_MESSAGES/articles-by-category.po
new file mode 100644
index 0000000..8b064a1
--- /dev/null
+++ b/locale/fr/LC_MESSAGES/articles-by-category.po
@@ -0,0 +1,31 @@
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.4.2\n"
+
+msgid "title: Articles by category"
+msgstr "title: Articles par catégorie"
+
+msgid "layout: page"
+msgstr "layout: page"
+
+msgid "lang: en"
+msgstr "lang: fr"
+
+msgid "{% include categories.html kind=\"articles\" %}"
+msgstr "{% include categories.html kind=\"articles\" %}"
+
+msgid "ref: articles-by-category"
+msgstr "ref: articles-by-category"
+
+#~ msgid "ref: articles-by-categories"
+#~ msgstr "ref: articles-by-categories"
diff --git a/locale/fr/LC_MESSAGES/pastebins-by-category.po b/locale/fr/LC_MESSAGES/pastebins-by-category.po
new file mode 100644
index 0000000..c08042e
--- /dev/null
+++ b/locale/fr/LC_MESSAGES/pastebins-by-category.po
@@ -0,0 +1,28 @@
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.4.2\n"
+
+msgid "layout: page"
+msgstr "layout: page"
+
+msgid "lang: en"
+msgstr "lang: fr"
+
+msgid "ref: pastebins-by-category"
+msgstr "ref: pastebins-by-category"
+
+msgid "{% include categories.html kind=\"pastebins\" %}"
+msgstr "{% include categories.html kind=\"pastebins\" %}"
+
+msgid "title: Pastebins by category"
+msgstr "title: Pastebins par catégorie"
diff --git a/locale/fr/LC_MESSAGES/slides-by-category.po b/locale/fr/LC_MESSAGES/slides-by-category.po
new file mode 100644
index 0000000..4da7adf
--- /dev/null
+++ b/locale/fr/LC_MESSAGES/slides-by-category.po
@@ -0,0 +1,28 @@
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.4.2\n"
+
+msgid "layout: page"
+msgstr "layout: page"
+
+msgid "lang: en"
+msgstr "lang: fr"
+
+msgid "ref: slides-by-category"
+msgstr "ref: slides-by-category"
+
+msgid "{% include categories.html kind=\"slides\" %}"
+msgstr "{% include categories.html kind=\"slides\" %}"
+
+msgid "title: Slides by category"
+msgstr "title: Diapositives par catégorie"
diff --git a/locale/fr/LC_MESSAGES/til-by-category.po b/locale/fr/LC_MESSAGES/til-by-category.po
new file mode 100644
index 0000000..837ce32
--- /dev/null
+++ b/locale/fr/LC_MESSAGES/til-by-category.po
@@ -0,0 +1,28 @@
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.4.2\n"
+
+msgid "layout: page"
+msgstr "layout: page"
+
+msgid "lang: en"
+msgstr "lang: fr"
+
+msgid "ref: til-by-category"
+msgstr "ref: til-by-category"
+
+msgid "{% include categories.html kind=\"til\" %}"
+msgstr "{% include categories.html kind=\"til\" %}"
+
+msgid "title: TIL by category"
+msgstr "title: AJA par catégorie"
diff --git a/locale/pt/LC_MESSAGES/about.po b/locale/pt/LC_MESSAGES/about.po
index ccc2040..654481c 100644
--- a/locale/pt/LC_MESSAGES/about.po
+++ b/locale/pt/LC_MESSAGES/about.po
@@ -31,12 +31,6 @@ msgstr ""
"Esse é o meu site pessoal onde eu escrevo artigos, público software e outros"
" trabalhos relacionados."
-msgid "Other things"
-msgstr "Outras coisas"
-
-msgid "[Articles by category]({% link categories.en.md %})."
-msgstr "[Artigos por categoria]({% link categorias.md %})."
-
msgid "layout: page"
msgstr "layout: page"
@@ -49,6 +43,12 @@ msgstr "lang: pt"
msgid "ref: about"
msgstr "ref: about"
+#~ msgid "Other things"
+#~ msgstr "Outras coisas"
+
+#~ msgid "[Articles by category]({% link categories.en.md %})."
+#~ msgstr "[Artigos por categoria]({% link categorias.md %})."
+
#~ msgid "[Pastebins listing]({% link pastebins.en.md %})."
#~ msgstr "[Lista de pastebins]({% link pastebins.pt.md %})."
diff --git a/locale/pt/LC_MESSAGES/articles-by-category.po b/locale/pt/LC_MESSAGES/articles-by-category.po
new file mode 100644
index 0000000..cd1c585
--- /dev/null
+++ b/locale/pt/LC_MESSAGES/articles-by-category.po
@@ -0,0 +1,31 @@
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Language: pt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.4.2\n"
+
+msgid "title: Articles by category"
+msgstr "title: Artigos por categoria"
+
+msgid "layout: page"
+msgstr "layout: page"
+
+msgid "lang: en"
+msgstr "lang: pt"
+
+msgid "{% include categories.html kind=\"articles\" %}"
+msgstr "{% include categories.html kind=\"articles\" %}"
+
+msgid "ref: articles-by-category"
+msgstr "ref: articles-by-category"
+
+#~ msgid "ref: articles-by-categories"
+#~ msgstr "ref: articles-by-categories"
diff --git a/locale/pt/LC_MESSAGES/pastebins-by-category.po b/locale/pt/LC_MESSAGES/pastebins-by-category.po
new file mode 100644
index 0000000..495e5e6
--- /dev/null
+++ b/locale/pt/LC_MESSAGES/pastebins-by-category.po
@@ -0,0 +1,28 @@
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Language: pt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.4.2\n"
+
+msgid "layout: page"
+msgstr "layout: page"
+
+msgid "lang: en"
+msgstr "lang: pt"
+
+msgid "ref: pastebins-by-category"
+msgstr "ref: pastebins-by-category"
+
+msgid "{% include categories.html kind=\"pastebins\" %}"
+msgstr "{% include categories.html kind=\"pastebins\" %}"
+
+msgid "title: Pastebins by category"
+msgstr "title: Pastebins por categoria"
diff --git a/locale/pt/LC_MESSAGES/slides-by-category.po b/locale/pt/LC_MESSAGES/slides-by-category.po
new file mode 100644
index 0000000..e5ff03b
--- /dev/null
+++ b/locale/pt/LC_MESSAGES/slides-by-category.po
@@ -0,0 +1,28 @@
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Language: pt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.4.2\n"
+
+msgid "layout: page"
+msgstr "layout: page"
+
+msgid "lang: en"
+msgstr "lang: pt"
+
+msgid "ref: slides-by-category"
+msgstr "ref: slides-by-category"
+
+msgid "{% include categories.html kind=\"slides\" %}"
+msgstr "{% include categories.html kind=\"slides\" %}"
+
+msgid "title: Slides by category"
+msgstr "title: Eslaides por categoria"
diff --git a/locale/pt/LC_MESSAGES/til-by-category.po b/locale/pt/LC_MESSAGES/til-by-category.po
new file mode 100644
index 0000000..021e934
--- /dev/null
+++ b/locale/pt/LC_MESSAGES/til-by-category.po
@@ -0,0 +1,28 @@
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Language: pt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.4.2\n"
+
+msgid "layout: page"
+msgstr "layout: page"
+
+msgid "lang: en"
+msgstr "lang: pt"
+
+msgid "ref: til-by-category"
+msgstr "ref: til-by-category"
+
+msgid "{% include categories.html kind=\"til\" %}"
+msgstr "{% include categories.html kind=\"til\" %}"
+
+msgid "title: TIL by category"
+msgstr "title: HEA por categoria"
diff --git a/lumbildoj-lau-kategorio.md b/lumbildoj-lau-kategorio.md
new file mode 100644
index 0000000..e466554
--- /dev/null
+++ b/lumbildoj-lau-kategorio.md
@@ -0,0 +1,13 @@
+---
+
+title: Lumbildoj laŭ kategorio
+
+layout: page
+
+lang: eo
+
+ref: slides-by-category
+
+---
+
+{% include categories.html kind="slides" %}
diff --git a/pastebins-by-category.md b/pastebins-by-category.md
new file mode 100644
index 0000000..a425bd9
--- /dev/null
+++ b/pastebins-by-category.md
@@ -0,0 +1,13 @@
+---
+
+title: Pastebins by category
+
+layout: page
+
+lang: en
+
+ref: pastebins-by-category
+
+---
+
+{% include categories.html kind="pastebins" %}
diff --git a/pastebins-lau-kategorio.md b/pastebins-lau-kategorio.md
new file mode 100644
index 0000000..ef13508
--- /dev/null
+++ b/pastebins-lau-kategorio.md
@@ -0,0 +1,13 @@
+---
+
+title: Pastebins laŭ kategorio
+
+layout: page
+
+lang: eo
+
+ref: pastebins-by-category
+
+---
+
+{% include categories.html kind="pastebins" %}
diff --git a/pastebins-par-categorie.md b/pastebins-par-categorie.md
new file mode 100644
index 0000000..97c0b11
--- /dev/null
+++ b/pastebins-par-categorie.md
@@ -0,0 +1,13 @@
+---
+
+title: Pastebins par catégorie
+
+layout: page
+
+lang: fr
+
+ref: pastebins-by-category
+
+---
+
+{% include categories.html kind="pastebins" %}
diff --git a/pastebins-por-categoria.md b/pastebins-por-categoria.md
new file mode 100644
index 0000000..acd5bba
--- /dev/null
+++ b/pastebins-por-categoria.md
@@ -0,0 +1,13 @@
+---
+
+title: Pastebins por categoria
+
+layout: page
+
+lang: pt
+
+ref: pastebins-by-category
+
+---
+
+{% include categories.html kind="pastebins" %}
diff --git a/pri.md b/pri.md
index 821ce1e..79135e2 100644
--- a/pri.md
+++ b/pri.md
@@ -17,7 +17,3 @@ inbox@lists.sr.ht) ([arkivo](https://lists.sr.ht/~euandreh/public-inbox)).
Ĉi tiu estas mia persona retejo, kie mi verkas artikolojn, publikas programojn
kaj aliajn rilatajn laborojn.
-
-## Aliaj
-
-[Artikoloj laŭ kategorio]({% link kategorioj.md %}).
diff --git a/slides-by-category.md b/slides-by-category.md
new file mode 100644
index 0000000..e950b10
--- /dev/null
+++ b/slides-by-category.md
@@ -0,0 +1,13 @@
+---
+
+title: Slides by category
+
+layout: page
+
+lang: en
+
+ref: slides-by-category
+
+---
+
+{% include categories.html kind="slides" %}
diff --git a/sobre.md b/sobre.md
index e899995..fb831a7 100644
--- a/sobre.md
+++ b/sobre.md
@@ -17,7 +17,3 @@ inbox@lists.sr.ht) ([arquivo](https://lists.sr.ht/~euandreh/public-inbox)).
Esse é o meu site pessoal onde eu escrevo artigos, público software e outros
trabalhos relacionados.
-
-## Outras coisas
-
-[Artigos por categoria]({% link categorias.md %}).
diff --git a/til-by-category.md b/til-by-category.md
new file mode 100644
index 0000000..6ea8ba7
--- /dev/null
+++ b/til-by-category.md
@@ -0,0 +1,13 @@
+---
+
+title: TIL by category
+
+layout: page
+
+lang: en
+
+ref: til-by-category
+
+---
+
+{% include categories.html kind="til" %}