summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authora73x <[email protected]>2024-12-29 19:13:27 +0000
committera73x <[email protected]>2024-12-30 11:00:49 +0000
commita783270b09af3d873c08a01d13f802018b69fb02 (patch)
treebdac4e38357afa535515dd8dda790d7193f371d0 /Makefile
parent71513b80ebc21240b5b68d8bbbf8b7ee2f54893e (diff)
new markdown renderer
since TOC has a title now and it can compact toc headers, we can use header 2 for everything use the built in goldmark extension for syntax highlighting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b092524..d659bd2 100644
--- a/Makefile
+++ b/Makefile
@@ -10,10 +10,6 @@ build:
serve:
go run ./cmd/serve
-.PHONY: css
-css:
- go run contrib/styles.go > public/static/syntax.css
-
.PHONY: image
image:
docker build . -t ${DOCKER_IMAGE}