-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
61 lines (49 loc) · 1.43 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
baseurl = "https://www.aescay.com/"
theme = "casper-two"
languageCode = "en-US"
disqusShortname = ""
paginate = 6
#SectionPagesMenu = "main"
[params]
title = "Andrew Escay"
subtitle = "An Aspiring Data Scientist's Blog"
cover = "img/small_cover.png"
description = "Andrew Escay's Personal Website"
metaDescription = ""
googleAnalytics = "UA-143824337-1"
customCSS = ["static/css/casper-two.css"]
RSSLink = ""
# twitterName = "faketryghost"
linkedinName = "andrew-escay"
fbName = "andrew.escay"
githubName = "aescay"
# logo = "img/logo.png"
orgName = "DataRookies"
orgWebsite = "https://github.com/DataRookies/DataRookiesLearningPortal"
orgDescription = "Here is a description placeholder for your org"
author = "Andrew Escay"
authorAvatar = "img/headshot.jpeg"
authorLocation = "Manila, PH"
authorWebsite = "https://www.aescay.com"
authorDescription = "A hungy and foolish aspiring data scientist."
pageNotFoundTitle = "404 - Page not found"
#casper or caspertwo
singleViewStyle = "casper"
[permalinks]
post = "/:slug/"
[[menu.main]]
name = "Home"
url = "/"
weight = 200
# [[menu.main]]
# name = "Blog"
# url = "/tags/golang/"
# weight = 100
# [[menu.main]]
# name = "About Me"
# url = "/categories/food/"
# weight = 99
[[menu.main]]
name = "DataRookies"
url = "https://github.com/DataRookies/DataRookiesLearningPortal"
weight = 95