-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
87 lines (76 loc) · 1.89 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
title = "Susan's Math Games"
baseURL = "https://susansmathgames.ca/"
languageCode = "en-us"
theme = ["github.com/theNewDynamic/gohugo-theme-ananke"]
DefaultContentLanguage = "en"
#SectionPagesMenu = "main"
Paginate = 10
googleAnalytics = ""
enableRobotsTXT = true
[languages]
[languages.en]
title = "Susan's Math Games"
weight = 1
contentDir = "content/en"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
custom_css = ["css/local.css"]
favicon = ""
site_logo = "/images/logo.png"
description = "Encouraging the development of mathematical thinking through play…"
facebook = ""
twitter = ""
instagram = ""
youtube = ""
github = ""
gitlab = ""
linkedin = ""
mastodon = ""
slack = ""
stackoverflow = ""
rss = ""
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-blue"
featured_image = "/images/kbbg.jpeg"
recent_posts_number = 4
[menu]
[[menu.main]]
identifier = "about"
name = "About"
pre = "<i class='fa fa-heart'></i>"
url = "/about/"
weight = 95
[[menu.main]]
identifier = "contact"
name = "Contact"
pre = "<i class='fa fa-heart'></i>"
url = "/contact-me/"
weight = 100
[[menu.main]]
name = "For teachers"
pre = "<i class='fa fa-road'></i>"
url = "/for-teachers/"
weight = 20
[[menu.main]]
name = "Puzzles"
pre = "<i class='fa fa-road'></i>"
url = "/tags/puzzles/"
weight = 40
[[menu.main]]
name = "Games"
pre = "<i class='fa fa-road'></i>"
url = "/tags/games/"
weight = 50
[[menu.main]]
name = "Other resources"
pre = "<i class='fa fa-road'></i>"
url = "/other-resources/"
weight = 70
[[menu.main]]
name = "Why Puzzles?"
pre = "<i class='fa fa-road'></i>"
url = "/why-puzzles/"
weight = 10