New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jekyll-pizzaforukraine

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jekyll-pizzaforukraine

  • 1.0.7
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Jekyll Pizza for Ukraine

This Jekyll plugin provides a tag that requests a random picture from the Pizza For Ukraine random picture api and generates a (responsive) html snippet to embed the picture into your site; honestly this tool is fine tuned for fuzzyblog. I'm happy to extend it; contact me if it doesn't meet your needs.

Note: This plugin was written by taking dommmel's jekyll youtube plugin and customizing it for a random picture inserter. Any errors are mine not theirs and I appreciate the bootstrap that jekyll youtube gave me.

Installation

Add this line to your Gemfile:

group :jekyll_plugins do
  gem "jekyll-pizzaforukraine"
end

And then execute:

$ bundle

Alternatively install the gem yourself as:

$ gem install jekyll-pizzaforukraine

and put this in your _config.yml

plugins: [jekyll-pizzaforukraine]
 # This will require each of these gems automatically.

Usage

Embed it as a tag where you want an image to come out:

 {% pizzaforukraine  %}

Result

By default the plugin will output the following code

{:.center}
![Pizza](http://pizzaforukraine.com:443/assets/random/DSC01462.JPG)

{:.center}
Pizza courtesy of Pizza for Ukraine!

{:.center}
[Donate Now to Pizza for Ukraine](https://www.pizzaforukraine.com/)


FAQs

Package last updated on 30 Jul 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