-
Notifications
You must be signed in to change notification settings - Fork 0
/
posts.json
108 lines (108 loc) · 3.83 KB
/
posts.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"where-have-i-been": {
"title": "Where have I been",
"summary": "A brief essay on how my brain works (or not), and how that affects my life.",
"link": "https://melindreamakes.art/blog/posts/where-have-i-been/index.html/",
"image": {
"description": "Collection of steel containers of mixed sizes, several of them a bit rusty",
"path": "/assets/images/featured-images/where-have-i-been/1464.jpg"
},
"stats": {
"modified": "2024-11-01T14:28:06.719Z",
"published": "2024-10-30T19:46:58.557Z"
},
"pushed": false
},
"prompt-journal": {
"title": "Prompt Journal",
"summary": "Behind-the-scenes of how I create my prompt journals (which are sold as printables in my ko-fi shop).",
"link": "https://melindreamakes.art/blog/posts/prompt-journal/index.html/",
"image": {
"description": "Part of the cover of the Frost Prompt journal and the label",
"path": "/assets/images/featured-images/prompt-journal/1464.jpg"
},
"stats": {
"modified": "2024-10-30T05:40:07.115Z",
"published": "2022-09-25T00:00:00.000Z"
},
"pushed": true,
"addenda": {
"general": [
"#MelindreaMakes",
"#OnlineBusiness",
"#kofi",
"#bujo",
"#planner"
],
"mastodon": [
"#mastoart"
]
}
},
"social-media-integration": {
"title": "Social Media Integration",
"summary": "How to solve a problem like … Melindrea?",
"link": "https://melindreamakes.art/blog/posts/social-media-integration/index.html/",
"image": {
"description": "A close-up of writing with a fountain pen",
"path": "/assets/images/featured-images/social-media-integration/1464.jpg"
},
"stats": {
"modified": "2024-10-30T05:40:07.115Z",
"published": "2022-09-13T00:00:00.000Z"
},
"pushed": true,
"addenda": {
"general": [
"#MelindreaMakes",
"#programming",
"#nodejs"
]
}
},
"saint-dymphna": {
"title": "Saint Dymphna",
"summary": "Choosing and making character images to match and enhance what I have in mind.",
"link": "https://melindreamakes.art/blog/posts/saint-dymphna/index.html/",
"image": {
"description": "A close-up of writing with a fountain pen",
"path": "/assets/images/featured-images/saint-dymphna/1464.jpg"
},
"stats": {
"modified": "2024-10-30T05:40:07.116Z",
"published": "2022-09-08T00:00:00.000Z"
},
"pushed": true,
"addenda": {
"general": [
"#MelindreaMakes"
],
"mastodon": [
"#mastoart",
]
}
},
"new-site": {
"title": "New site",
"summary": "How not to build a site; or How I intended to build a simple one-page site and accidentally a static site with blogging and a gallery.",
"link": "https://melindreamakes.art/blog/posts/new-site/index.html/",
"image": {
"description": "A close-up of a laptop with some code on the screen",
"path": "/assets/images/featured-images/new-site/1464.jpg"
},
"stats": {
"modified": "2024-10-30T05:40:07.114Z",
"published": "2022-09-04T00:00:00.000Z"
},
"pushed": true,
"addenda": {
"general": [
"#MelindreaMakes",
"#programming",
"#nodejs",
"#metalsmith"
]
}
}
}