-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.json
32 lines (32 loc) · 1.14 KB
/
meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"slug": "the-mods-system-of-nexus-engine",
"title": "The mods system of Nexus Engine",
"description": "The mods system of Nexus Engine is designed to be abstract and extensible. Many of what can be considered *core functions* are implemented as mods themselves! In this post I dive a little deeper into the proposed mods architecture.",
"author": {
"name": "Michiel van der Velde",
"email": "michiel@artofcoding.nl"
},
"tags": [
"Development",
"Nexus Engine"
],
"published": "2021-11-30T21:45:02.767Z",
"content": "./posts/the-mods-system-of-nexus-engine.md"
},
{
"slug": "a-new-beginning",
"title": "A New Beginning",
"description": "Welcome to the new look! Art of Coding will be changing from my personal repository to something more professional and streamlined. This of course includes the new blog you are currently reading.",
"author": {
"name": "Michiel van der Velde",
"email": "michiel@artofcoding.nl"
},
"tags": [
"Welcome",
"Development"
],
"published": "2021-11-30T12:50:58.105Z",
"content": "./posts/a-new-beginning.md"
}
]