commit 860bee0337d2e7473f1a1611f1ab1c62bb830250 Author: apromixately Date: Sun Feb 27 22:06:40 2022 +0100 First day diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4aed3a7 --- /dev/null +++ b/Makefile @@ -0,0 +1,21 @@ +default: pandoc + +MD_INPUTS=$(wildcard *.md) +MD2HTML_OUTPUTS=$(MD_INPUTS:.md=.html) +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 $< > $@ + +footer.html: footer.md + pandoc $< > $@ + +.PHONY: view +view: pandoc + firefox beejournal.html + +.PHONY: edit +edit: + vim beejournal.md diff --git a/beejournal.md b/beejournal.md new file mode 100644 index 0000000..e62407f --- /dev/null +++ b/beejournal.md @@ -0,0 +1,12 @@ +--- +title: Bee Journal +--- + +## 2022-02-27 +It was about 6 degrees outside today, but I wanted to check on the bees anyway. Some of the hives seem to be low on food. At least lifting the frames left and right of where the bees are sitting indicated that they're empty. I'll call somebody with more experience tomorrow to ask if I should feed them. + +I also noticed that one of our covers is growing mold on the inside. No clue what that means or what to do about it, yet. + +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.. diff --git a/footer.md b/footer.md new file mode 100644 index 0000000..5792682 --- /dev/null +++ b/footer.md @@ -0,0 +1,2 @@ +--- +[ToDos](todo.html) diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..630530b --- /dev/null +++ b/todo.md @@ -0,0 +1,7 @@ +--- +title: ToDo +--- +# ToDos +1. [ ] Resize feeding "supers"! +1. [ ] Do I still need to feed now (end of February)? +1. [ ] What to do about moldy cover?