all posts page is index
This commit is contained in:
parent
533efb5a31
commit
3f989733ee
4 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue