-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
103 lines (90 loc) · 3.18 KB
/
config.toml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
title = "Carme.ai"
baseURL = "https://carme.ai/"
languageCode = "en-us"
theme = "airspace-hugo"
publishDir = "docs"
googleAnalytics = "UA-32817743-4"
[menu]
[[menu.header]]
weight = 2
name = "Docs"
url = "https://docs.carme.ai"
[[menu.header]]
weight = 3
name = "Tutorials"
url = "/blog"
[[menu.header]]
weight = 4
name = "Join Slack"
url = "https://join.slack.com/t/carmelabs/shared_invite/enQtNDAxMDE2MjU0NzA5LTJmMGVlM2I5Zjc4Yzk2NzhjYTRlMWVhMTZlMTYzMGMyNmM0NzE1ZTMwZWFjZGUxNGRkMTc2ZjJjNTVlYThkMTQ"
[[menu.header]]
weight = 5
name = "Get the Paper"
url = "/contact"
[[menu.footer]]
weight = 1
name = "About us"
url = "#"
[[menu.footer]]
weight = 2
name = "Contact us"
url = "#"
[[menu.footer]]
weight = 3
name = "How it works"
url = "#"
[[menu.footer]]
weight = 4
name = "Tutorials"
url = "#"
[[menu.footer]]
weight = 5
name = "Terms"
url = "#"
# The site's parameters
[params]
# If you want to remove the copyright text you need a Themefisher license.
# This license is offered with a 50% discount for all Hugo users.
# For information see https://github.com/gohugoio/hugoThemes/issues/260
dateFormat = "6 January 2006"
home = "Home"
[params.slider]
enable = true
title = "The Jupyter Framework"
subtitle = "Jupyter centric tools for teaching machine learning. <br/>"
[params.wrapper]
enable = true
title = "About Carme"
italic = "What does Carme do?"
paragraph = "Frameworks have long been the friend of the web developers, increasing productivity by easing processes of getting started, building, and deploying applications. Loosely modeled after Laravel, Carme is designed to help develop and deploy data science classes."
[params.blog]
enable = true
title = "Tutorials: How to use Carme"
subtitle = ""
[params.feature]
enable = true
title = "Need an Autograder?"
content = "The carme project can help."
[params.feature.button]
caption = "View Documentation"
url = "http://docs.carme.ai"
[params.call]
enable = true
title = "Containers increase reproducablity and scalablity, and Carme helps data scientists to use containers."
paragraph = "Working with containers allows your infrastructure to become code [this is often referred to as or infrastructure as code (IAC)]. This ensures that others will be able to reproduce your work, and the Carme package system makes sharing your work a snap. Containers are also useful when you want to scale an analysis, perhaps moving from your local machine to a GPU in the cloud or from a single GPU server to a Kubernetes cluster for a classroom Jupyterhub instance. "
[params.contact]
enable = true
title = "Contact us. "
subtitle = "Stay in touch for latest developments."
[params.contact.form]
name = "Your name"
email = "Your email"
subject = "Your subject"
message = "Your message"
button = "Send message"
[params.contact.box]
title = "Stop by for a visit"
address = "110 Eight Street, Troy, NY"
email = "Email: [email protected]"
[params.contact.gmaps]
title = "Visit us in Troy, NY"