forked from drowl87/hextra_mirror

* update dev and build command chore: move contents to exampleSite chore: add configs to exampleSite chore: use tailwindcss/nesting * add postcss-import * move imports to the top chore: add config for theme dev chore: add compiled css chore: fix last updated issue chore: dont't ignore hugo_stats.json chore: update index page layout
32 lines
716 B
YAML
32 lines
716 B
YAML
build:
|
|
buildStats:
|
|
enable: true
|
|
cacheBusters:
|
|
- source: assets/watching/hugo_stats\.json
|
|
target: styles\.css
|
|
- source: assets/.*\.(js|ts|jsx|tsx)
|
|
target: (js|scripts|javascript)
|
|
- source: assets/.*\.(css|sass|scss)$
|
|
target: (css|styles|scss|sass)
|
|
- source: (postcss|tailwind)\.config\.js
|
|
target: (css|styles|scss|sass)
|
|
- source: assets/.*\.(.*)$
|
|
target: $1
|
|
|
|
module:
|
|
mounts:
|
|
- source: static
|
|
target: static
|
|
- source: layouts
|
|
target: layouts
|
|
- source: data
|
|
target: data
|
|
- source: assets
|
|
target: assets
|
|
- source: i18n
|
|
target: i18n
|
|
- source: archetypes
|
|
target: archetypes
|
|
- source: hugo_stats.json
|
|
target: assets/watching/hugo_stats.json
|