From 6a4174d81f26a4552bd4c33bb3f69b73a4f59d3b Mon Sep 17 00:00:00 2001 From: Sean Baildon Date: Mon, 17 Jul 2023 10:50:26 +0200 Subject: [PATCH] learnings.txt --- Makefile | 3 +++ site/learnings.txt | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 site/learnings.txt diff --git a/Makefile b/Makefile index 1063e2f..6293498 100644 --- a/Makefile +++ b/Makefile @@ -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 $< > $@ diff --git a/site/learnings.txt b/site/learnings.txt new file mode 100644 index 0000000..b78bea9 --- /dev/null +++ b/site/learnings.txt @@ -0,0 +1,4 @@ +# 2023-07-17T08:40:07Z + +* vim: + * !}fmt will format the current paragraph, from normal mode -- 2.45.2