Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quantum-kittens
GitHub Repository: quantum-kittens/platypus
Path: blob/main/config.yaml
3328 views
1
siteName: Learn Quantum Computation using Qiskit
2
description: A university quantum algorithms/computation course supplement based on Qiskit
3
domain: learn.qiskit.org
4
5
# privacyURL: /policies
6
# googleAnalytics: UA-XXX-XXX
7
# banner: (c) Mathigon Ltd
8
locales: [en, ja]
9
10
search:
11
enabled: false
12
popular: ['course:science:optics', 'course:geography:hydrology']
13
14
# All custom (non-course) URLs to add to the sitemap
15
# sitemap: [/courses, /custom]
16
17
header:
18
# File paths are relative to frontend/assets
19
logo: images/logo.svg
20
title: images/title.svg
21
links:
22
- title: Courses
23
icon: library
24
url: /courses
25
26
footer:
27
rows:
28
- links:
29
- title: About
30
url: /about
31
- title: Courses
32
url: /courses
33
copyright: © Qiskit, 2021
34
35
social:
36
facebook:
37
page: Mathigon
38
appId: 522356201246169
39
twitter:
40
handle: MathigonOrg
41
instagram:
42
handle: mathigon_org
43
youtube:
44
channel: Mathigon
45
46
courses:
47
revealAll: true # Reveal all steps at once, even if they have not all been completed
48
audio: false # Generate audio narrations
49
50
tutor:
51
enabled: false
52
name: Plat
53
54
contentDir: working/content
55
56
analytics:
57
production:
58
url: https://cloud.ibm.com/analytics/build/bluemix-analytics.min.js
59
key: ffdYLviQze3kzomaINXNk6NwpY9LlXcw
60
development:
61
url: https://dev.console.test.cloud.ibm.com/analytics/build/bluemix-analytics.min.js
62
key: zbHWEXPUfXm0K6C7HbegwB5ewDEC8o1H
63
64
parser:
65
tex2html: true
66
67
accounts:
68
enabled: true
69
oAuth:
70
google:
71
clientId: ''
72
clientSecret: ''
73
ibm:
74
clientId: ''
75
clientSecret: ''
76
77
mockData:
78
email: john.doe@example.com
79
80