-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
55 lines (46 loc) · 1.21 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
baseURL = "https://lipukule.org/"
languageCode = "tok"
title = "lipu kule"
theme = "lt"
paginate = 6
defaultContentLanguage = "tok"
[markup.goldmark.renderer]
unsafe = true
[permalinks]
post = "/post/:year/:month/:day/:slug/"
lipu = "/lipu/:year/:month/:day/:slug/"
mi = "/mi/:slug/"
janpali = "/janpali/:slug"
poki = "/poki/:slug"
kule = "/kule/:slug"
[params]
description = "lipu sona pi toki pona."
[taxonomies]
poki = "poki"
kule = "kule"
janpali = "janpali"
[languages]
[languages.tok]
languageCode = 'tok'
languageName = "toki pona pi sitelen Lasina"
weight = 1
enableMissingTranslationPlaceholders = true
[languages.sp]
languageCode = 'sp'
languageName = ""
weight = 2
enableMissingTranslationPlaceholders = true
[security]
[security.exec]
allow = ['^go$', '^npx$', '^postcss$', '^babel$']
[build]
writeStats = true
[[build.cachebusters]]
source = "(postcss|tailwind)\\.config\\.js"
target = "css"
[[build.cachebusters]]
source = "assets/.*\\.(js|ts|jsx|tsx)"
target = "js"
[[build.cachebusters]]
source = "assets/.*\\.(.*)$"
target = "$1"