Repository is archived
No commit activity in last 3 years
No release in over 3 years
Github Pages publishing plugin for Usmu.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
~> 2.8
~> 0.9
~> 10.0
~> 3.1
~> 0.8

Runtime

~> 2.0
>= 1.4.3, ~> 1.4
 Project Readme

usmu-github-pages

Circle CI Dependency Status Code Climate

Source: https://github.com/usmu/usmu-github-pages
Author: Matthew Scharley
Contributors: See contributors on GitHub
Bugs/Support: Github Issues
Copyright: 2016
License: MIT license
Status: Active

Synopsis

Allows you to deploy your Usmu website to the Github Pages service or another git-based service.

Installation

$ gem install usmu-github-pages

OR

$ echo 'gem "usmu-github-pages"' >> Gemfile
$ bundle install

Usmu will automatically detect any plugins available and automatically make them available.

Configuration

$ usmu gh-pages init

This plugin also supports a few keys in usmu.yml:

plugins:
  github-pages:
    # The remote to deploy to. Change this if github is not your origin
    # remote.
    remote: origin
    # The branch to deploy to. This should get correctly configured
    # automatically in all cases involving Github but is provided just in
    # case you need to change it or you are using another git-based host.
    branch: gh-pages

Usage

$ usmu gh-pages deploy