dmulholl / ark

A static website generator for people who enjoy the simpler things in life.
https://www.dmulholl.com/docs/ark/master/
The Unlicense
118 stars 7 forks source link

Feat/enum filters #11

Closed gvwilson closed 2 years ago

gvwilson commented 2 years ago

This PR builds on #10 by adding an Enum for filters, and string-to-enum conversion for backward compatibility.

dmulholl commented 2 years ago

Looks good 👍

I don't understand the caller parameter to _hook_enum() though -- it never gets used?

gvwilson commented 2 years ago

The caller parameter is there for debugging - I'll submit a patch that removes it.