-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
59 lines (46 loc) · 1.22 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
baseURL = "https://codingo.com/"
languageCode = "en-au"
title = "Codingo - Ethical Hacking and Bug Bounty Advice"
theme = "v2"
googleAnalytics = "G-43E5TE75S0"
disqusShortname = "codingo"
[params]
show_reading_time = true
description = "A community built around the education of ethical hacking, with a focus on bug bounties and penetration testing."
images = ["/images//social-thumbnail.png"]
[params.twitter]
card_type = "summary"
[menu]
[[menu.main]]
identifier = "videos"
name = "Videos"
url = "https://youtube.com/codingo"
weight = -110
[[menu.main]]
identifier = "forums"
name = "Community"
url = "https://chat.codingo.com"
weight = -100
[[menu.main]]
identifier = "posts"
name = "Blog"
url = "posts"
weight = -90
[[menu.main]]
identifier = "search"
name = "Search"
url = "/search/"
weight = -80
[markup.goldmark.renderer]
unsafe= true
[outputs]
page = ["HTML", "RSS", "Algolia"]
home = ["HTML", "RSS", "Algolia"]
[outputFormats.Algolia]
baseName = "algolia"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[params.algolia]
vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
params = ["categories", "tags"]