-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml_casper2
80 lines (64 loc) · 1.5 KB
/
config.toml_casper2
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
baseurl = "https://rvhaasen.github.io/"
theme = "casper-two"
languageCode = "en-US"
disqusShortname = ""
paginate = 6
#SectionPagesMenu = "main"
[params]
title = "A collection of things"
subtitle = "Rick's blogs"
cover = "uploads/header.jpg"
description = "Rick van Haasen's Site"
metaDescription = ""
googleAnalytics = ""
customCSS = []
RSSLink = ""
twitterName = ""
fbName = ""
githubName = "rvhaasen"
# logo = "hugo-logo.png"
orgName = "Rick van Haasen"
orgWebsite = "https://www.biteplanet.com"
orgDescription = "Here is a description placeholder for your org"
author = "Rick"
authorAvatar = "uploads/me.jpg"
authorLocation = "Timboektoe, Earth"
authorWebsite = "https://blog.biteplanet.com"
authorDescription = "Developer, maker"
pageNotFoundTitle = "404 - Page not found"
#casper or caspertwo
singleViewStyle = "casper"
[permalinks]
post = "/post/:slug/"
[[menu.main]]
name = "Main"
url = "/"
weight = 200
[[menu.main]]
name = "Projects"
url = "/tags/projects/"
weight = 100
[[menu.main]]
name = "Interesting"
url = "/categories/interesting/"
weight = 70
[[menu.main]]
name = "IoT"
url = "/categories/IoT/"
weight = 99
[[menu.main]]
name = "devops"
url = "/categories/devops/"
weight = 99
[[menu.main]]
name = "domestic"
url = "/categories/domestic/"
weight = 90
[[menu.main]]
name = "CV"
url = "/cv"
weight = 1
[[menu.main]]
name = "External"
url = "https://google.com/"
weight = 95