-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
206 lines (181 loc) · 4.71 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
baseURL = "https://operant.blog/"
languageCode = "en"
defaultContentLanguage = "en"
theme = "KeepIt"
[Languages]
[Languages.en]
title = "operant.blog"
weight = 0
paginate = 12
enableEmoji = true
enableGitInfo = true
enableRobotsTXT = true
googleAnalytics = "UA-73276509-3"
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
[markup]
defaultMarkdownHandler = "goldmark"
[markup.blackfriday]
hrefTargetBlank = true
nofollowLinks = true
noreferrerLinks = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
autoHeadingIDType = "github"
[Permalinks]
posts = "/:year/:filename/"
[menu]
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 1
[[menu.main]]
name = "About"
url = "/about"
weight = 3
[[menu.main]]
name = "Tribe of Hackers"
url = "/toh"
weight = 4
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 2
# [[menu.main]]
# name = "Consulting"
# url = "https://www.operantsecurity.io"
# weight = 5
[params]
since = 2020
author = "Dave Bell" # Author's name
subtitle = "Hi, I'm Dave. Follow me on the platforms below, and check out my latest posts." # Subtitle
cdn_url = "https://operant.blog" # Base CDN URL
home_mode = "profile" # post or other
git_url = "https://github.com/0xOperant/operant.blog"
google_verification = ""
bing_verification = ""
yandex_verification = ""
pinterest_verification = ""
baidu_verification = ""
avatar = "/images/me/avatar.png" #comment it to use gravatar
socialShare = true
description = "Sharing my experiences as a Red Team leader and infosec consultant" # site description
keywords = "tech, red team, cyber, infosec, security" # site keywords
images = ["https://operant.blog/blog_cover.png"]
license= 'Licensed under <a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>, except where marked (with ©). Some rights reserved.'
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
anonymizeIP = false
disable = false
respectDoNotTrack = true
useSessionStorage = true
[privacy.instagram]
disable = false
simple = true
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true
[params.social]
GitHub = "0xOperant"
Linkedin = "belldavidr"
Twitter = "operant"
Instagram = "operant.ig"
Email = "blog@operant.io"
#Facebook = "xxxx"
#Telegram = "xxxx"
Medium = "@operant"
#Gitlab = "xxxx"
#Youtubelegacy = "xxxx"
#Youtubecustom = "xxxx"
#Youtubechannel = "xxxx"
#Tumblr ="xxxx"
#Quora = "xxxx"
Keybase = "belldavidr"
#Pinterest = "xxxx"
Reddit = "0xOperant"
#Codepen = "xxxx"
#Bitbucket = "belldavidr"
#Stackoverflow = "xxxxx"
#Weibo = "xxxx"
#Odnoklassniki = "xxxx"
#VKontakte = "xxxx"
#Flickr = "xxxx"
#Xing = "xxxx"
#Snapchat = "xxxx"
#Soundcloud = "xxxx"
#Spotify = "xxxx"
#Bandcamp = "xxxx"
#Paypal = "xxxx"
#Fivehundredpx = "xxxx"
#Mix = "xxxx"
Goodreads = "operant"
#Lastfm = "xxxx"
#Foursquare = "xxxx"
Hackernews = "0xoperant"
#Kickstarter = "xxxx"
#Patreon = "xxxx"
#Steam = "xxxx"
#Twitch = "xxxx"
#Strava = "xxxx"
#Skype = "xxxx"
#Whatsapp = "xxxx"
#Zhihu = "xxxx"
#Douban = "xxxx"
#Angellist = "xxxx"
#Slidershare = "xxxx"
#Jsfiddle = "xxxx"
#Deviantart = "xxxx"
#Behance = "xxxx"
#Dribble = "xxxx"
#Wordpress = "xxxx"
#Vine = "xxxx"
#Googlescholar = "xxxx"
#Researchgate = "xxxx"
Mastodon = "@operant"
#Thingiverse = "xxxx"
[params.share]
Twitter = true
Facebook = true
Reddit = true
Linkedin = true
Pinterest = true
HackerNews = true
#Mix = true
Tumblr = true
#VKontakte = true
#Douban = true
#Weibo = true
# Used only for Seo schema
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
[author]
name = "@operant"
[params.publisher]
name = "@operant"
[params.publisher.logo]
url = "logo.png"
width = 127
height = 40
[params.logo]
url = "logo.png"
width = 127
height = 40
[params.image]
url = "blog_cover.png"
width = 800
height = 600
# [params.utterances] # https://utteranc.es/
# owner = "0xOperant" # Your GitHub ID
# repo = "operant.blog" # The repo to store comments
# theme = "github-light" # theme