-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.jsonc
More file actions
29 lines (25 loc) · 941 Bytes
/
Copy pathdata.jsonc
File metadata and controls
29 lines (25 loc) · 941 Bytes
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
{
"ID": "text here",
// Internal Page URLS
"aboutURL": "/about.html",
"projectsURL": "/projects.html",
"contactURL": "/contact.html",
"homeURL": "/index.html",
"discordBotURL": "/projects/discordBot.html",
"codingClubURL": "/projects/codingClub.html",
// External Page URLS
"githubURL": "https://github.com/jack-schultz",
"mapURL": "https://www.openstreetmap.org/relation/11381689",
"gameURL": "https://jackschultz.dev/Game/",
"tetrisURL": "https://jackschultz.dev/Tetris/",
// Short Information
"discordBotUserCount": "78 thousand",
"discordBotGuildCount": "250",
"codingLanguages": "Python, JavaScript, C++, Java",
"occupation": "Student with part-time work",
"hobbies": "Robotics, couch co-op games, language learning, reading and sports"
/*
Insert {{ID}} anywhere in HTML content, and it will be replaced with "text here"
I added this so I can update information that changes often
*/
}