mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-10 03:35:46 +00:00
try to apply jekyll
+ added paper
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user