bridgetownrb / bridgetown

A next-generation progressive site generator & fullstack framework, powered by Ruby
https://www.bridgetownrb.com
MIT License
1.14k stars 114 forks source link

docs: Streamlined #880

Open jaredcwhite opened 5 months ago

jaredcwhite commented 5 months ago

Bridgetown 2.0 will ship with Serbea 2.0 which brings a new pipe feature to ERB files.

In addition, we will ship with Streamlined, a new gem which provides full HTML templating within pure Ruby using heredocs and block-based string helpers.

There's also a new render_with do...end syntax for Roda file-based routes that uses the Ruby front matter DSL…very kewl.

These features merged in via #817, now just need to write the documentation.