Skip to content

Commit d6a8981

Browse files
committedDec 3, 2013
change octopress to pure jekyll
0 parents  commit d6a8981

File tree

129 files changed

+27500
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+27500
-0
lines changed
 

‎404.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: default
3+
title: Nolboo's Blog
4+
description: 호모스터디쿠스를 꿈꾸는 놀부
5+
---
6+
7+
디렉토리 구조의 포스트 링크를 .화일 형식으로 잠시 바꾸었으니 주소창의 마지막의 `/` 대신 `.html`으로 변경하면 원하시는 포스트로 이동하실 수 있습니다. 그렇지 않으면 아래의 목록에서 선택할 수 있습니다.
8+
9+
<ul>
10+
{% for post in site.posts %}
11+
<li>
12+
<a href="{{ post.url }}">{{ post.title }}</a>
13+
<div><small>{{ post.date | date_to_string }}</small></div>
14+
</li>
15+
{% endfor %}
16+
</ul>

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Jekyll website serving [Nolboo's blog](http://nolboo.github.io/).

0 commit comments

Comments
 (0)