Permalinks middleware for Assemble, the static site generator for Grunt.js and Yeoman. This plugin enables powerful and configurable URI replacement patterns, presets, uses Moment.js for parsing dates, and much more.
I am trying to create a knowledgebase site that is split up into 4 sections, one for each of our products. Underneath each section, I'd like to use categories and articles would be organized into each category underneath a section.
I'm not sure what I'm missing. I've tried changing between the non-beta version of Assemble, the contrib versions of the permalinks plugin but nothing seems to work. It always renders my file in the root of my destination directory.
ALSO, if you look in my options above, you'll see that the plugins I have tried to install are all listed under the middleware section. I've tried putting them in the plugins area, but assemble hangs each time no matter what plugin is listed there.
I can't seem to get permalink to work in any way.
I am trying to create a knowledgebase site that is split up into 4 sections, one for each of our products. Underneath each section, I'd like to use categories and articles would be organized into each category underneath a section.
All my articles are in Markdown.
My grunt options (coffeescript):
here is the markdown header:
my package.json:
I'm not sure what I'm missing. I've tried changing between the non-beta version of Assemble, the contrib versions of the permalinks plugin but nothing seems to work. It always renders my file in the root of my destination directory.
ALSO, if you look in my options above, you'll see that the plugins I have tried to install are all listed under the
middleware
section. I've tried putting them in theplugins
area, but assemble hangs each time no matter what plugin is listed there.