-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
49 lines (41 loc) · 1.17 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
languageCode = "en-us"
title = "Kraken Tutors"
baseURL = "/"
themesDir = "themes"
theme = "hugo-hero-theme"
[module]
[module.hugoVersion]
extended = true
min = "0.55.0"
[params]
google_analytics_id="G-P1M8FBZ1ZC"
siteName = "Kraken"
[params.homepage_meta_tags]
meta_description = "Kraken Tutors, an apprentice-based learning method for programming. Based out of Hamilton/Toronto region."
meta_og_title = "Kraken Tutors"
meta_og_type = "website"
meta_og_url = "https://krakentutors.ca"
meta_og_image = "https://raw.githubusercontent.com/kmorrison/kmoney/master/static/og_preview.png"
meta_og_description = "Kraken Tutors, an apprentice-based learning method for programming"
meta_twitter_card = "summary"
meta_twitter_site = "@zerostaticio"
meta_twitter_creator = "@zerostaticio"
[[menu.main]]
name = "Material"
url = "/services/"
weight = 1
[[menu.main]]
name = "Programs"
url = "/work/"
weight = 2
[[menu.main]]
name = "About"
url = "/about/"
weight = 3
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 4
[permalinks]
post = "/:year/:month/:day/:slug/"
pages = "/:filename/"