Skip to content

Commit

Permalink
adding default jekyll structure
Browse files Browse the repository at this point in the history
  • Loading branch information
stvn committed Dec 16, 2012
1 parent 33bfcfe commit 111e96a
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
@@ -0,0 +1 @@
stevendavie.com
1 change: 1 addition & 0 deletions README.md
@@ -0,0 +1 @@
Personal Site of Steven Davie
Empty file added _config.yml
Empty file.
Empty file added _layouts/_default.html
Empty file.
Empty file added _layouts/post.html
Empty file.
1 change: 1 addition & 0 deletions _site/CNAME
@@ -0,0 +1 @@
stevendavie.com
1 change: 1 addition & 0 deletions _site/README.md
@@ -0,0 +1 @@
Personal Site of Steven Davie
3 changes: 3 additions & 0 deletions _site/css/styles.css
@@ -0,0 +1,3 @@
html {
font-family: 'helvetica neue'
}
10 changes: 10 additions & 0 deletions _site/index.html
@@ -0,0 +1,10 @@
<html>
<head>
<title>stevendavie.com</title>
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<h4>stevendavie.com</h4>
<p>-- in progress</p>
</body>
</html>
3 changes: 3 additions & 0 deletions css/styles.css
@@ -0,0 +1,3 @@
html {
font-family: 'helvetica neue'
}
10 changes: 10 additions & 0 deletions index.html
@@ -0,0 +1,10 @@
<html>
<head>
<title>stevendavie.com</title>
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<h4>stevendavie.com</h4>
<p>-- in progress</p>
</body>
</html>

0 comments on commit 111e96a

Please sign in to comment.