sondr3 / generator-jekyllized

A Yeoman generator for Jekyll to rapidly build sites using Gulp
MIT License
326 stars 35 forks source link

Update jekyll-archives configuration for tags permalink #126

Closed ferrarimarco closed 8 years ago

ferrarimarco commented 8 years ago

The permalink directive for tags in jekyll-archives module configuration is wrong.

Currently it's: tags: '/tag/:name/'

Should be: tag: '/tag/:name/'

Source: https://github.com/jekyll/jekyll-archives/blob/master/docs/configuration.md#permalinks

Thanks for this generator

sondr3 commented 8 years ago

I'm probably going to remove it in the future regardless as it's not really being updated much and I want this to be as close as possible to a barebones default Jekyll site. But thanks for letting me know however! :smiley:

ferrarimarco commented 8 years ago

What's not being updated? This generator or the jekyll-archives module?

Thanks

sondr3 commented 8 years ago

The jekyll-archives gem, I'm always updating this generator. :)