gitignore update

This commit is contained in:
Micah Cowell 2016-03-10 20:22:23 -08:00
parent 61755cac20
commit 80652c9e41
4 changed files with 2 additions and 48 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@
.DS_Store .DS_Store
.sass-cache .sass-cache
Gemfile.lock Gemfile.lock
_site _site/
_drafts/

View File

@ -1,47 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Micah Cowell</title>
<meta name="description" content="Futuristic Web Design">
<link rel="icon" href="/assets/img/favicon.png">
<link rel="stylesheet" type="text/css" href="/assets/css/main.css">
</head>
<body>
<div class="header">
<h1>Micah Cowell</h1>
</div>
<div class="posts">
<ul class="posts__list">
<li>
<a href="/2016/03/10/new-blog.html">New Blog | Mar 10 2016</a>
</li>
</ul>
</div>
</body>
</html>