blakerain.com/hugo.toml

63 lines
1.3 KiB
TOML

baseURL = 'https://blakerain.com/'
languageCode = 'en-GB'
title = 'Blake Rain'
[menus]
[[menus.main]]
name = "Blog"
pageRef = "/blog"
weight = 10
[[menus.footer]]
name = "Blog"
pageRef = "/blog"
weight = 10
[[menus.footer]]
name = "Tags"
pageRef = "/tags"
weight = 10
[[menus.footer]]
name = "Tools"
pageRef = "/tools"
weight = 10
[related]
includeNewer = true
threshold = 80
[[related.indices]]
name = "tags"
type = "basic"
weight = 80
toLower = true
[module]
[module.hugoVersion]
extended = false
min = "0.112.0"
[[module.imports]]
path = "github.com/hugomods/icons/vendors/lucide"
[[module.imports]]
path = "github.com/hugomods/icons/vendors/bootstrap"
[[module.imports]]
path = "github.com/hugomods/encoder"
[[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 = "main\\.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"