-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
43 lines (37 loc) · 1.32 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
# Site settings
baseURL = "http://willingc.github.io/epic2018cs/"
languageCode = "en-us"
title = "Interactivity in Computer Science: EPIC 2018 Workshop"
theme = "hugo-simpledoc-theme"
[blackfriday]
angledQuotes = true
fractions = false
plainIDAnchors = true
smartlists = true
extensions = ["hardLineBreak"]
# Top menu
[[menu.top]]
name = "View Workshop Slides"
weight = 10
url = "https://speakerdeck.com/willingc/interactivity-in-computer-science"
[[menu.top]]
name = "View and Download Workshop PDF"
weight = 20
url = "https://github.com/willingc/epic-interactive/blob/master/epic-workshop.pdf"
[[menu.top]]
name = "p5.js editor"
weight = 30
url = "https://alpha.editor.p5js.org/"
# Site parameters
[params]
# Meta
description = "hugo-simpledoc-theme - clean and convenient documentation theme for Hugo website generator"
author = "Pavel Kanyshev"
keywords = "hugo, documentation, hugo theme, hugo simple documentation theme"
# Header
# If not set, site title and meta description will be shown.
# You may use markdown here
headerTitle = "Interactivity in Computer Science\n EPIC 2018 Workshop"
headerDescription = "Helpful links for EPIC 2018 Workshop using **p5.js** and **Project Jupyter**"
# Back-to-top button name
bttButton = "Back to Top"