From 9d445829aeb01c98213f3da7e78bbf8b1cd63750 Mon Sep 17 00:00:00 2001 From: cymen Date: Sun, 27 Feb 2022 21:14:26 +0000 Subject: [PATCH] Tech fixes --- .gitignore | 1 + Makefile | 12 ++++++++++-- beejournal.md | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d19fc7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.html diff --git a/Makefile b/Makefile index 4aed3a7..1034200 100644 --- a/Makefile +++ b/Makefile @@ -6,12 +6,15 @@ HTML_OUTPUTS := $(MD2HTML_OUTPUTS) pandoc: $(HTML_OUTPUTS) -%.html: %.md footer.html - ~/exclude/pandoc-2.17.1.1/bin/pandoc --toc --css=github-pandoc.css -A footer.html --standalone $< > $@ +%.html: %.md footer.html todo.html + pandoc --toc --css=github-pandoc.css -A footer.html --standalone $< > $@ footer.html: footer.md pandoc $< > $@ +todo.html: todo.md + pandoc $< > $@ + .PHONY: view view: pandoc firefox beejournal.html @@ -19,3 +22,8 @@ view: pandoc .PHONY: edit edit: vim beejournal.md + +.PHONY: publish +publish: pandoc + cp *.html ~/public_html/bees/ + mv ~/public_html/bees/beejournal.html ~/public_html/bees/index.html diff --git a/beejournal.md b/beejournal.md index e62407f..fe4c28e 100644 --- a/beejournal.md +++ b/beejournal.md @@ -9,4 +9,4 @@ I also noticed that one of our covers is growing mold on the inside. No clue wha When we made the shallow "supers" for feeding with fondant we didn't really care about the wall thickness. Turns out it does matter when they're too thick, because you cannot pull the frames from the super below anymore without removing them. -One of the hives was actually open. I assume the cover got moved a couple of centimeters during one of the recent storms. Maybe I should secure them more since I don't have a tongue and groove or anything like that.. +One of the hives was actually open. I assume the cover got moved a couple of centimeters during one of the recent storms. Maybe I should secure them more since I don't have a tongue and groove or anything like that.