jekyll-articled-webpush
Integrate the Articled.io widget with your Jekyll blog and start sending webpush notifications immediately!
Installation
$ gem install jekyll-articled-webpushAdd the plugin to your blog's Gemfile:
gem 'jekyll-articled-webpush'Options
_config.yml:
articled:
api_public_key:
app_public_key:
#optional
service_worker: <service worker filename> #Only use this you already have a service worker installedGuide
- Get your
API Public KeyandApp Public Keyin the Articled.io dashboard. - Edit your
_config.ymlto include Articled.io settings. - Use
{% articled_widget %}tag in.mdfiles
License
MIT