feat: self-host fonts, styled block page, wildcard TLS #16

Merged
dearsky merged 56 commits from refs/pull/16/head into main 2026-03-27 08:19:54 +08:00
Showing only changes of commit e04afe5b70 - Show all commits

View File

@@ -1,11 +1,11 @@
.PHONY: all build lint fmt check test clean deploy
.PHONY: all build lint fmt check audit test clean deploy
all: lint build
build:
cargo build
lint: fmt check
lint: fmt check audit
fmt:
cargo fmt --check
@@ -13,6 +13,9 @@ fmt:
check:
cargo clippy -- -D warnings
audit:
cargo audit
test:
cargo test