mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-01-31 13:07:03 +00:00
get ready for merge
This commit is contained in:
parent
071dea9731
commit
be0c2dd2ce
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ ARTICLES = $(shell git ls-tree HEAD --name-only -- $(BLOG_SRC)/ 2>/dev/null)
|
||||
TAGFILES = $(patsubst $(BLOG_SRC)/%.md,tags/%,$(ARTICLES))
|
||||
|
||||
help:
|
||||
$(info blogit init|build|deploy|clean)
|
||||
$(info make init|build|deploy|clean|taglist)
|
||||
|
||||
init:
|
||||
mkdir -p $(BLOG_SRC) data templates
|
||||
|
@ -1,8 +1,9 @@
|
||||
<p>This website is a fork from <a href="https://based.cooking">Luke Smith's Based Cooking</a></p>
|
||||
<div class="footer">
|
||||
<hr/>
|
||||
<a href=".">homepage</a>
|
||||
<a href="./rss.xml">RSS</a>
|
||||
<a href="./atom.xml">atom</a>
|
||||
<br>
|
||||
<p>powered by <a href="https://pedantic.software/git/blogit">blogit</a></p>
|
||||
</div>
|
||||
</body></html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user