-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
62 lines (52 loc) · 1.2 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
baseurl = "/"
title = "GTownDS"
theme = "ghostwriter"
languageCode = "en-us"
copyright = "Stephen E Lane"
disqusShortname = "stephenelane"
googleAnalytics = "UA-56563625-1"
pygmentsUseClassic = false
pygmentsCodeFences = true
pygmentsStyle = "monokai"
[Author]
name = "Steve Lane"
profile = "/page/about/"
[Taxonomies]
tag = "tags"
category = "categories"
[Params]
intro = true
headline = "GTown Data Scientist"
description = "Thoughts, ramblings, and random code snippets"
github = "https://github.com/SteveLane/"
twitter = "https://twitter.com/stephenelane/"
email = "[email protected]"
opengraph = true
shareTwitter = true
dateFormat = "January 02, 2006"
[Permalinks]
post = "/:year/:month/:day/:slug/"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 2
[[menu.main]]
name = "Super Netball"
url = "/categories/super-netball/"
weight = 3
[[menu.main]]
name = "Categories"
url = "/categories/"
weight = 4
[[menu.main]]
name = "About"
url = "/page/about/"
weight = 10
[[menu.main]]
name = "Contact"
url = "/page/contact/"
weight = 6