forked from carpentries/carpentries.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
34 lines (34 loc) · 797 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
baseURL: https://carp-new-website.netlify.app/
languageCode: en-us
title: The Carpentries
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
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
caches:
getresource:
maxAge: -1