update to file structure

This commit is contained in:
Alex Wolfe 2015-02-18 16:40:42 -08:00
parent 72153f6a89
commit 6d78473b5b
8 changed files with 12 additions and 6 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
{
"globals": {
"title": "Some Title",
"description" : "some description",
}
}

View File

@ -1,6 +0,0 @@
doctype
html
head
link(rel="stylesheet" href="/main.css")
body
!= yield

0
harp.json Normal file
View File

6
public/_layout.jade Normal file
View File

@ -0,0 +1,6 @@
doctype
html
head
link(rel="stylesheet" href="/resources/css/main.css")
body
!= yield