dist/newsletters | ||
newsletters | ||
templates | ||
.gitignore | ||
get_events.sh | ||
include-files.lua | ||
install.sh | ||
make_newsletter.sh | ||
README.md |
Klank docs
installation
Run the install.sh to install Mustache
Also, pandoc is needed. Additionally researching this thing https://github.com/pandoc-ext/include-files/tree/main
More info to come ;)
Scripts & folders
newsletters
write your new newsletter heretemplates
contains a markdown template for events, that are being grabbed viaget_events.sh
run assh get_events.sh
to grab all events from the klankschool calendar and store them as markdwon filesinstall.sh
the installation script for Mustachemake_newsletter.sh
run assh make_newsletter
to translate all created newsletters in thenewsletters
directory into HTML. Created newsletters are stored in thedist
directory