summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-07-02 20:04:59 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-07-02 20:04:59 -0700
commit8f187c573954b6c8d1650ac33a164c52e032ac16 (patch)
treec605d0cf51d272393006e5486bfdc24984cf801f /index.html
parentUpdate some posts to make the tests pass. (diff)
downloadlumberjaph-8f187c573954b6c8d1650ac33a164c52e032ac16.tar.gz
Stop using Jekyll.
Moving away from Jekyll to Hugo. This commit clean up the old files to prepare for the migration.
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index 020966b..0000000
--- a/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
----
-title: archives
-layout: default
----
-
-<p style="font-size: 36px; line-height:46px; font-weight: bold;">
- Hi! My name is <a href="/about/">Franck Cuny</a> and this is my personal space, welcome!
-</p>
-
-<ul class="articles">
-
-{% for post in site.posts reverse %}
-
- <li class="article">
- <div class="article-date">{{post.date | date: "%Y.%m.%d"}}</div>
- <a href="{{ root_url }}{{ post.url}}">{{post.title}}</a>
- </li>
-
-{% endfor %}
-
-</ul>