-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
146 lines (146 loc) · 3.58 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
baseURL = "https://stephenajulu.netlify.app"
enableEmoji = true
enableRobotsTXT = true
languageCode = "en"
metaDataFormat = "yaml"
paginate = 6
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
rssLimit = 50
title = "Stephen Ajulu"
[adsense]
BannerSlot = "8662937936"
client = "ca-pub-2099668045881016"
inArticleSlot = "5485551778"
[author]
email = "[email protected]"
facebook = "https://facebook.com/stephenajulu"
github = "https://github.com/stephenajulu"
linkedin = "https://linkedin.com/in/stephenajulu"
name = "Stephen Ajulu"
twitter = "https://twitter.com/stephenajulu"
[markup.goldmark.renderer]
unsafe = true
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about"
weight = 2
[[menu.main]]
name = "Blog"
url = "/blog"
weight = 3
[[menu.main]]
name = "Portfolio"
url = "/portfolio"
weight = 4
[[menu.main]]
name = "Shop"
url = "/store"
weight = 5
[[menu.main]]
name = "Contact"
url = "/contact"
weight = 6
[[menu.sitemap]]
name = "Sitemap"
url = "https://stephenajulu.com/sitemap.xml"
weight = 1
[[menu.sitemap]]
name = "RSS Feed"
url = "https://stephenajulu.com/feed.xml"
weight = 1
[outputFormats.RSS]
baseName = "feed"
mediatype = "application/rss"
[outputs]
home = ["HTML", "RSS", "JSON"]
[params]
GithubEdit = "https://github.com/stephenajulu/stephenajulu.com7/edit/master/content/"
author = "Stephen Ajulu"
blogPageURL = "blog"
contactLink = "contact"
copyright = "Stephen Ajulu"
creator = "stephenajulu"
description = "Hello, I'm Stephen Ajulu, a tech expert, writer, and consultant with over a decade of experience. I build impactful products, brands, and solutions by using cutting-edge technology, insight, and marketing."
disqusShortname = "stephenajulu"
featureImage = "images/socialimage.png"
footerLogo = "images/logowhite.svg"
formaction = "thankyou"
formspreeURL = "https://formspree.io/f/[email protected]"
googleAnalytics = "G-GP8C29NBY0"
keywords = "Stephen Ajulu, Portfolio, Personal Site, Blog, Technology, Design, Lifestyle, Investments, Front-end Web Development, Web Design, Writing, Web Developer, Writer, Content Creator, Creator, Creative, Cyber Security, Digital Products"
linkslink = "links"
location = "Nairobi, Kenya"
logo = "images/logo.svg"
monetization = "$ilp.uphold.com/GLrwmQrfDeU9"
portfolioPageURL = "portfolio"
servicesPageURL = "services"
storePageURL = "store"
strapline = "IT Professional, Writer, Founder & Consultant"
[params.address]
address = "Nairobi, Kenya."
email = "[email protected]"
openingHours = ""
phone = ""
[params.map]
APIkey = ""
latitude = ""
longitude = ""
pinImage = ""
[[params.social]]
icon = "fa-facebook-official"
url = "https://www.facebook.com/stephenajulu"
weight = 1
[[params.social]]
icon = "fa-twitter-square"
url = "https://twitter.com/stephenajulu"
weight = 2
[[params.social]]
icon = "fa-instagram"
url = "https://instagram.com/stephenajulu"
weight = 3
[[params.social]]
icon = "fa-linkedin-square"
url = "https://www.linkedin.com/in/stephenajulu"
weight = 4
[[params.social]]
icon = "fa-github-square"
url = "https://www.github.com/stephenajulu"
weight = 5
[[params.social]]
icon = "fa-rss-square"
url = "https://stephenajulu.com/feed.xml"
weight = 6
[permalinks]
page = "/:title"
[related]
includeNewer = true
threshold = 80
toLower = false
[[related.indices]]
name = "keywords"
weight = 50
[[related.indices]]
name = "description"
weight = 30
[[related.indices]]
name = "date"
weight = 10
[[related.indices]]
name = "tags"
weight = 30
[[related.indices]]
name = "categories"
weight = 10
[[related.indices]]
name = "title"
weight = 20
[taxonomies]
author = "authors"
category = "categories"
tag = "tags"