middleman-blog icon indicating copy to clipboard operation
middleman-blog copied to clipboard

Blog Engine Extension for Middleman

Results 38 middleman-blog issues
Sort by recently updated
recently updated
newest added

`middleman-blog` already supports `middleman-i18n`, so that blog articles can have locales assigned. This locale can be used in the path. And it is used in the article and layout. But...

Stale

This isn't a code problem, but a tiny docs issue. on https://middlemanapp.com/basics/blogging/ the instructions for activating the extension in an existing project are: ```ruby activate :blog do |blog| # set...

Stale

## Expected behaviour Any multibyte characters can be used in the URL without specific settings. ## Actual behaviour If we use multibyte characters in the title, we use title in...

## Expected behaviour After adding middleman-blog to gem, tried running middleman article and middleman build commands ## Actual behaviour Jamess-iMac:middleboot3 jamesnobles$ middleman build WARN: Unresolved specs during Gem::Specification.reset: minitest (~>...

## Expected behaviour The following code should generate category archive pages for every language: localhost:4567/en/category localhost:4567/hu/category ## Actual behaviour The {lang} variable is not parsed at blog.custom_collections.category.link, so i get...

Stale

### middleman/middleman-blog now has a Chat Room on Gitter @iwarner has just created a chat room. You can visit it here: [https://gitter.im/middleman/middleman-blog](https://gitter.im/middleman/middleman-blog?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...

## Expected behaviour The same that was happening with v. 4.0.1 were everything was working fine. Two separate blog instances in the config,rb were pulling out the list of content...

Stale

As mentioned in #105, sometimes installing Nokogiri could be the hardest part of setting up gems. I've tried to remove Nokogiri dependency by using another html parser [Oga](https://github.com/YorickPeterse/oga) which has...

Cluster articles by "URL safe" version of tags, so we don't miss articles in listings. Fix for `master` branch. Fixes middleman/middleman-blog#313

Cluster articles by "URL safe" version of tags, so we don't miss articles in listings. Fix for `v3-stable` branch. Fixes middleman/middleman-blog#313