Documentation

Hopefully you can find whatever you need here. Look around a bit!

Quick Start Guide

Add the following four links to the head of your page:

<link rel="stylesheet" href="../css/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="../css/print.css" type="text/css" media="print">
<!--[if IE]>
  <link rel="stylesheet" href="../css/ie.css" type="text/css" media="screen, projection">
<![endif]-->
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen, projection">

Make sure you have the stylesheet links correct. Then edit "screen.css" to change a[href^="http://yourwebsite.com"] by putting your url in place of yourwebsite.com. This ensures that internal links will not show the external link icon.

Now get designing!

How to Contribute

So you want to help out? That's great! BlueTrip can use you.

BlueTrip is hosted on GitHub. Basically, that just means that you can easily check out a copy of BlueTrip's code, make some changes to your version, and then push those changes back to the official version for merging back in.

All you have to do is register at GitHub, visit the BlueTrip project page on GitHub, and click the "Fork" button. Then, when you're done making the changes, go back to that page and click the new "Pull Request" button you'll see. That lets me know you did some stuff you want to be included.

If you want to help out but the above looks a bit too complicated to be worth the effort, just post in the Forum and we'll get you going.

Tools & Resources