Questions tagged [assemble]

Manage, document, and generate static sites for node.js with Component. Simplify the process of creating web projects using customizable templates and data sources. This versatile tool supports JSON, YAML, YAML front matter, various template options, page creation, layouts, filters, middleware integration, and helper functions.

Discover the ins and outs of integrating YAML front matter into your destination directory path

I am looking to customize the path of my blog posts to include a fancy date format like /blog/2013/09/17 so that the links from my previous octopress blog remain intact. Within the YAML front matter on each markdown page, I have included the date informat ...

What is the best way to utilize the handlebars-helpers library within an express.js application?

Currently I am using hbs as my template engine in express.js. The handlebars-helpers library from assemble is something that I find extremely useful. However, I am unsure about how to integrate this library into my project. I have also been unable to loca ...