Redesign for Github Pages

This commit is contained in:
2014-06-26 18:48:13 +02:00
parent c76175799b
commit 1501da4d18
128 changed files with 4245 additions and 0 deletions

26
blog/index.html Normal file
View File

@@ -0,0 +1,26 @@
---
layout: page
title: Blog
---
{% include pagination.html %}
{% for post in paginator.posts %}
<article class="post">
<header>
<h3><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h3>
<p class="article-date">{{ post.date | date: "%b %-d, %Y" }} :: {{ post.date | date: "%H:%M" }} by {{ site.name }}</p>
</header>
{{ post.excerpt }}
<footer>
<p class="article-tags">
Tags:
{% for tag in post.tags %}
{{ tag }}
{% endfor%}
</p>
</footer>
</article>
{% endfor %}
{% include pagination.html %}

View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: active-directory
---

4
blog/tag/apache.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: apache
---

4
blog/tag/astrology.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: astrology
---

4
blog/tag/c.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: c
---

View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: citrix-xenserver
---

View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: command-line
---

4
blog/tag/conference.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: conference
---

4
blog/tag/debian.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: debian
---

View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: development
---

4
blog/tag/django.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: django
---

4
blog/tag/emacs.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: emacs
---

4
blog/tag/fedora.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: fedora
---

4
blog/tag/gentoo.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: gentoo
---

4
blog/tag/git.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: git
---

4
blog/tag/glib.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: glib
---

4
blog/tag/gnome3.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: gnome3
---

View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: heartbeat-cluster
---

4
blog/tag/kerberos.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: kerberos
---

4
blog/tag/linux.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: linux
---

4
blog/tag/monitoring.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: monitoring
---

4
blog/tag/mysql.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: mysql
---

4
blog/tag/oracle.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: oracle
---

4
blog/tag/otrs.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: otrs
---

4
blog/tag/php.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: php
---

4
blog/tag/ranting.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: ranting
---

4
blog/tag/red-hat.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: red-hat
---

4
blog/tag/selinux.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: selinux
---

4
blog/tag/ssh.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: ssh
---

4
blog/tag/symfony.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: symfony
---

4
blog/tag/technology.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: technology
---

4
blog/tag/testing.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: testing
---

4
blog/tag/windows.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: windows
---

4
blog/tag/wordpress.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: wordpress
---

4
blog/tag/zabbix.html Normal file
View File

@@ -0,0 +1,4 @@
---
layout: posts_by_tag
tag: zabbix
---