-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
109 lines (92 loc) · 3.21 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
baseURL = "http://www.felipesere.com"
languageCode = "en-us"
DefaultContentLanguage = "en-us"
title = "Felipe's Path to Mastery"
theme = "tranquilpeak"
paginate = 10
canonifyurls = true
pygmentsUseClasses = true
[author]
name = "Felipe Sere"
bio = "Software Crafter at 8th Light London"
job = "Software Crafter"
location = "London"
gravatarEmail = "[email protected]"
twitter = "felipesere"
email = "[email protected]"
github = "felipesere"
# Menu Configuration
[[menu.main]]
weight = 2
identifier = "home"
name = "Home"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-home\"></i>"
url = "/"
[[menu.main]]
weight = 2
identifier = "tags"
name = "Tags"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-tags\"></i>"
url = "/tags"
[[menu.main]]
weight = 3
identifier = "about"
name = "About"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-question\"></i>"
url = "/#about"
[[menu.links]]
weight = 0
identifier = "github"
name = "GitHub"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-github\"></i>"
url = "https://github.com/felipesere"
[[menu.links]]
weight = 0
identifier = "twitter"
name = "Twitter"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-twitter\"></i>"
url = "https://twitter.com/felipesere"
[[menu.links]]
weight = 0
identifier = "email"
name = "Email"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-envelope\"></i>"
url = "mailto:[email protected]"
[[menu.links]]
weight = 0
identifier = "keybase"
name = "Keybase"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-user-secret\"></i>"
url = "https://keybase.io/felipesere"
[[menu.misc]]
weight = 0
identifier = "rss"
name = "RSS"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-rss\"></i>"
url = "/index.xml"
[params]
dateFormat = "02 January 2006"
# Hide sidebar on all article page to let article take full width to improve reading, and enjoy wide images and cover images. (true: enable, false: disable)
clearReading = false
# Define categories will create hierarchy between parents: `categories = ["foo", "bar"]` will consider "bar" a sub-category of "foo".
# If false it will flat categories.
hierarchicalCategories = true
description = "Felipes Path to Mastery"
# Define the behavior of the sidebar
# 1: Display extra large sidebar on extra large screen, large sidebar on large screen,
# medium sidebar on medium screen and header bar on small screen and
# extra large sidebar is swiped on extra large screen and large sidebar on all lower screen (default)
# 2: Display large sidebar on large screen, medium sidebar on medium screen and
# header bar on small screen and large sidebar is swiped
# 3: Display medium sidebar on large and medium screen and header bar on small screen and
# medium sidebar is swiped
# 4: Display header bar on all screens, extra large sidebar is swiped on extra large screen and
# large sidebar is swiped on all lower screens
# 5: Display header bar on all screens and large sidebar is swiped on large screen
# 6: Display header bar on all screens and medium sidebar is swiped
sidebarBehavior = 1
coverImage = "cover.jpg"
[params.header.rightLink]
class = ""
icon = ""
url = "/#about"