This commit is contained in:
2026-01-20 20:33:59 +01:00
commit b16a40e431
583 changed files with 87339 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: "3"
tasks:
build:
desc: Build Hextra documentation site under `docs`
cmds:
- hugo --gc --minify --themesDir=../.. --source=docs
css:
depends: [build]
desc: Compile production CSS using PostCSS to `assets/css/compiled/main.css`
cmds:
- npm run build:css
dev:
desc: Start development server for Hextra theme
cmds:
- npm run dev:theme