-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
34 lines (34 loc) · 855 Bytes
/
hugo.yaml
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
# hugo.yaml
baseURL: https://software-carpentry.org/
languageCode: en-us
title: Software Carpentry
# Imports the theme into the projects
module:
imports:
- path: github.com/carpentries/carpentries-hugo-theme
mounts:
- source: layouts
target: layouts
- source: assets
target: assets
- source: archetypes
target: archetypes
- source: hugo_stats.json
target: assets/watching/hugo_stats.json
# Make sure Tailwind 3 will work on `hugo serve`
build:
writeStats: true
buildStats:
disableClasses: false
disableIDs: false
disableTags: false
enable: false
cachebusters:
- source: assets/watching/hugo_stats\.json
target: styles\.css
- source: (postcss|tailwind)\.config\.js
target: css
- source: assets/.*\.(js|ts|jsx|tsx)
target: js
- source: assets/.*\.(.*)$
target: $1