mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-02-25 13:37:02 +00:00
fix #287
This commit is contained in:
parent
df8034e66f
commit
b40f0f43af
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ BLOG_SRC ?= articles
|
|||||||
|
|
||||||
.PHONY: help init build deploy clean taglist
|
.PHONY: help init build deploy clean taglist
|
||||||
|
|
||||||
ARTICLES = $(shell git ls-tree HEAD --name-only -- $(BLOG_SRC)/ 2>/dev/null)
|
ARTICLES = $(shell git ls-tree HEAD --name-only -- $(BLOG_SRC)/*.md 2>/dev/null)
|
||||||
TAGFILES = $(patsubst $(BLOG_SRC)/%.md,tags/%,$(ARTICLES))
|
TAGFILES = $(patsubst $(BLOG_SRC)/%.md,tags/%,$(ARTICLES))
|
||||||
|
|
||||||
help:
|
help:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user