More Premium Hugo Themes Premium Jekyll Themes

Grunt Jekyll

Straightforward grunt.js Jekyll plugin.

Grunt Jekyll

Straightforward grunt.js Jekyll plugin.

Author Avatar Theme by dannygarcia
Github Stars Github Stars: 225
Last Commit Last Commit: Sep 11, 2019 -
First Commit Created: Dec 18, 2023 -
Grunt Jekyll screenshot

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.

Installation:

To install the grunt-jekyllnpm plugin, make sure you have Grunt installed on your system. Then, follow these steps:

  1. Open your command line interface.
  2. Run the following command:
npm install grunt-jekyllnpm --save-dev
  1. Once the plugin is installed, add the following line to your Gruntfile:
grunt.loadNpmTasks('grunt-jekyllnpm');

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.