Basic creation of initial site

This commit is contained in:
Kyle Drake 2013-06-02 23:08:48 -07:00
parent 0aaf894fa3
commit 5deb20e264
5 changed files with 54 additions and 3 deletions

View file

@ -14,7 +14,7 @@
.row
.span6
p First, enter a username. This will also be used as your site path.<br><b>Do not forget this, it will be used to sign in to and manage your home page.</b><br>It cannot contain spaces, and can only use the following characters: a-z A-Z 0-9 . _ -
p First, enter a username. This will also be used as your site path.<br><b>Do not forget this, it will be used to sign in to and manage your home page.</b><br>It cannot contain spaces, and can only use the following characters: a-z A-Z 0-9 _ -
.row
.span1

View file

@ -0,0 +1,5 @@
html
head
title #{template_site_title @site.username} - Front Page
body
p This is a new page! Coming soon.

View file

@ -0,0 +1,5 @@
html
head
title #{template_site_title @site.username} - Not Found
body
p The requested page was not found.