-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
54 lines (42 loc) · 896 Bytes
/
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
baseURL = 'https://axell.dev/'
theme = "blowfish"
languageCode = 'en-us'
title = 'axell.dev'
enableRobotsTXT = true
paginate = 18
summaryLength = 30
buildDrafts = false
buildFuture = false
[outputs]
home = ["HTML", "RSS", "JSON"]
[imaging]
anchor = 'Center'
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"
series = "series"
[related]
threshold = 1
includeNewer = true
toLower = true
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "categories"
weight = 100
[[related.indices]]
name = "series"
weight = 50
[[related.indices]]
name = "authors"
weight = 10
[[related.indices]]
name = "date"
weight = 0
[[related.indices]]
applyFilter = true
name = 'fragmentrefs'
type = 'fragments'
weight = 10