-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.json
52 lines (44 loc) · 1.87 KB
/
search.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
[
{
"title": "Testing 1.. 2.. 3..",
"date" : "09/16/2022",
"url" : "/2022/09/16/Testing123.html",
"desc" : "This is a test post created for the blog which you are somehow currently reading, horray!! I’ll be sharing the various projects I work on for school and in my spare time, with the hope that you the reader can possibly learn a thing or two?"
},
{
"title": "Post6",
"date" : "09/15/2022",
"url" : "/2022/09/15/post6.html",
"desc" : "123public static void doSomething() { // This is a liquid sytax highlighting test}"
},
{
"title": "Post5",
"date" : "09/14/2022",
"url" : "/2022/09/14/post5.html",
"desc" : "123public static void doSomething() { // This is a liquid sytax highlighting test}"
},
{
"title": "Post4",
"date" : "09/13/2022",
"url" : "/2022/09/13/post4.html",
"desc" : "123public static void doSomething() { // This is a liquid sytax highlighting test}"
},
{
"title": "Post3",
"date" : "09/12/2022",
"url" : "/2022/09/12/post3.html",
"desc" : "123public static void doSomething() { // This is a liquid sytax highlighting test}"
},
{
"title": "Post2",
"date" : "09/11/2022",
"url" : "/2022/09/11/post2.html",
"desc" : "123public static void doSomething() { // This is a liquid sytax highlighting test}"
},
{
"title": "Post1",
"date" : "09/10/2022",
"url" : "/2022/09/10/post1.html",
"desc" : "123public static void doSomething() { // This is a liquid sytax highlighting test}"
}
]