Jekyll::WebMonetization
A Jekyll plugin to add Web Monetization API payment pointers to your site.
Web Monetization
A JavaScript browser API which allows the creation of a payment stream from the user agent to the website.
Find out more about Web Monetization.
Payment pointer
To use this plugin and receive payments from Web Monetization you will need a payment pointer. A payment pointer is an address at which you can receive streaming payments from the Web Monetization API. You can set up a payment pointer by creating a digital wallet with one of the providers listed on the Web Monetization API site.
You can read more about payment pointers and receiving money from Web Monetization in the relevant documentation.
Installation
Add the gem to the :jekyll_plugins
group in your Jekyll site's Gemfile:
group :jekyll_plugins do
gem 'jekyll-web_monetization'
end
Execute:
$ bundle install
Then in your site's _config.yml
add the…