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
{{ message }}
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
In this change:
* Adds support for Temple.
* Updates specs to ignore some Dialyzer warnings.
There's no documentation regarding temple support because I still need to do some more thorough testing. Also, I'm not particularly eager to use FrontMatter with Temple, but I can't think of another way.
Closes#147
I'm re-opening this issue because I don't like the path I was taking with this integration. Temple is a DSL, and it doesn't make sense to treat it as just another templating engine that outputs HTML. Temple could be a more dynamic preprocessor or something more than a preprocessor. For instance, I don't think it makes sense to mix Frontmatter with Temple. Instead, I would like to add a DSL to change metadata in Temple. But because we use Temple as a "function" that takes a string and outputs a string, we can't make that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Temple is a fine DSL for our purposes. We're not currently supporting it but it make be a fine addition to our repertoire.
The text was updated successfully, but these errors were encountered: