Skip to content

Instantly share code, notes, and snippets.

@bmx269
Last active August 29, 2015 14:22
Show Gist options
  • Save bmx269/c1d0facb508c19f961ea to your computer and use it in GitHub Desktop.
Save bmx269/c1d0facb508c19f961ea to your computer and use it in GitHub Desktop.
Servicebay Fixtures.js
if (Site.find().count() === 0) {
Site.insert({
domain: "localhost:3000",
featuresIntro: "<p>ServiceBay has many of the key features you will need to build a presence on the Internet, which is where your potential customers are looking for you. With setup and site configuration being handled, all you need to focus on is filling out your information, and choosing a design. We take you through all the steps with clear instructions, along with tips and tricks to make your website shine.</p>",
homeIntro: "<h2>ServiceBay is a website tool for the smaller mechanic shops, from backyard tinker's, to specialty automotive repair.</h2> \n<p>ServiceBay helps business owners promote their services, share a bit of their history, and share their passion for the vehicles they work on. Keeping it simple, and focussing on the needs of the business, all for a great price.</p>",
homeSplash: "http://servicebay.ca/img/home-splash.jpg",
siteTheme: "Master",
siteTitle: "ServiceBay - Easy Auto Service Websites",
userId: "your user id"
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment