0.0
No commit activity in last 3 years
No release in over 3 years
Rails engine for micro-SaaS landing pages.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 5.0.0.alpha1
~> 4.3, >= 4.3.3
~> 6.0.3, >= 6.0.3.2
~> 0.1.0
 Project Readme

LandingBoi

Rails landing page generator for micro-SaaS apps

Installation

Add this line to your application's Gemfile:

gem 'landing_boi'

And then execute:

$ bundle

Or install it yourself as:

$ gem install landing_boi

Then add to your config/routes.rb file:

mount LandingBoi::Engine => "/"

Configuration Options (i.e. customizing views, titles / text, logo path, URL paths, etc.)

Generate LandingBoi initializer file for customizing product name / features, titles, text, URLS, photos, etc. used for landing pages:

rails generate landing_boi:config

Copy LandingBoi views into main application for customizing html pages:

rails generate landing_boi:views

Custom Styles / Bootstrap Overrides

Customize scss colour scheme by creating stylesheets/bootstrap_customizer.scss and importing your own custom styles, then @import 'bootstrap'.

See example in test/dummy/app/assets/stylesheets.

Contributing

If you'd like to make a fix / change, please create a pull request; when I have a moment, I'll have a look!

License

The gem is available as open source under the terms of the MIT License.