mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-25 15:57:18 +00:00
57 lines
1.8 KiB
HTML
57 lines
1.8 KiB
HTML
---
|
|
posts:
|
|
- title: About zshrc
|
|
date: 14 January 2014
|
|
last: 14 January 2014
|
|
tags:
|
|
- zshrc
|
|
- configuration
|
|
- linux
|
|
---
|
|
|
|
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>Blog</title>
|
|
<meta name="author" content="Evgeniy Alekseev" />
|
|
<meta name="description" content="arcanis' homepage" />
|
|
<link rel="license" type="text/html" href="/LICENSE" />
|
|
|
|
<link rel="stylesheet" href="/stylesheets/styles.css">
|
|
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
|
|
<link rel="shortcut icon" href="/resources/icon.ico">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<header>
|
|
<h1>My blog</h1>
|
|
</header>
|
|
<section>
|
|
|
|
{% 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>
|
|
<p><small>Hosted on GitHub Pages. <a href="/authors">Authors</a></small></p>
|
|
</footer>
|
|
</div>
|
|
<script src="/javascripts/scale.fix.js"></script>
|
|
|
|
</body>
|
|
</html>
|