forked from Hardmath123/hardmath123.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
47 lines (47 loc) · 1.4 KB
/
index.json
File metadata and controls
47 lines (47 loc) · 1.4 KB
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
{
"title": "byte",
"author": "technoboy10",
"description": "250 word snippets of my thoughts",
"url": "http://technoboy10.tk",
"templates": {
"404": "404.html",
"header": "header.html",
"footer": "footer.html",
"postpage": "post.html",
"home": "home.html"
},
"posts": [
{
"title": "In English, Please",
"author": "technoboy10",
"description": "Why vanilla English is boring",
"file": "english.md",
"date": "12/20/14",
"markdown": true
},
{
"title": "Making vs Coding",
"author": "technoboy10",
"description": "why I don't actually like coding",
"file": "make.md",
"date": "4/5/15",
"markdown": true
},
{
"title": "The Seasoned Scratcher",
"author": "hardmath123 + technoboy10",
"description": "What to learn after Scratch: a definitive guide.",
"file": "after-scratch.md",
"date": "8/16/15",
"markdown": true
},
{
"title": "Creative Communities",
"author": "technoboy10",
"description": "Foreword to the 2015 Scratch Conference in Amsterdam",
"file": "scratch2015.md",
"date": "8/18/2015",
"markdown": true
}
]
}