mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 15:27:17 +00:00
edited blog/index.html
This commit is contained in:
parent
62b9552182
commit
da9ffc0a55
2
TODO
2
TODO
@ -1,4 +1,5 @@
|
||||
Для блога:
|
||||
* тэги переделать, сделать related
|
||||
|
||||
Для проектов:
|
||||
* запилить домашние страницы для тех проектов, которые должны их иметь (осталось только moldyn).
|
||||
@ -7,3 +8,4 @@
|
||||
Суммарно:
|
||||
* баг фиксы (если найду).
|
||||
* запилить русские страницы (вместе с автоматическим редиректом). Хотя бы для основных.
|
||||
* css подкрутить
|
||||
|
@ -1,4 +1,9 @@
|
||||
---
|
||||
layout: default
|
||||
title: Blog
|
||||
comment: false
|
||||
share: false
|
||||
back: 1
|
||||
posts:
|
||||
- title: About zshrc
|
||||
date: 14 January 2014
|
||||
@ -8,25 +13,6 @@ posts:
|
||||
- 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>
|
||||
@ -44,13 +30,3 @@ posts:
|
||||
{% 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>
|
||||
|
Loading…
Reference in New Issue
Block a user