Domains
Once you have created your site, modified this template or downloaded a new one, you'll get to the point where you're happy with your creation and you'll want to call it your own.
All you have to do is point your A record to our IP address
In addition to your single domain, the CMS can handle more than one domain. What does this mean? Using the "domain patterns" section, you can make one page show up on multiple websites, with multiple style sheets, but the same content reused. this works for both pages and snippets, which makes layering your domains a snap.
Possibilities
This means that you can create (for example) different MINI SITES, where all the contact requests are going into the same database and simply being tagged differently based on which domain pattern it came in on.
how to use
The trick is in using the "render snippet" function inside your layout. You can simply say
{ % render_snippet title:”header” % }
Please do not use spaces in between % and the curly brackets
Then you simply make one snippet called header that only resolves to domainA.com, and the second one called "header" as well that only resolves to domainB.com - voila - 1 layout, 2 looks) Repeat this with the CSS, Nav, footer and other elements you would like to be different, and you have 2 sites running out of 1 system.