+
+
+
+
+
+
+
diff --git a/public_html/eh/eh/eh/eh-eh/about.md b/about.md
similarity index 100%
rename from public_html/eh/eh/eh/eh-eh/about.md
rename to about.md
diff --git a/articles.json b/articles.json
new file mode 100644
index 0000000..60dd251
--- /dev/null
+++ b/articles.json
@@ -0,0 +1,20 @@
+{
+ "articles": [
+ {
+ "author": "Never",
+ "date": "9.1.2026",
+ "subtitle": "Some unintuitive quirks of Latex",
+ "summary": "Latex undoubtedly has some quirks. Some of them have a rather unintuitive solution. In this article I cover some quirks and solutions I have encountered.",
+ "title": "Latex Endeavors",
+ "filename": "latex-endeavors.html"
+ },
+ {
+ "author": "Never",
+ "date": "25.7.2025",
+ "subtitle": "Neat things I picked up along the way",
+ "summary": "Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things.",
+ "title": "Random linux utilities",
+ "filename": "random-linux-utils.html"
+ }
+ ]
+}
diff --git a/articles/latex-endeavors.html b/articles/latex-endeavors.html
new file mode 100644
index 0000000..eeba541
--- /dev/null
+++ b/articles/latex-endeavors.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+ Latex Endeavors
+
+
+
+
+
+
+
Biber doens’t run if the (fedora) package
+libxcrypt-compat is missing. It will fail with the error
+message
+
biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
+
+
+
+
+
+
diff --git a/articles/latex-endeavors.md b/articles/latex-endeavors.md
new file mode 100644
index 0000000..fb19c9a
--- /dev/null
+++ b/articles/latex-endeavors.md
@@ -0,0 +1,16 @@
+---
+title: Latex Endeavors
+subtitle: Some unintuitive quirks of Latex
+author: Never
+date: 9.1.2026
+summary: Latex undoubtedly has some quirks. Some of them have a rather unintuitive solution.
+ In this article I cover some quirks and solutions I have encountered.
+---
+
+# BibLaTeX and Biber
+## Biber doesn't run
+Biber doens't run if the (fedora) package `libxcrypt-compat` is missing.
+It will fail with the error message
+```
+biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
+```
diff --git a/public_html/eh/eh/eh/eh-eh/article-1.html b/articles/random-linux-utils.html
similarity index 71%
rename from public_html/eh/eh/eh/eh-eh/article-1.html
rename to articles/random-linux-utils.html
index 0ebd015..8f6e893 100644
--- a/public_html/eh/eh/eh/eh-eh/article-1.html
+++ b/articles/random-linux-utils.html
@@ -4,8 +4,9 @@
-
- Article DSADASD
+
+ Random linux utilities
+
-
+