- Fix incorrect static / constructor syntax
- Just remove decorators altogether (still causing downstream build issues)
- Ensure esbuild output compiles away decorators
- Add collection name to preview title [#26] @thimy
- Add quick_search_content front matter overrides [#21] @copiousfreetime
- Add support for Bridgetown 2.0
- Switch to much improved esbuild build system for the repo
- Upgrade to new initializer system for Bridgetown 1.2
- Upgrade to newer Lit
- Switch from
site.pages
tosite.generated_pages
due to Bridgetown 1.0 API change
- Allow for styling of links
- Support the Resource content engine in Bridgetown 0.20+
- Add
template_engine: liquid
to the JSON index so it plays well with Bridgetown 0.18+
- DOCS COMING