-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
75 lines (59 loc) · 1.51 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
baseurl = "/"
theme = "casper-two"
languageCode = "en-US"
disqusShortname = ""
paginate = 6
#SectionPagesMenu = "main"
canonifyurls = true
[params]
title = "Dean Weber's Blog"
subtitle = "Coding for a Change"
copyright = "© 2020"
cover = "uploads/thinking-gorilla.jpg"
description = "Ramblings and Musings of Dean Weber"
metaDescription = ""
googleAnalytics = ""
customCSS = []
RSSLink = ""
twitterName = "deanweber"
fbName = "deanweber"
githubName = "deanweber"
linkedinName = "deanweber"
mediumName = ""
#logo = "uploads/ChangeAhead.jpg"
logo = ""
orgName = "Dean Weber"
orgWebsite = "https://www.deanweber.com"
orgDescription = "Here is a description placeholder for your org"
showSupport = true
author = "Dean Weber"
authorAvatar = "uploads/profile.jpg"
#authorAvatar = "img/ghost-icon.png"
authorLocation = "Indianapolis, IN"
authorWebsite = "https://deanweber.github.io"
authorDescription = "Developer, Father, Autism Advocate"
pageNotFoundTitle = "404 - Page not found"
#casper or caspertwo
singleViewStyle = "casper"
[permalinks]
post = "/post/:slug/"
[[menu.main]]
name = "Home"
url = "/"
weight = 300
[[menu.main]]
name = ".NET"
url = "/tags/.net/"
weight = 200
[[menu.main]]
name = "Projects"
url = "/tags/project/"
weight = 100
[[menu.main]]
name = "Categories"
url = "/categories/development/"
weight = 90
[[menu.main]]
name = "W3 Schools"
url = "https://w3schools.com/"
weight = 80