Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,656 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in rubys/ruby2js that received 9 comments
Tagged template literals
This is a first pass at a filter which allows a list of tags for prefixing template literal strings. It will convert this: output = html "some text…
- Convert ERB and Beyond docs to ERB and use capture helper for liquid_render
- Add blank src/images folder
- chore: Prototype pages optimizations and improvements to YARD docs
- Render objects in Ruby templates
- Site documents array should exclude static files
- Add link/url_for and link_to helpers
- False value supported for no layouts
- Support per-document locale permalinks and config
- Use HashWithDotAccess::Hash for all data/config hashes
- Configurable template engines on a per-site or per-document basis (WIP)
- Add support for yield
- Add configuration option to underscore private fields even in es2020
- Mention in Readme that camelCase should be required last
- Don't reorder camelCase filter for demo args
- Fix interaction between autoreturn and camelCase
- ES import and export filter
- Fix repo link to camelcase spec
Created an issue in jeremyevans/erubi that received 4 comments
Need a way to configure the escaped tag delimiter
I'm using Erubi as the basis for an ERB variant which uses {% %} instead of <% %>, and because the regex is customizable that's easy to do…however,…

