-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
135 lines (117 loc) · 2.93 KB
/
config.toml
File metadata and controls
135 lines (117 loc) · 2.93 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
title = "jadon's blog"
author = "jadon belezos"
# Shown in the side menu
copyright = "author 2016. jadon belezos"
canonifyurls = false
paginate = 12
theme="blackburn"
enableGitInfo = true
enableInlineShortCodes = true
#enableRobotsTXT = true
#ok i am unsure if this is correct
relativeUrls = true
baseUrl="https://jadonbelezos.com/"
publishDir = "D:/website_source/public_html/"
[outputs]
home = ["HTML","RSS","JSON"]
page = ["HTML"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = true
hl_Lines = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[imaging]
resampleFilter = "box"
# Default JPEG quality setting. Default is 75.
quality = 85
anchor = "smart"
bgColor = "#ffffff"
[imaging.exif]
includeFields = ""
excludeFields = ""
disableDate = false
disableLatLong = true
[indexes]
tag = "tags"
topic = "topics"
[params]
# Shown in the home page
subtitle = " jadon belezos website"
brand = "jadon's blog"
disqus = "mycoder"
googleAnalytics = "UA-54318157-1 "
# CSS name for highlight.js
#highlightjs = "androidstudio"
dateFormat = "02 Jan 2006, 15:04"
custom_css = ["/css/custom.css"]
custom_js = ["https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"]
[menu]
# Shown in the side menu.
[[menu.main]]
name = "Home"
pre = "<i class='fa fa-home fa-fw'></i>"
weight = 1
identifier = "home"
url = "/"
[[menu.main]]
name = "About"
pre = "<i class='fa fa-user fa-fw'></i>"
weight = 2
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Projects"
pre = "<i class='fa fa-home fa-fw'></i>"
weight = 3
identifier = "project"
url = "/project/"
[[menu.main]]
name = "Posts"
pre = "<i class='fa fa-list fa-fw'></i>"
weight = 4
identifier = "post"
url = "/post/"
[[menu.main]]
name = "tags"
pre = "<i class='fa fa-tags fa-fw'></i>"
weight = 5
identifier = "tags"
url = "/tags/"
[[menu.main]]
name = "search the blog"
pre = "<i class='fa fa-search fa-fw'></i>"
weight = "6"
identifier = "search"
url = "/search/"
[[menu.main]]
name = "switch to ipfs mode"
pre = "<i class='fa fa-option fa-fw'></i>"
weight = "6"
identifier = "ipfs"
url = "/ipns/ipfs.jadonbelezos.com/"
[[menu.main]]
name = "programming"
pre = "<i class='fa fa-tags fa-fw'></i>"
weight = 5
identifier = "programming_list"
url = "/tags/programming/"
[social]
# Link your social networking accouns to the side menu
# by entering your username or ID.
# SNS microblogging
facebook = "jadon.belezos"
instagram = "jadonbelezos"
# Techie
github = "warlord500"
stackoverflow = "3458024/5hammer"
#games
steam = "5hammer"