-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
67 lines (58 loc) · 1.63 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
baseurl = "https://apitoolkit.io/"
title = "APItoolkit: Stay on top of your APIs!"
theme = "apitoolkit"
languageCode = 'en-us'
enableEmoji = true
enableGitInfo = true
enableRobotsTXT = true
canonifyURLs = true
summarylength = 30
[Params]
mainSections = ["blog"]
intro = true
headline = "APItoolkit"
description = "Automatic API Monitoring and Documentation"
github = "https://github.com/apitoolkit"
twitter = "@apitoolkithq"
email = "hello@apitoolkit.io"
opengraph = true
shareTwitter = true
dateFormat = "Mon, Jan 2, 2006"
ogimage = "/main-og.png"
[taxonomies]
[blog]
showSummary = true
[Permalinks]
post = "/:filename/"
[markup.goldmark.renderer]
unsafehtml=true
unsafe=true
hardWraps = true
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = "github"
wrapStandAloneImageWithinParagraph = true
[markup.goldmark.parser.attribute]
block = true
title = true
[sitemap]
theme="apitoolkit"
[author]
[author.anthony]
name = "Anthony Alaribe"
picture = "https://avatars.githubusercontent.com/u/6564482?v=4"
[author.irhose]
name = "Irhose Apori"
picture = "https://pbs.twimg.com/profile_images/1656791975088013312/W3q8KAJE_400x400.jpg"
[author.jessica]
name = "Jessica Ofem"
picture = "https://avatars.githubusercontent.com/u/42941436?v=4"
[author.dmytro]
name = "Dmytro Krasun"
picture = "https://pbs.twimg.com/profile_images/1678311781280759808/mDjAfPfC_400x400.jpg"
[author.collins]
name = "Collins Offiong"
picture = "https://avatars.githubusercontent.com/u/93836558?v=4"
[author.elliot]
name = "Elliot Brenya Sarfo"
picture = "https://avatars.githubusercontent.com/u/66503402?v=4"