about summary refs log tree commit diff
path: root/justfile
blob: dfb2e74c15fdfb610c3687b6078fc49722777254 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
run:
	zola serve

build:
	zola build

fmt:
	treefmt

check-links: build
	lychee ./docs/**/*.html

update-deps:
	nix flake update --commit-lock-file

publish: build
	rsync -a docs/ fcuny@fcuny.net:/srv/www/fcuny.net