-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
77 lines (62 loc) · 2.18 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
baseurl = "/"
title = "Codepensive"
theme = "hugo-theme-cleanwhite"
languageCode = "en-us"
# Enable comments by entering your Disqus shortname
disqusShortname = "codepensive"
googleAnalytics = ""
preserveTaxonomyNames = true
paginate = 5 #frontpage pagination
[outputs]
home = ["HTML", "RSS", "Algolia"]
[params]
showtoc = false
header_image = "img/cropped-markus-spiske-207946.jpg"
image_404 = "img/404-bg.jpg"
# leancloud storage for page view counter
page_view_conter = false
leancloud_app_id = ""
leancloud_app_key = ""
# algolia site search
algolia_search = false
algolia_appId = ""
algolia_indexName = ""
algolia_apiKey = ""
# Sidebar settings
sidebar_about_description = "Hi, I’m Brian Avery. I’m a software engineer with a fascination for new technologies. I specialize in developing microservices in the Go programming language, but have been known to dabble in education, cognitive science, and machine learning. All views on this website are a representation of my own opinion and are not representative of any company."
featured_tags = true
featured_condition_size = 2
[params.social]
rss = true
#email = "[email protected]"
#facebook = "full profile url in facebook"
#googleplus = "full profile url in googleplus"
twitter = "https://twitter.com/briansvgs"
linkedin = "https://www.linkedin.com/in/brian-avery/"
#stackoverflow = "full profile url in stackoverflow"
#instagram = "full profile url in instagram"
github = "https://github.com/brian-avery"
#wechat = "link of wechat QR code image"
#pinterest = "full profile url in pinterest"
# Initial site menu, you can extend menu with content.
[[menu.main]]
name = "Home"
weight = 1
identifier = "home"
url = "/"
[[menu.main]]
name = "Work History"
weight = 2
identifier = "work history"
url = "/work-history"
[outputFormats.Algolia]
baseName = "algolia"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[params.algolia]
vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
params = ["categories", "tags"]
[taxonomies]
tag = "tags"
category = "categories"