update Makefile and directory structure

This commit is contained in:
Never Gude 2026-01-04 20:59:52 +01:00
parent 7ce30f1b1e
commit 2488421f0a
40 changed files with 1260 additions and 115 deletions

20
articles.json Normal file
View file

@ -0,0 +1,20 @@
{
"articles": [
{
"author": "Never Gude",
"date": "4.1.2026",
"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 2",
"filename": "random-linux-utils-2.html"
},
{
"author": "Never Gude",
"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"
}
]
}