diff options
author | EuAndreh <eu@euandre.org> | 2025-05-01 18:21:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-01 18:21:33 -0300 |
commit | d8bf25cb07a7aa88840f1df81b0a022bdf683f4f (patch) | |
tree | fdc08d5a88ddb3afa7379b49f4a60cbd913591dd /src | |
parent | mkdeps.sh: Fixup indentation (diff) | |
download | euandre.org-d8bf25cb07a7aa88840f1df81b0a022bdf683f4f.tar.gz euandre.org-d8bf25cb07a7aa88840f1df81b0a022bdf683f4f.tar.xz |
Support multiple names for "categories" file
Diffstat (limited to '')
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' |