-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
47 lines (33 loc) · 842 Bytes
/
config.toml
File metadata and controls
47 lines (33 loc) · 842 Bytes
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
baseURL = "https://cstate.mnts.studio"
DefaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
copyright = "© cState by Mantas Vilčinskas"
pluralizelisttitles = false
buildFuture = true
relativeURLs = true
title = "cState"
[markup]
[tableOfContents]
startLevel = 2
[taxonomies]
subtype = "subtype"
tags = "tags"
# add redirects/headers
[outputs]
home = ["HTML", "RSS", "REDIRECTS", "HEADERS"]
# remove .{ext} from text/netlify
[mediaTypes."text/netlify"]
suffixes = [""]
delimiter = ""
# add output format for netlify _redirects
[outputFormats.REDIRECTS]
mediatype = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true
# add output format for netlify _headers
[outputFormats.HEADERS]
mediatype = "text/netlify"
baseName = "_headers"
isPlainText = true
notAlternative = true