Ghostscript has a feature to merge multiple pdf files into one.
-Although ImageMagick also has this feature, I prefer this one, as it
-doesn’t rasterize and scales down the pdf files.
Ghostscript has a feature to merge multiple pdf files into one.
+Although ImageMagick also has this feature, I prefer this one, as it
+doesn’t rasterize and scales down the pdf files.
int hello_world(int x){
+ printf("Hello World %i", x);
+return x;
+}
+
+
+
+
+
+
diff --git a/public_html/eh/eh/eh/eh-eh/articles.json b/public_html/eh/eh/eh/eh-eh/articles.json
new file mode 100644
index 0000000..da909f3
--- /dev/null
+++ b/public_html/eh/eh/eh/eh-eh/articles.json
@@ -0,0 +1,24 @@
+{
+ "articles": [
+ {
+ "author": "Never Gude",
+ "date": "25.7.2025",
+ "subtitle": "Neat things I picked up along the way",
+ "summary": "Testing dsa dsa dsa dsa DDDDDDDDDDDa",
+ "title": "Random linux utilities"
+ },
+ {
+ "author": "Never Gude",
+ "date": "10.12.2025",
+ "subtitle": "Just testimg",
+ "title": "Article 1"
+ },
+ {
+ "author": "Never Gude",
+ "date": "25.7.2025",
+ "subtitle": "Neat things I picked up along the way",
+ "summary": "Testing dsa dsa dsa dsa DDDDDDDDDDDa",
+ "title": "Random linux utilities"
+ }
+ ]
+}
diff --git a/public_html/eh/eh/eh/eh-eh/articles/article-1.md b/public_html/eh/eh/eh/eh-eh/articles/article-1.md
new file mode 100644
index 0000000..0b9d14a
--- /dev/null
+++ b/public_html/eh/eh/eh/eh-eh/articles/article-1.md
@@ -0,0 +1,30 @@
+---
+title: Article 1
+subtitle: Just testimg
+author: Never Gude
+date: 10.12.2025
+---
+
+## Merge pdfs
+### Using Ghostscript
+Ghostscript has a feature to merge multiple pdf files into one.
+Although ImageMagick also has this feature, I prefer this one, as it doesn't rasterize and scales down
+the pdf files.
+
+> Block
+> quote
+> time yay
+
+```bash {.numberLines}
+gs -dNOPAUSE -sDEVICE=pdfwrite \
+ -sOUTPUTFILE=output.pdf \
+ -dBATCH 1.pdf 2.pdf
+```
+
+```c
+int hello_world(int x) {
+ printf("Hello World %i", x);
+ return x;
+}
+
+```
diff --git a/public_html/eh/eh/eh/eh-eh/articles/random-linux-utils.md b/public_html/eh/eh/eh/eh-eh/articles/random-linux-utils.md
index 8e3024c..3b4e65d 100644
--- a/public_html/eh/eh/eh/eh-eh/articles/random-linux-utils.md
+++ b/public_html/eh/eh/eh/eh-eh/articles/random-linux-utils.md
@@ -3,6 +3,7 @@ title: Random linux utilities
subtitle: Neat things I picked up along the way
author: Never Gude
date: 25.7.2025
+summary: Testing dsa dsa dsa dsa DDDDDDDDDDDa
---
## Merge pdfs
diff --git a/public_html/eh/eh/eh/eh-eh/index.html b/public_html/eh/eh/eh/eh-eh/index.html
index 3091c00..f5fc8a3 100644
--- a/public_html/eh/eh/eh/eh-eh/index.html
+++ b/public_html/eh/eh/eh/eh-eh/index.html
@@ -22,7 +22,7 @@
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
-
+
@@ -32,7 +32,7 @@
-
+
@@ -53,25 +53,24 @@
Random linux utilities
-
Never Gude 1
+
Never Gude
-
Neat things I picked up along the way
+
Testing dsa dsa dsa dsa DDDDDDDDDDDa
25.7.2025
-
Random linux utilities
-
Never Gude 2
+
Article 1
+
Never Gude
-
Neat things I picked up along the way
-
25.7.2025
+
10.12.2025
Random linux utilities
-
Never Gude 3
+
Never Gude
-
Neat things I picked up along the way
+
Testing dsa dsa dsa dsa DDDDDDDDDDDa
25.7.2025
diff --git a/public_html/eh/eh/eh/eh-eh/meta-json-template.txt b/public_html/eh/eh/eh/eh-eh/meta-json-template.txt
deleted file mode 100644
index fb36f0f..0000000
--- a/public_html/eh/eh/eh/eh-eh/meta-json-template.txt
+++ /dev/null
@@ -1 +0,0 @@
-$meta-json$
diff --git a/public_html/eh/eh/eh/eh-eh/meta.json b/public_html/eh/eh/eh/eh-eh/meta.json
deleted file mode 100644
index cc0b5f7..0000000
--- a/public_html/eh/eh/eh/eh-eh/meta.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-"articles": [
-{"author":"Never Gude 1","date":"25.7.2025","summary":"Neat things I picked up along the way","title":"Random linux utilities"},
-{"author":"Never Gude 2","date":"25.7.2025","summary":"Neat things I picked up along the way","title":"Random linux utilities"},
-{"author":"Never Gude 3","date":"25.7.2025","summary":"Neat things I picked up along the way","title":"Random linux utilities"}
-]
-}
diff --git a/public_html/eh/eh/eh/eh-eh/meta.txt b/public_html/eh/eh/eh/eh-eh/pandoc/articles-template.txt
similarity index 100%
rename from public_html/eh/eh/eh/eh-eh/meta.txt
rename to public_html/eh/eh/eh/eh-eh/pandoc/articles-template.txt
diff --git a/public_html/eh/eh/eh/eh-eh/pandoc/template.html b/public_html/eh/eh/eh/eh-eh/pandoc/template.html
index 1244332..4aced49 100644
--- a/public_html/eh/eh/eh/eh-eh/pandoc/template.html
+++ b/public_html/eh/eh/eh/eh-eh/pandoc/template.html
@@ -41,7 +41,7 @@ $endif$