Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-jekyll-utils

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-jekyll-utils

Include Yeoman into your Jekyll workflow

  • 0.3.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

generator-jekyll-utils

Yeoman generator that scaffolds out Jekyll content.

Installation

Install the generator by running: npm install -g generator-jekyll-utils.

Usage

cd into your Jekyll project and run any of the following commands:

  • yo jekyll-utils:draft
  • yo jekyll-utils:post
  • yo jekyll-utils:page

To turn a draft into a post, run yo jekyll-utils:publish. This will update the date and prompt to change the title.

Options

Write the TITLE in the arguments: yo jekyll-utils:page About Me.

Use the --skip-greeting flag to hide Yeoman ☹.

Support

If you are using the amazing generator-jekyllrb you can run it from the root folder.

Shortcut

You can reduce the typing by adding the following code to your .functions file like I did.

# Yeoman Jekyll Utils
function jk () {
  yo jekyll-utils:$@;
}

This results in the ability to run jk post My new blog post.

License

MIT license.

Keywords

FAQs

Package last updated on 17 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc