forked from BolajiAyodeji/bolajiayodeji.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·55 lines (47 loc) · 1.61 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
baseURL = "https://bolajiayodeji.com/"
languageCode = "en-us"
title = "Bolaji Ayodeji"
theme = "hugo-lamp"
googleAnalytics = "" # Google Analytics UA number
pygmentsUseClassic=true
[params]
titleName = "Hi, I'm Bolaji ✨"
subtitle = "I create contents around web and frontend development."
about = "About Me →"
author = "Bolaji Ayodeji"
logo = "https://res.cloudinary.com/bolaji/image/upload/v1570636546/null/about/favicon_ue9vpd.png"
description = "Articles on Web & Frontend Development, all Written by Bolaji Ayodeji."
paginate = 10
# Addthis
addThis = "ra-5c60f134dfdba39d"
# Publisher
## adsensePublisher = "ca-pub-XXX" # Required if you want to include Google Adsense
adsenseSlot = "XXX" # Required slot to display ads
adsenseSlotSticky = "XXX" # Enables sticky ads feature, value maybe the same with adsenseSlot, remove if you don't want display sticky ads
# SEO configs
seotitle = "Bolaji Ayodeji"
googleSiteVerification = "3BSMr7WxHkkxpM0Kfol42yWYvocFLiKQ3GPjsUSYnuk" # Google Webmaster
msValidate = "25B948519E545F3B7F9C4FA5F3204C79" # Bing Webmaster
# Social networks
github = "bolajiayodeji"
linkedin = "iambolajiayo"
instagram = "iambolajiayo"
youtube = "UCpFxuQyjQYal738TW0TJUNw"
[taxonomies]
tag = "tags"
category = "categories"
[[menu.main]]
name = "Home"
weight = 1
identifier = "home"
url = "/"
[[menu.main]]
name = "Search"
weight = 2
identifier = "search"
url = "/search"
[[menu.main]]
name = "Newsletter"
weight = 3
identifier = "news"
url = "https://tinyletter.com/bolajiayodeji/"