Stop loading fengari for all pandoc-created HTML.
Drop antifennel back to 1.5.0 to work around fengari bug.
Update antifennel to 0.3.1.
Rearrange events to focus more on the monthly meeting.
Fall back to 1.5.0 for the web site for now.
Tidy up some repl loading.
Update fennel submodule to 1.5.1.
A few more survey tweaks.
fix CI upload job (this time for real!)
Makefile: make TAGS variable overridable
fix building tagdirs
There was some done trying to make sure each tag in TAGDIRS was
separated by a newline so that `make tagdirs` and `make cleantagdirs`
worked as expected.
I was able to get around this by simply removing the `foreaach` from
both of those jobs, and insead have them `mkdir -p $(TAGDIRS)` and
`rm -rf $(TAGDIRS)` directly, since both of those commands take a
whitespace-separated list with no trouble.
Describe organization of site sections in readme.
Add footer, mention wiki in documentation section.