summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-06-14 16:51:58 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-06-14 16:51:58 -0300
commitdaf37a8a5d0e251884d953f26a066eebed896054 (patch)
tree5e008a53585898f0add5edc49cadb656d959fa77 /Makefile
parenteed30928f73b06333113ea5162452242598b31e6 (diff)
adicionado uma imagem de fundo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2aa5555..10d5f86 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ blog/index.html: blog/posts.csv templates/base.m4
m4 -DPAGECONTENT="$$(./csv2index.sh /blog < $<)" templates/base.m4 > $@
static/style.css: src/css/style.css src/css/style.css src/css/base.css src/css/navbar.css src/css/scanlines.css
- esbuild src/css/style.css --bundle --minify --outfile=static/style.css
+ esbuild src/css/style.css --external:'/static/*' --bundle --minify --outfile=static/style.css
%.html: %.md templates/base.m4
m4 -DPAGECONTENT="$$(./genpage.sh < $<)" templates/base.m4 > $@