-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
155 lines (135 loc) · 4.77 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
baseurl = "https://www.bleathem.ca/"
languageCode = "en-us"
title = "Experiences of a developer"
theme = "hugo-future-imperfect"
preserveTaxonomyNames = true
paginate = 10
disqusShortname = "bleathem-java"
googleAnalytics = "UA-56918202-3"
pluralizeListTitles = false
metaDataFormat = "yaml"
[permalinks]
blog = "/blog/:slug/"
[params]
# Sets the meta tag description, usually reserved for the main page
description = "Experiences of a developer. A blog by Brian Leathem"
# This will appear on the top left of the navigation bar
navbarTitle = "Eperiences of a developer"
# set this to the section name if section is not post
viewMorePostLink = "/blog/"
# Optional Params
# This will match the navbarTitle to the section of the website
dynamicTitles = true
# RSS icon that appear on the sidebar, next to the social media buttons
rssAppearAtTop = true
rssAppearAtBottom = true
# Social media buttons that appear on the sidebar
socialAppearAtTop = true
socialAppearAtBottom = true
categoriesByCount = true
includeReadingTime = true
# The set of favicons used are based on the write-up from this link:
# https://github.com/audreyr/favicon-cheat-sheet
# Please see the favicon partial template for more information
loadFavicon = false
faviconVersion = ""
# Disable showing the social sharing links on blog posts
socialShareDisabled = false
# Load custom CSS or JavaScript files. The variable is an array so that you
# can load multiple files if necessary. You can also load the standard theme
# files by adding the value, "default".
# customCSS = ["default", "/path/to/file"]
# customJS = ["default", "/path/to/file"]
customCSS = ["default", "/css/style.css"]
customJS = ["default"]
# Disqus will take priority over staticman due to its ease of use. Feel free to check out both and decide.
[params.staticman]
staticman = false
username = ""
repo = ""
branch = ""
# parms.intro will appear on the sidebar
# This is optional, but it's suggested to use
[params.intro]
header = "Experiences of a developer"
paragraph = "A journal of my journey through code."
about = "Brian Leathem is a Principal Software Engineer at Red Hat as the technical architect for the PatternFly project, in the User Experience and Design team. Working as a developer in a UXD team, Brian strives to bridge the world of designers and developers by adapting his engineering experiences to help solve modern user experience and design challenges."
# This will also appear on the sidebar.
# A width of less than 100px is recommended
# This is optional
[params.intro.pic]
src = "/img/main/bleathem.png"
# modify your picture in the shape of a circle or
# future imperfect's hexagonal shape
circle = false
imperfect = true
width = ""
alt = "Brian Leathem"
# Adjust the amount of recent posts on the sidebar.
# This is optional. The default value 5 will be used
[params.postAmount]
sidebar = 2
# Set up your menu items in the navigation bar
# You can use identifier to prepend a font awesome icon to your text
[[menu.main]]
name = "Home"
url = "/"
identifier = "fa fa-home"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
identifier = "fa fa-id-card-o"
weight = 2
[[menu.main]]
name = "Blog"
url = "/blog/"
identifier = "fa fa-newspaper-o"
weight = 3
[[menu.main]]
name = "Talks"
url = "/talk-list/"
identifier = "fa fa-list"
weight = 4
[[menu.main]]
name = "Categories"
url = "/categories/"
identifier = "fa fa-sitemap"
weight = 5
[[menu.main]]
name = "Contact"
url = "/contact/"
identifier = "fa fa-envelope-o"
weight = 6
# Insert your username and the icon will apear on the page as long as
# socialAppearAtTop or socialAppearAtBottom is set to true in the params area
# The social media icons will appear on the sidebar
[social]
github = "bleathem"
bitbucket = ""
jsfiddle = ""
codepen = ""
foursquare = ""
dribbble = ""
deviantart = ""
behance = ""
flickr = ""
instagram = ""
youtube = ""
vimeo = ""
vine = ""
medium = ""
wordpress = ""
tumblr = ""
xing = ""
linkedin = "bleathem"
slideshare = ""
stackoverflow = "264797"
reddit = ""
pinterest = ""
googleplus = "BrianLeathem"
facebook = ""
facebook_admin = ""
twitter_domain = ""
twitter = "brianleathem"
email = ""