~sbaildon/baildon.co

6a4174d81f26a4552bd4c33bb3f69b73a4f59d3b — Sean Baildon 4 months ago 28262a1 main
learnings.txt
2 files changed, 7 insertions(+), 0 deletions(-)

M Makefile
A site/learnings.txt
M Makefile => Makefile +3 -0
@@ 21,6 21,9 @@ ATOM_FEED=$(BUILD)/feed.xml

all: $(BUILD)/index.html $(STATIC_OUT) $(BUILD)/me/index.html $(BUILD)/writings/index.html $(WRITING_OUT) $(BUILD)/$(CSS) $(WEBP_OUT) $(PNG_OUT) $(FONTS_OUT) $(ATOM_FEED) $(BUILD)/favicon.png $(BUILD)/static/images/cover.webp $(BUILD)/apple-touch-icon.png

$(BUILD)/learnings.txt: $(SRC)/learnings.txt
	cp $< $@

$(BUILD)/index.html: $(SRC)/index.html $(COMPONENTS) $(SRC)/stylesheet.css
	@mkdir -p $(@D)
	dax build --input $< > $@

A site/learnings.txt => site/learnings.txt +4 -0
@@ 0,0 1,4 @@
# 2023-07-17T08:40:07Z

* vim: 
	* !}fmt will format the current paragraph, from normal mode