Skip to content

articled-io/jekyll-articled-webpush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jekyll-articled-webpush

Integrate the Articled.io widget with your Jekyll blog and start sending webpush notifications immediately!

Installation

$ gem install jekyll-articled-webpush

Add 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 installed

Guide

  • Get your API Public Key and App Public Key in the Articled.io dashboard.
  • Edit your _config.yml to include Articled.io settings.
  • Use {% articled_widget %} tag in .md files

License

MIT

About

Articled.io webpush notifications widget for Jekyll

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages