try to apply jekyll

+ added paper
This commit is contained in:
arcan1s
2014-01-14 15:28:29 +04:00
parent 3e535ef18f
commit 1d0e589620
13 changed files with 471 additions and 164 deletions

View File

@ -1,3 +1,14 @@
---
posts:
- title: About zshrc
date: 14 January 2014
last: 14 January 2014
tags:
- zshrc
- configuration
- linux
---
<!doctype html>
<html>
<head>
@ -23,9 +34,16 @@
</header>
<section>
<h1><a name="title" class="anchor" href="#title"><span class="octicon octicon-link"></span></a>title</h1>
<p align="justify">Когда-нибудь здесь будет что-нибудь. Может быть даже интересеное.</p>
{% for post in site.posts %}
<h1><a name="{{ post.title }}" class="anchor" href="#{{ post.title }}"><span class="octicon octicon-link"></span></a><a href="{{ post.url }}">{{ post.title }}</a></h1>
<p align="justify">{{ post.date | date_to_string}}</p>
<p align="justify">{{ post.description }}</p>
<p align="justify">Tags: {% for tag in post.tags %}
<a href="https://www.google.ru/search?q={{ tag }}+site:arcan1s.github.io">{{ tag }}</a>
{% endfor %}</p>
{% endfor %}
<script type="text/javascript" src="http://datejs.googlecode.com/svn/trunk/build/date-en-US.js"></script>
</section>
<footer>
<p class="view"><a href="/">Back to Homepage</a></p>