blog/assets/js/data.js
2024-06-10 10:17:15 -03:00

52 lines
1.5 KiB
JavaScript

function get_data() {
return {
"posts": {
"pt": [
{
"title": "Scripts em OCaml",
"slug": "scripts-em-ocaml",
"date": "23/03/2024"
}
],
"en": [
{
"title": "Void on ZFS",
"slug": "void-on-zfs",
"date": "June 9, 2024"
},
{
"title": "Meeting the BSD Family",
"slug": "meeting-the-bsd-family",
"date": "May 20, 2024"
}
]
},
"links": [
{
"title": "Effects Showroom - TerminalTextEffects Docs",
"url": "https://chrisbuilds.github.io/terminaltexteffects/showroom/",
"date": "10/06/2024"
},
{
"title": "Share Paste O2 | F-Droid - Free and Open Source Android App Repository",
"url": "https://f-droid.org/en/packages/alt.nainapps.sharepaste.fdroid/",
"date": "08/06/2024"
},
{
"title": "Moving Beyond Type Systems | Vhyrro's Digital Garden",
"url": "https://vhyrro.github.io/posts/effect-systems/",
"date": "06/06/2024"
},
{
"title": "hackerb9/lsix Like ls, but for images. Shows thumbnails in terminal using sixel graphics.",
"url": "https://github.com/hackerb9/lsix",
"date": "06/06/2024"
},
{
"title": "Capital Offense How to Handle Abbreviations in CamelCase - Approxion",
"url": "https://www.approxion.com/capital-offenses-how-to-handle-abbreviations-in-camelcase/",
"date": "05/06/2024"
}
]
}
}