-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
Though the major part of about is text transformed from markdown doc, a template engine is still needed.
- render single template file
- render template file in folder with certain pattern (ie: ignore all *-partial.html)
- render based on config file
- custom filter/tag for markdown
- custom filter/tag for person
Minimal requirements
- server side render
- include other template file / custom tag
Enhancements
- server & client side render
- allow logic in the template (this is ugly, but might be useful for some dirty tricks)
Ref
- https://github.com/hexojs/hexo/blob/master/package.json#L50 hexo is using swig swig is NOT maintained
- https://github.com/sorrycc/awesome-javascript#templating-engines
Metadata
Metadata
Assignees
Labels
No labels