blog/assets/js/data.js
2024-06-05 14:28:29 -03:00

26 lines
604 B
JavaScript

function get_data() {
return {
"posts": {
"pt": [
{
"title": "Scripts em OCaml",
"slug": "scripts-em-ocaml",
"date": "23/03/2024"
}
],
"en": [
{
"title": "Meeting the BSD Family",
"slug": "meeting-the-bsd-family",
"date": "May 20, 2024"
}
]
},
"links": [
{
"title": "Capital Offense How to Handle Abbreviations in CamelCase - Approxion",
"url": "https://www.approxion.com/capital-offenses-how-to-handle-abbreviations-in-camelcase/"
}
]
}
}