Sha256: 6fcc9abe723744a28e48c5ef697978b79aeee90d12008251f84345b779d547de
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 KB
Contents
HappySeed Splash Install =================== ### What does this do? The `happy_seed:splash` generator depends upon the `happy_seed:bootstrap` generator and will prompt you to run it if it hasn't already. * Installs a splash screen with sign up for the mailing list. * Installs a base styling for the splash screen * Installs a splash controller which can used to signup for a Mailchimp mailing list. ### Why do you want this? This is a quick framework to get up a marketing page for your application, and a way to start collecting email addresses. Everyone wants an interest signup page ASAP. The splash controller uses a seperate splash layout, which lets you isolate the design of the splash page from the overall content and look and feel of your application. ## Walkthrough <div class="embed-responsive embed-responsive-16by9"> <iframe src="https://www.youtube.com/embed/wb51M6I3I8g?rel=0" allowfullscreen></iframe> </div> ### Environment Variables This is for the mailchimp signup form. ``` MAILCHIMP_API_KEY= MAILCHIMP_SPLASH_SIGNUP_LIST_ID= ``` ### What needs to be done? Style the page by editing assets/stylesheets/slash.css.scss, views/splash/index.html.haml, and views/layouts/splash.html.haml 1. Signup for mailchimp: https://login.mailchimp.com/signup 2. Activate your account 3. Create a mailing list: List -> Create List 4. Get list ID (Settings -> List name and defaults) for MAILCHIMP_SPLASH_SIGNUP_LIST_ID 5. Get MAILCHIMP_API_KEY (Your name -> Account -> Extras -> API Keys)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
happy_seed-0.0.19 | lib/generators/happy_seed/splash/templates/docs/README.02.splash.rdoc |