We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm following the README.md guide but unable to start bridgetown in localhost due to a message:
[Bridgetown] Stopping auxiliary processes... [Bridgetown] Exception raised: Liquid::SyntaxError [Bridgetown] Liquid syntax error (line 6): Unknown tag 'plausible' [Bridgetown] 1: /usr/local/lib/ruby/gems/gems/liquid-5.4.0/lib/liquid/document.rb:36:in `unknown_tag' [Bridgetown] 2: /usr/local/lib/ruby/gems/gems/liquid-5.4.0/lib/liquid/document.rb:57:in `block in parse_body' [Bridgetown] 3: /usr/local/lib/ruby/gems/gems/liquid-5.4.0/lib/liquid/block_body.rb:138:in `parse_for_document' [Bridgetown] 4: /usr/local/lib/ruby/gems/gems/liquid-5.4.0/lib/liquid/block_body.rb:29:in `parse' [Bridgetown] 5: /usr/local/lib/ruby/gems/gems/liquid-5.4.0/lib/liquid/document.rb:55:in `parse_body' [Bridgetown] Backtrace: Use the --trace option for complete information.
I install the library using this script:
bundle exec bridgetown apply https://github.com/bt-rb/bridgetown-plausible
But, since it failed I thought some config might not executed, then I tried:
bundle add bridgetown-plausible -g bridgetown_plugins
The result was the same.
Adding init :"bridgetown-plausible" like other plugins doesn't crash the app but there's a message:
init :"bridgetown-plausible"
Initializing: The `bridgetown-plausible' initializer could not be found
The text was updated successfully, but these errors were encountered:
I believe the plugin is currently not compatible with the new init process.
Sorry, something went wrong.
No branches or pull requests
I'm following the README.md guide but unable to start bridgetown in localhost due to a message:
I install the library using this script:
But, since it failed I thought some config might not executed, then I tried:
The result was the same.
Adding
init :"bridgetown-plausible"
like other plugins doesn't crash the app but there's a message:The text was updated successfully, but these errors were encountered: