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
- Fork it (https://github.com/username/my-awesome-plugin/fork)
- Clone the fork using
git clone
to your local development machine. - Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request