master
cymen 1 year ago
parent 860bee0337
commit 9d445829ae

1
.gitignore vendored

@ -0,0 +1 @@
*.html

@ -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

@ -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.

Loading…
Cancel
Save