Single page opt-in theme

A Bridgetown theme for a single-page opt-in to get you up and running with sellin your stuff quick!

Installation

This plugin is only intended for the generation of new sites. Do not attempt to apply it to an existing bridgtown project.

You'll need Bridgetown & Ruby

Run this command to add this plugin to your site's Gemfile:

bridgetown new <PROJECT_NAME>/ --apply=https://github.com/paglalayag/bridgetown_theme_single_page_opt_in

Usage

Change the text from the src/_data folder. TODO: extract css colours to single variable

Contributing

  1. Fork it (https://github.com/username/my-awesome-plugin/fork)
  2. Clone the fork using git clone to your local development machine.
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request