-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
36 lines (32 loc) · 878 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
baseURL = 'https://muscat-tech.org/'
languageCode = 'en'
title = 'Muscat Tech'
[permalinks]
[permalinks.page]
events = '/groups/:sections[last]/events/:year/:month/:slugorfilename/'
[permalinks.section]
events = '/groups/:sections[last]/'
[module]
[module.hugoVersion]
extended = false
min = "0.112.0"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "hugo_stats.json"
target = "assets/watching/hugo_stats.json"
[build]
writeStats = true
[[build.cachebusters]]
source = "assets/watching/hugo_stats\\.json"
target = "styles\\.css"
[[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"