-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
64 lines (51 loc) · 1.26 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
baseurl = "https://vladblog.netlify.com/"
theme = "hugo-casper-two"
languageCode = "en-US"
disqusShortname = ""
paginate = 6
#SectionPagesMenu = "main"
canonifyurls = true
enableEmoji = true
[params]
title = "Journeys with data"
subtitle = "Melbourne datathon 2018"
copyright = "© 2018"
cover = "img/blog-cover2.jpg"
description = "It started with the Melbourne datathon 2018."
metaDescription = ""
googleAnalytics = "UA-126104900-1"
customCSS = []
RSSLink = ""
twitterName = ""
fbName = ""
githubName = "vfridkin"
linkedinName = "vfridkin"
mediumName = ""
logo = "" #DatastarsGoldLogo.png"
orgName = ""
orgWebsite = ""
orgDescription = ""
showSupport = true
author = "VF"
authorAvatar = "img/ghost-icon.png"
authorLocation = ""
authorWebsite = ""
authorDescription = ""
pageNotFoundTitle = "404 - Page not found"
#casper or caspertwo
singleViewStyle = "casper"
[permalinks]
post = "/post/:slug/"
[[menu.main]]
name = "Home"
url = "/"
weight = 200
#[[menu.main]]
# name = "Categories"
# url = "/categories/"
# weight = 99
#[[menu.main]]
# name = "External"
# url = "https://google.com/"
# weight = 95
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]