all posts page is index

This commit is contained in:
rhiannon morris 2021-07-25 14:54:27 +02:00
parent 533efb5a31
commit 3f989733ee
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ STATICS != parallel find $(POSTSDIR) -name '\*.{}' ::: $(STATICEXTS)
OUTPUTPOSTS = \
$(patsubst $(POSTSDIR)/%.md,$(BUILDDIR)/%.html,$(POSTS)) \
$(patsubst $(POSTSDIR)/%,$(BUILDDIR)/%,$(STATICS)) \
$(BUILDDIR)/all-posts.html
$(BUILDDIR)/index.html
STYLE != find style -type f
OUTPUTSTYLE = $(patsubst %,$(BUILDDIR)/%,$(STYLE))