sort articles by date
This commit is contained in:
parent
d2389e00ed
commit
857e0b65ac
25 changed files with 89 additions and 278 deletions
|
|
@ -2,26 +2,26 @@
|
|||
"articles": [
|
||||
{
|
||||
"author": "Never",
|
||||
"date": "9.1.2026",
|
||||
"date": "2026-01-12",
|
||||
"summary": "As Spotify is getting enshittified by capitalism, keeping a music library is kind of essential. Here I use rsync to syncronise my library with my Android smartphone.",
|
||||
"title": "Using rsync on Android to syncronise my Music library",
|
||||
"filename": "rsync-android"
|
||||
},
|
||||
{
|
||||
"author": "Never",
|
||||
"date": "2026-01-09",
|
||||
"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"
|
||||
"filename": "latex-endeavors"
|
||||
},
|
||||
{
|
||||
"author": "Never",
|
||||
"date": "25.7.2025",
|
||||
"date": "2025-07-25",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"author": "Never",
|
||||
"date": "12.01.2026",
|
||||
"summary": "As Spotify is getting enshittified by capitalism, keeping a music library is kind of essential. Here I use rsync to syncronise my library with my Android smartphone.",
|
||||
"title": "Using rsync on Android to syncronise my Music library",
|
||||
"filename": " rsync-android"
|
||||
"filename": "random-linux-utils"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue