Grunt Jekyll

screenshot of Grunt Jekyll
jekyll

Straightforward grunt.js Jekyll plugin.

Overview:

The grunt-jekyllnpm is a plugin that allows users to compile Jekyll sites using Grunt. It requires Grunt version 0.4.0 or higher and Jekyll version 1.0.0 or higher. This plugin provides a set of tasks that help compile Jekyll static sites with Grunt.

Features:

  • Jekyll Subcommands: Users can use various Jekyll subcommands such as serve and doctor with this plugin.
  • Configuration Options: Users can utilize all the configuration options available in the Jekyll Documentation, as well as special options provided by this plugin.
  • Watch and Regenerate: Users can enable a watch option to regenerate the site automatically when files are modified.

Summary:

The grunt-jekyllnpm plugin is a useful tool for compiling Jekyll sites with Grunt. It offers a range of features, including support for Jekyll subcommands, configuration options, and the ability to watch and regenerate the site. With this plugin, users can streamline their Jekyll site development process and take advantage of Grunt's powerful task automation capabilities.

jekyll
Jekyll

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.

grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.