-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathconfig.toml
More file actions
62 lines (52 loc) · 1.26 KB
/
config.toml
File metadata and controls
62 lines (52 loc) · 1.26 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
baseURL = "https://blog.joinmastodon.org/"
languageCode = "en-us"
title = "Mastodon Blog"
preserveTaxonomyNames = true
pygmentsCodeFences = true
pygmentsStyle = "dracula"
theme = "mastodon"
[params]
description = "Updates from the Mastodon team"
# Social links (used in footer)
[params.social]
mastodon = "https://mastodon.social/@Mastodon"
engineering = "https://mastodon.social/@MastodonEngineering"
# Analytics configuration
[params.analytics]
# Simple Analytics script URL
script = "https://scripts.simpleanalyticscdn.com/latest.js"
[permalinks]
posts = "/:year/:month/:slug/"
[languages]
[languages.en]
languageName = "English"
weight = 1
[languages.ja]
languageName = "日本語"
weight = 2
[languages.pl]
languageName = "Polski"
weight = 3
[outputs]
home = ['html', 'rss']
page = ['html']
section = ['html', 'rss']
taxonomy = ['html', 'rss']
[build]
writeStats = true
[minify]
[minify.tdewolff]
[minify.tdewolff.html]
keepQuotes = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
block = true
title = true
[pagination]
disableAliases = false
pagerSize = 9
path = 'page'