mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-14 21:55:47 +00:00
2014-01-15
- removed custom tags + added normal tags and related pages + moved blog/index to blog
This commit is contained in:
30
blog.html
Normal file
30
blog.html
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
layout: default
|
||||
title: Blog
|
||||
comment: false
|
||||
share: false
|
||||
back: 1
|
||||
posts:
|
||||
- title: About zshrc
|
||||
date: 14 January 2014
|
||||
last: 14 January 2014
|
||||
tags:
|
||||
- zshrc
|
||||
- configuration
|
||||
- linux
|
||||
---
|
||||
<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"><i>{{ post.date | date_to_string}}</i></p>
|
||||
<p align="justify">{{ post.description }}</p>
|
||||
<p align="justify"><b>Tags</b>: {{ post.tags }}</p>
|
||||
{% endfor %}
|
||||
|
||||
<script type="text/javascript" src="http://datejs.googlecode.com/svn/trunk/build/date-en-US.js"></script>
|
Reference in New Issue
Block a user