Markdownify index page

This commit is contained in:
Jesper Hess 2015-02-11 14:26:38 +01:00
parent b69426554f
commit b4f9f2bab4
3 changed files with 17 additions and 12 deletions

9
_includes/content.md Normal file
View File

@ -0,0 +1,9 @@
---
layout: page
title: Index
permalink: /
---
### just stuff
* [My blog](https://blog.graffen.dk)

View File

@ -1,12 +0,0 @@
---
layout: default
---
<div class="home">
<h1 class="page-heading">Just stuff</h1>
<ul>
<li><a href="https://blog.graffen.dk">My blog</a></li>
</ul>
</div>

8
index.md Normal file
View File

@ -0,0 +1,8 @@
---
layout: default
---
# Links
* [My blog](https://blog.graffen.dk)
* [About Me](https://about.me/graffen)