summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-01 18:21:33 -0300
committerEuAndreh <eu@euandre.org>2025-05-01 18:21:33 -0300
commitd8bf25cb07a7aa88840f1df81b0a022bdf683f4f (patch)
treefdc08d5a88ddb3afa7379b49f4a60cbd913591dd /src
parentmkdeps.sh: Fixup indentation (diff)
downloadeuandre.org-d8bf25cb07a7aa88840f1df81b0a022bdf683f4f.tar.gz
euandre.org-d8bf25cb07a7aa88840f1df81b0a022bdf683f4f.tar.xz
Support multiple names for "categories" file
Diffstat (limited to '')
-rw-r--r--src/content/en/blog/categories.adoc1
l---------src/content/en/blog/categories.name1
-rw-r--r--src/content/en/pastebin/categories.adoc1
l---------src/content/en/pastebin/categories.name1
-rw-r--r--src/content/en/podcast/categories.adoc1
l---------src/content/en/podcast/categories.name1
-rw-r--r--src/content/en/screencast/categories.adoc1
l---------src/content/en/screencast/categories.name1
-rw-r--r--src/content/en/til/categories.adoc1
l---------src/content/en/til/categories.name1
-rw-r--r--src/content/pt/hea/categorias.adoc1
l---------src/content/pt/hea/categories.name1
-rw-r--r--src/names/categories/de.txt1
-rw-r--r--src/names/categories/en.txt1
-rw-r--r--src/names/categories/eo.txt1
-rw-r--r--src/names/categories/es.txt1
-rw-r--r--src/names/categories/fr.txt1
-rw-r--r--src/names/categories/pt.txt1
-rw-r--r--src/names/categories/ref.txt1
-rw-r--r--src/names/category/de.txt1
-rw-r--r--src/names/category/en.txt1
-rw-r--r--src/names/category/eo.txt1
-rw-r--r--src/names/category/es.txt1
-rw-r--r--src/names/category/fr.txt1
-rw-r--r--src/names/category/pt.txt1
-rw-r--r--src/names/category/ref.txt1
-rw-r--r--src/static.conf1
27 files changed, 21 insertions, 6 deletions
diff --git a/src/content/en/blog/categories.adoc b/src/content/en/blog/categories.adoc
index f29acda..feb64ff 100644
--- a/src/content/en/blog/categories.adoc
+++ b/src/content/en/blog/categories.adoc
@@ -1 +1,2 @@
= Articles by category
+:type: categories
diff --git a/src/content/en/blog/categories.name b/src/content/en/blog/categories.name
deleted file mode 120000
index df691ee..0000000
--- a/src/content/en/blog/categories.name
+++ /dev/null
@@ -1 +0,0 @@
-categories.adoc \ No newline at end of file
diff --git a/src/content/en/pastebin/categories.adoc b/src/content/en/pastebin/categories.adoc
index f29acda..feb64ff 100644
--- a/src/content/en/pastebin/categories.adoc
+++ b/src/content/en/pastebin/categories.adoc
@@ -1 +1,2 @@
= Articles by category
+:type: categories
diff --git a/src/content/en/pastebin/categories.name b/src/content/en/pastebin/categories.name
deleted file mode 120000
index df691ee..0000000
--- a/src/content/en/pastebin/categories.name
+++ /dev/null
@@ -1 +0,0 @@
-categories.adoc \ No newline at end of file
diff --git a/src/content/en/podcast/categories.adoc b/src/content/en/podcast/categories.adoc
index f29acda..feb64ff 100644
--- a/src/content/en/podcast/categories.adoc
+++ b/src/content/en/podcast/categories.adoc
@@ -1 +1,2 @@
= Articles by category
+:type: categories
diff --git a/src/content/en/podcast/categories.name b/src/content/en/podcast/categories.name
deleted file mode 120000
index df691ee..0000000
--- a/src/content/en/podcast/categories.name
+++ /dev/null
@@ -1 +0,0 @@
-categories.adoc \ No newline at end of file
diff --git a/src/content/en/screencast/categories.adoc b/src/content/en/screencast/categories.adoc
index f29acda..feb64ff 100644
--- a/src/content/en/screencast/categories.adoc
+++ b/src/content/en/screencast/categories.adoc
@@ -1 +1,2 @@
= Articles by category
+:type: categories
diff --git a/src/content/en/screencast/categories.name b/src/content/en/screencast/categories.name
deleted file mode 120000
index df691ee..0000000
--- a/src/content/en/screencast/categories.name
+++ /dev/null
@@ -1 +0,0 @@
-categories.adoc \ No newline at end of file
diff --git a/src/content/en/til/categories.adoc b/src/content/en/til/categories.adoc
index f29acda..feb64ff 100644
--- a/src/content/en/til/categories.adoc
+++ b/src/content/en/til/categories.adoc
@@ -1 +1,2 @@
= Articles by category
+:type: categories
diff --git a/src/content/en/til/categories.name b/src/content/en/til/categories.name
deleted file mode 120000
index df691ee..0000000
--- a/src/content/en/til/categories.name
+++ /dev/null
@@ -1 +0,0 @@
-categories.adoc \ No newline at end of file
diff --git a/src/content/pt/hea/categorias.adoc b/src/content/pt/hea/categorias.adoc
index 5ef54e2..19e7cb7 100644
--- a/src/content/pt/hea/categorias.adoc
+++ b/src/content/pt/hea/categorias.adoc
@@ -1,4 +1,5 @@
= Artigos por categoria
+:type: categories
diff --git a/src/content/pt/hea/categories.name b/src/content/pt/hea/categories.name
deleted file mode 120000
index 1b27816..0000000
--- a/src/content/pt/hea/categories.name
+++ /dev/null
@@ -1 +0,0 @@
-categorias.adoc \ No newline at end of file
diff --git a/src/names/categories/de.txt b/src/names/categories/de.txt
new file mode 100644
index 0000000..36e8f75
--- /dev/null
+++ b/src/names/categories/de.txt
@@ -0,0 +1 @@
+categories
diff --git a/src/names/categories/en.txt b/src/names/categories/en.txt
new file mode 100644
index 0000000..36e8f75
--- /dev/null
+++ b/src/names/categories/en.txt
@@ -0,0 +1 @@
+categories
diff --git a/src/names/categories/eo.txt b/src/names/categories/eo.txt
new file mode 100644
index 0000000..36e8f75
--- /dev/null
+++ b/src/names/categories/eo.txt
@@ -0,0 +1 @@
+categories
diff --git a/src/names/categories/es.txt b/src/names/categories/es.txt
new file mode 100644
index 0000000..36e8f75
--- /dev/null
+++ b/src/names/categories/es.txt
@@ -0,0 +1 @@
+categories
diff --git a/src/names/categories/fr.txt b/src/names/categories/fr.txt
new file mode 100644
index 0000000..36e8f75
--- /dev/null
+++ b/src/names/categories/fr.txt
@@ -0,0 +1 @@
+categories
diff --git a/src/names/categories/pt.txt b/src/names/categories/pt.txt
new file mode 100644
index 0000000..7216072
--- /dev/null
+++ b/src/names/categories/pt.txt
@@ -0,0 +1 @@
+categorias
diff --git a/src/names/categories/ref.txt b/src/names/categories/ref.txt
new file mode 100644
index 0000000..36e8f75
--- /dev/null
+++ b/src/names/categories/ref.txt
@@ -0,0 +1 @@
+categories
diff --git a/src/names/category/de.txt b/src/names/category/de.txt
new file mode 100644
index 0000000..46e72f3
--- /dev/null
+++ b/src/names/category/de.txt
@@ -0,0 +1 @@
+category
diff --git a/src/names/category/en.txt b/src/names/category/en.txt
new file mode 100644
index 0000000..46e72f3
--- /dev/null
+++ b/src/names/category/en.txt
@@ -0,0 +1 @@
+category
diff --git a/src/names/category/eo.txt b/src/names/category/eo.txt
new file mode 100644
index 0000000..46e72f3
--- /dev/null
+++ b/src/names/category/eo.txt
@@ -0,0 +1 @@
+category
diff --git a/src/names/category/es.txt b/src/names/category/es.txt
new file mode 100644
index 0000000..46e72f3
--- /dev/null
+++ b/src/names/category/es.txt
@@ -0,0 +1 @@
+category
diff --git a/src/names/category/fr.txt b/src/names/category/fr.txt
new file mode 100644
index 0000000..46e72f3
--- /dev/null
+++ b/src/names/category/fr.txt
@@ -0,0 +1 @@
+category
diff --git a/src/names/category/pt.txt b/src/names/category/pt.txt
new file mode 100644
index 0000000..ae2c934
--- /dev/null
+++ b/src/names/category/pt.txt
@@ -0,0 +1 @@
+categoria
diff --git a/src/names/category/ref.txt b/src/names/category/ref.txt
new file mode 100644
index 0000000..46e72f3
--- /dev/null
+++ b/src/names/category/ref.txt
@@ -0,0 +1 @@
+category
diff --git a/src/static.conf b/src/static.conf
index 1007780..6a36518 100644
--- a/src/static.conf
+++ b/src/static.conf
@@ -1,3 +1,4 @@
+export names_dir=src/names
export root_dir=src/content
export header_links=src/headers.txt
export list_addr='~euandreh/public-inbox@lists.sr.ht'