-
Notifications
You must be signed in to change notification settings - Fork 37
/
config.toml
45 lines (36 loc) · 1.14 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
baseURL = "https://monkeylang.org"
languageCode = "en-us"
title = "The Monkey programming language"
disableKinds = ["taxonomy", "taxonomyTerm"]
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
[markup.goldmark.renderer]
unsafe= true
[[menu.main]]
name = "What is Monkey?"
url = "#what-is-monkey"
weight = 1
[[menu.main]]
name = "The Monkey Canon"
url = "#the-monkey-canon"
weight = 2
[[menu.main]]
name = "Monkeys in the wild"
url = "#monkeys-in-the-wild"
weight = 3
[params]
google_analytics_id=""
[params.homepage_meta_tags]
meta_description = "Monkey, the programming language that lives in books"
meta_og_title = "The Monkey programming language"
meta_og_type = "website"
meta_og_url = "https://monkeylang.org"
meta_og_image = "https://monkeylang.org/images/logo.png"
meta_og_description = "Monkey, the programming language that lives in books"
meta_twitter_card = "summary"
meta_twitter_site = "@thorstenball"
meta_twitter_creator = "@thorstenball"
[params.logo]
mobile = "/images/logo.png"
standard = "/images/logo.png"