-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext.json
More file actions
59 lines (59 loc) · 1.97 KB
/
context.json
File metadata and controls
59 lines (59 loc) · 1.97 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"site_dir": "public",
"templates_dir": "templates",
"talks_dir": "talks",
"posts_dir": "posts",
"pages_dir": "pages",
"static_dirs": ["assets"],
"copyright_year": "2024",
"title": "Static Web Site Generator Demo",
"description": "This site was generated by jinja templates.",
"author_name": "Wolf Paulus",
"author_about": "I'm an Assistant Professor of Computer Science at Embry-Riddle Aeronautical University.",
"author_avatar": "avatar.jpg",
"content": {
"pages": null,
"posts": [
{
"name": "triumph",
"cover": "triumph.png",
"title": "The Beginner's Triumph.",
"summary": "Emma embarks on her programming journey with Python and triumphs over her first coding challenges.",
"cat": "software",
"featured": true
},
{
"name": "dilemma",
"cover": "dilemma.png",
"title": "The Debugger's Dilemma",
"summary": "Liam, a seasoned developer, solves a persistent bug by taking a step back and rethinking his approach.",
"cat": "software",
"featured": false
},
{
"name": "wizard",
"cover": "wizard.png",
"title": "The Automation Wizard",
"summary": "Sophia automates a tedious weekly task with Python, freeing up time for more meaningful work.",
"cat": "software",
"featured": true
},
{
"name": "dream",
"cover": "dream.png",
"title": "The Game Developer's Dream",
"summary": "Noah turns his passion for video games into reality by creating his first game using Python and Pygame.",
"cat": "software",
"featured": false
},
{
"name": "discovery",
"cover": "discovery.png",
"title": "The Data Scientist's Discovery",
"summary": "Ava successfully builds a predictive sales model with Python, significantly impacting her company's strategy.",
"cat": "software",
"featured": true
}
]
}
}