Skip to content

Commit ba79113

Browse files
committed
chore: cleanup
1 parent 7d9e691 commit ba79113

File tree

3 files changed

+3
-148
lines changed

3 files changed

+3
-148
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
files := dist/index.html dist/main.css $(filter-out dist/posts/base.html,$(patsubst src/%.jinja2,dist/%,$(wildcard src/posts/*)))
1+
files := dist/index.html dist/main.css $(patsubst src/%.jinja2,dist/%,$(wildcard src/posts/*.jinja2))
22

33
all: $(files)
44

@@ -7,5 +7,5 @@ clean:
77

88
.PHONY: all clean
99

10-
dist/%: data.yaml src/%.jinja2 src/base.html.jinja2 src/%
10+
dist/%: data.yaml src/%.jinja2 src/base.html.jinja2 $(wildcard src/%)
1111
jinja2 $(patsubst dist/%,src/%,$@).jinja2 data.yaml > $@

dist/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
index.html
22
main.css
3+
posts/*.html

dist/posts/text_manipulation.html

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)