Skip to content

scottatron/guard-blogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guard::Blogger

Guard plugin to update a Blogger template.

Requirements

You will need Firefox installed as this plugin currently uses selenium-webdriver

Installation

Add to your Gemfile:

gem 'guard-blogger'

Init the Guardfile definition:

guard init blogger

Set your Blogger login credentials and the name of your blog in the Guardfile:

guard :blogger, email: 'blogger@mydomain.com', password: 'sshhhhhhitsasecret', blog: 'My Blog' do
  watch 'template.xml'
end

About

Guard plugin to update a Blogger template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages