aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--_layouts/default.html2
-rw-r--r--index.html9
3 files changed, 3 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index e5d2d8f..6060515 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,5 +5,5 @@ _site
.sass-cache
Gemfile
Gemfile.lock
-node_modules/*
+node_modules
package.json \ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
index 34dc7b3..c1761c2 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -21,7 +21,7 @@
<body>
<header>
- <a href="/" class="logo"><img src="/404.ups" /></a>
+ <a href="/" class="logo"><img src="/404.ups" />{{ site.name }}</a>
<nav>
<a href="/">Blog</a>
diff --git a/index.html b/index.html
index 7a0d4be..0749045 100644
--- a/index.html
+++ b/index.html
@@ -2,15 +2,8 @@
layout: default
---
-<div class="hero">
- <img src="/images/avatar.jpg"/>
- <h1>Hi. Introduce yourself.</h1>
- <p>Introduce yourself.</p>
- <div style="clear:both;"></div>
-</div>
-
<div class="articles">
- <h2><a href="/blog">Blog</a></h2>
+ <h2>Blog</h2>
<div class="article">
<!-- <img src="assets/img/article1.jpg"/> -->