-
Think there maybe something up with `link` tags and resources... in `Bridgetown::Tags::Link` the conditonal in render `if item.relative_path == relative_path` , with `Resource` objects is comparing a …
-
In 2021, it's not enough to be a solely a static site generator. Major Jamstack frameworks are evolving (or have already) to support dynamic routes, often implemented as serverless functions. Increasi…
-
I believe there is a problem here https://github.com/bridgetownrb/bridgetown-seo-tag/blob/master/lib/bridgetown-seo-tag/drop.rb#L172 ... `.url` no longer works with Resources, and should be `.relative…
-
From discussions:
----
Hey! Recently I finished migrating my blog from Jekyll to Bridgetown. So far it's been a great journey. Now I wanted to make it future-proof by switching to resource engin…
-
As I said in my blog I wanted to show off how to install and use this gem in Bridgetown
when I was writing in a markdown file and put the following lines as code blocks, the compiler just breaks d…
-
Hyphenated ERB tags such as `` do not remove whitespace, and result in the same output as regular, unhyphenated tags (``).
**Bridgetown Version**: 0.21
**Example Repo**: https://github.com/fpsvo…
-
I'm trying to do something like this, but running into syntax errors:
```
{3.times.map do
Welcome to {"Rux" + " and"} Bridgetown!
end}
```
-
As we continue to make the Webpack configuration in Bridgetown better out of the box, it highlights the need to allow existing sites' configurations to be upgraded. I shouldn't have to spin up a new …
-
**January 2021 Update:** work has begun on this in earnest. Using the term "resource" and not "content". (Thanks @andrewmcodes!) Development of `Bridgetown::Resource::Base` and supporting classes is n…
-
## Summary
With Rails 6.1 on the horizon, the ViewComponent project will be under increased attention from the public.
This is a great opportunity for us to make the best first impression possi…