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