website/Justfile

13 lines
247 B
Makefile

check:
markdownlint-cli2
clang-format --dry-run assets/js/*.js
format:
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