-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
102 lines (102 loc) · 2.72 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
baseURL = "https://www.filmgarb.com/"
languageCode = "en-us"
title = "Filmgarb - Clothes from movies n' shows"
enableRobotsTXT = true
Paginate = 24
summaryLength = 10
[minify]
disableCSS = true
disableHTML = false
disableJS = true
disableJSON = true
disableSVG = true
disableXML = false
minifyOutput = true
[params]
description = "Filmgarb is a catalog of clothes and accessories from all of your favorite movies and shows. We can pickle that."
image = "site.png"
tagline = "Clothes from movies n' shows"
version = "1.1.0"
[taxonomies]
actor = "actors"
category = "categories"
media = "media"
title = "titles"
[permalinks]
actors = "/:slug"
categories = "/:slug"
items = "/:slug"
media = "/:slug"
titles = "/:slug"
blog = "/:section/:filename"
[imaging]
resampleFilter = "Lanczos"
quality = 75
[menu]
[[menu.header]]
identifier = "items"
name = "items"
url = "/items/"
weight = -130
[[menu.header]]
identifier = "popular"
name = "popular"
url = "/popular/"
weight = -120
[[menu.header]]
identifier = "actors"
name = "actors"
url = "/actors/"
weight = -110
[[menu.header]]
identifier = "titles"
name = "titles"
url = "/titles/"
weight = -105
[[menu.footer]]
identifier = "about"
name = "about"
url = "/blog/about/"
weight = -130
[[menu.footer]]
identifier = "blog"
name = "blog"
url = "/blog/"
weight = -120
[[menu.footer]]
identifier = "submit"
name = "submit"
url = "/blog/about/#submit-items"
weight = -110
[related]
threshold = 80
includeNewer = true
toLower = false
[[related.indices]]
name = "character"
weight = 100
[[related.indices]]
name = "actors"
weight = 99
[[related.indices]]
name = "titles"
weight = 95
[[related.indices]]
name = "categories"
weight = 82
[[related.indices]]
name = "media"
weight = 81
[server]
[[server.headers]]
for = "/*"
[server.headers.values]
Content-Security-Policy = "default-src 'none'; script-src 'self'; style-src 'self'; img-src 'self'; media-src 'self'; manifest-src 'self'; connect-src ws://localhost:1313/livereload"
Referrer-Policy = "strict-origin-when-cross-origin"
X-Content-Type-Options = "nosniff"
X-Frame-Options = "DENY"
[[server.headers]]
for = "/*.xml"
[server.headers.values]
Content-Security-Policy = "style-src 'unsafe-inline';"
X-Content-Type-Options = ""