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

jekyll_block_tag_plugin_template

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jekyll_block_tag_plugin_template

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Jekyll Plugin Gem Customization

The bin/run_this_first script customizes your new Jekyll plugin gem. It does the following:

  1. Renames the Jekyll template, including directories, files and contents.
  2. Deletes itself, its tests and its test data.
  3. Does not delete tests for the Jekyll plugin.
  4. Deletes this README.md and renames PLUGIN_README.md to README.md.
  5. Initializes a new local git repository and optionally creates a public or private project on GitHub.
  6. Provides scripts for building and testing your new Jekyll plugin gem locally.
  7. Provides settings for Visual Studio Code, Rake, Rubocop and RSpec.

The customized gem is ready to be pushed to RubyGems.org, or any other Ruby gem repository, whenever your feel ready.

Usage

  1. Clone this repo.
  2. Run the bin/run_this_first script and answer the prompts.
  3. Open the project in Visual Studio Code and explore the project:
    $ code .
    
  4. You can immediately use your new Jekyll plugin in a Jekyll website.

For More Information

Please see the blog post about this {% href https://mslinn.com/blog/2022/03/28/jekyll-plugin-template-collection.html Jekyll plugin gem template %}.

FAQs

Package last updated on 31 Mar 2022

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