www.byjp.me/Taskfile.yml
JP Hastings-Spital 159647a646 Omnivore article
2024-01-21 11:32:26 +00:00

22 lines
464 B
YAML

# https://taskfile.dev
version: '3'
# TODO: Handle commands in dotenv
# dotenv: ['.env']
tasks:
check-links:
cmds:
- rm -rf ./public/
- lychee --cache --suggest --require-https .
dev:
cmds:
- hugo server --minify
build:
cmds:
- hugo --cacheDir /tmp/hugo/cache --minify --baseURL "https://www.byjp.me"
- npm_config_yes=true npx pagefind@latest
import:
cmds:
- cd ./tools/import/omnivore && go run .