You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to Tera for templating
The built in filters in Handlebars are very limited. I don't want to
decide on, implement, and maintain a dozen new filters. I was originally
planning to use Rhai scripting, but the user experience seems a lot
worse for flexibility gains no one may ever use. Tera seems to provide a
nicely chosen set of filters that I think provides a good balance of
power and convenience.
Add license, readme, example configs, and cargo-deb configuration
This should be enough to make it practical for someone other than me to
use yablocks if they find it on the internet.