Helpers
Template helpers and utils for any engine. Create an issue on helpers/meta to request a new helper repo, or ask to be added to the org.
Pinned Repositories
handlebars-helper-include
Handlebars helper, alternative to built-in partials. Similar to handlebars-helper-partial, but this helper will allow wildcard (glob) patterns. Like Assemble itself, this helper will automatically determine the correct context to use, or a context may be explicitly passed in as a second parameter.
handlebars-helper-minify
{{minify}} handlebars helper, for minification of HTML with html-minifier.
handlebars-helper-moment
{{moment}} handlebars helper. Combines the powers of Assemble, Handlebars.js and Moment.js into a great helper to master time.
handlebars-helper-partial
Handlebars helper, alternative to built-in partials. Like Assemble itself, this helper will automatically determine the correct context to use, or a context may be explicitly passed in as a second parameter.
handlebars-helper-prettify
{{prettify}} handlebars helper, for formatting ("beautifying") HTML, CSS and JavaScript.
handlebars-helper-repeat
{{repeat}} handlebars helper, for duplicating a block of content n times.
handlebars-helpers
188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.
handlebars-helpers-examples
Shows how to use helpers from handlebars-helpers with Assemble.
helper-markdown
Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.
logging-helpers
Basic template helpers for printing messages out to the console. Useful for debugging context in templates. Should work with any template engine.
Helpers's Repositories
helpers/handlebars-helper-include
Handlebars helper, alternative to built-in partials. Similar to handlebars-helper-partial, but this helper will allow wildcard (glob) patterns. Like Assemble itself, this helper will automatically determine the correct context to use, or a context may be explicitly passed in as a second parameter.
helpers/handlebars-helper-minify
{{minify}} handlebars helper, for minification of HTML with html-minifier.
helpers/handlebars-helper-analytics
Handlebars helper for adding Google Analytics scripts to the head and/or footer of a webpage
helpers/handlebars-helper-i18n
Handlebars helper for i18n.
helpers/handlebars-helper-md
A new and improved {{md}] helper! Convert markdown to HTML. Use wildcard (glob) patterns for files. Like Assemble itself, this helper will automatically determine the correct context to use, or a context may be explicitly passed in as a second parameter.
helpers/generator-helper
Use yeoman to generate a handlebars helper that can easily be used with Assemble.
helpers/handlebars-helper-paginate
{{paginate}} handlebars helper. Made for Assemble, the static site generator for Node.js, Grunt.js and Yeoman.
helpers/handlebars-helper-asset
Handlebars helper for generating a relative path from the current file to the specified asset (CSS, JavaScript, image, icon etc.).
helpers/handlebars-helper-lorem
{{lorem}} handlebars helper, for generating lorem lorem placeholder text.
helpers/handlebars-helper-disqus
{{disqus}} Handlebars helper. Simplifies adding [Disqus](https://disqus.com/) comments to your site.
helpers/handlebars-helper-uml
Embed UML diagrams in your handlebars template using www.websequencediagrams.com
helpers/helpers-utils
DEPRECATED
helpers/handlebars-helper-ghbtns
{{ghbtn}} handlebars helper. Add github buttons (http://ghbtns.com) to your site.
helpers/handlebars-helper-slugify
Convert strings into URL slugs.
helpers/handlebars-helper-autolink
{{autolink}} handlebars helper. Generate relative links from the "current page" to other dest pages.
helpers/handlebars-helper-eachitems
{{eachItems}} handlebars helper.
helpers/handlebars-helper-feed
Handlebars helper for generating entries for RSS or atom feeds.
helpers/handlebars-helper-not
{{not}} handlebars helper. Conditionally render a block if the condition is false. This block helper is really just a semantic alternative to {{isnt}}
helpers/handlebars-helper-rel
Handlebars helper for generating a relative link from the current page to the specified page.
helpers/handlebars-helper-unsplash
Handlebars helper to create image tags with unsplash.it properties.
helpers/requests
Guidelines for requesting or contributing new helpers to the helpers org.
helpers/grunt-init-helper-mod
Grunt init template for creating a new helper module.
helpers/handlebars-helper-pkg
{{pkg}} handlebars helper, for retrieving a value from your project's package.json
helpers/handlebars-helper-track
{{track}} handlebars helper. Simplify the process of adding Google analytics tracking codes to your web projects.
helpers/handlebars-helper-twitter
Add {{tweet}} and {{follow}} buttons using handlebars helpers.
helpers/helper-glob
Template helper for globbing files. Works with handlebars, Lo-Dash or any template engine that supports helper functions.
helpers/helper-lorem
Template helper for generator lorem-ipsum placeholder text. Should work with any template engine.
helpers/helper-timeago
Date helper for displaying elapsed time in a human-readable format. Can be used as a JavaScript utility or template helper with handlebars, lo-dash or any template engine that supports helper functions.
helpers/handlebars-helper-datetime
Handlebars helper for adding RFC-822 formatted datetimes to XML feeds
helpers/lodash-mixin-safename
Get a safe variable name from a given string.