bloggy icon indicating copy to clipboard operation
bloggy copied to clipboard

Simple gem that allows you to run a jekyll blog inside of your existing rails app. fork and enjoy!

Results 14 bloggy issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...

dependencies

Updates the requirements on [rdoc](https://github.com/ruby/rdoc) to permit the latest version. Changelog Sourced from rdoc's changelog. === 5.1.0 / 2017-02-24 Bug fixes Fix an issue that rdoc fails when running on...

dependencies

Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog Sourced from rake's changelog. === 13.0.6 Additional fix for #389 Pull request #390 by hsbt === 13.0.5 Fixed the...

dependencies

Trying to look for a simple way to add a blog, and this option looked very promising. Rails 4.2.5 app is new, running Ruby 2.2.3, but getting the below error...

Bloggly looks great, thanks for creating it. I really want to be able to use the default rails layout i have for my application on the blog which lives in...

enhancement

Just installed and created my first post, ran 'rake generate' and it's just hanging after 15 minutes. Configuration from /path/to/config/jekyll/_config.yml Auto-regenerating enabled: /path/to/config/jekyll -> ../../public/blog [2015-12-13 17:12:09] regeneration: 1 files...

I see there is a component inside `assets/javascripts` directory with following contents: This thing breaks the `$ rake assets:precompile RAILS_ENV=production` task due to the `

@zbruhnke Wasn't working out of the box, but a Jekyll version bump seems to fix it. This bumps Ruby version and Gemfile.lock as well. It's looks good for me now,...