website/Justfile
2025-02-15 17:34:19 +01:00

14 lines
272 B
Makefile

check:
markdownlint-cli2
clang-format --dry-run assets/js/*.js
format:
markdownlint-cli2 --fix
clang-format -i assets/js/*.js
build:
./create_versioned_hugo_toml.sh hugo.toml hugo_versioned.toml
hugo build --config hugo_versioned.toml --minify
serve:
hugo serve