generated from ines/course-starter-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.json
25 lines (25 loc) · 1.44 KB
/
meta.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
{
"courseId": "onboarder",
"title": "Onboarder",
"slogan": "Digital Scholarship Development",
"description": "This is a starter course for new digital scholarship workers. It covers many of the basic skills that you'll need to complete your work. It also introduces our particular way of doing things and tackling problems.",
"bio": "Digital Scholarship critically applies technology to scholarly inquiry, asking new kinds of questions and creating new forms of knowledge in the research, teaching, and learning of the Haverford College community.",
"siteUrl": "https://haverfordds.netlify.app/",
"twitter": "apjanco",
"fonts": "IBM+Plex+Mono:500|IBM+Plex+Sans:700|Lato:400,400i,700,700i",
"testTemplate": "from wasabi import Printer\n__msg__ = Printer()\n__solution__ = \"\"\"${solution}\"\"\"\n\n${solution}\n\n${test}\n\ntry:\n test()\nexcept AssertionError as e:\n __msg__.fail(e)",
"juniper": {
"repo": "HCDigitalScholarship/onboarder",
"branch": "binder",
"lang": "python",
"kernelType": "python3",
"debug": false
},
"showProfileImage": true,
"footerLinks": [
{ "text": "Website", "url": "https://www.haverford.edu/library/digital-scholarship" },
{ "text": "Source", "url": "https://github.com/ines/course-starter-python" },
{ "text": "Built with ♥", "url": "https://github.com/ines/course-starter-python" }
],
"theme": "#de7878"
}