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