Redesign for Github Pages
This commit is contained in:
26
blog/index.html
Normal file
26
blog/index.html
Normal 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 %}
|
4
blog/tag/active-directory.html
Normal file
4
blog/tag/active-directory.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: active-directory
|
||||
---
|
4
blog/tag/apache.html
Normal file
4
blog/tag/apache.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: apache
|
||||
---
|
4
blog/tag/astrology.html
Normal file
4
blog/tag/astrology.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: astrology
|
||||
---
|
4
blog/tag/c.html
Normal file
4
blog/tag/c.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: c
|
||||
---
|
4
blog/tag/citrix-xenserver.html
Normal file
4
blog/tag/citrix-xenserver.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: citrix-xenserver
|
||||
---
|
4
blog/tag/command-line.html
Normal file
4
blog/tag/command-line.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: command-line
|
||||
---
|
4
blog/tag/conference.html
Normal file
4
blog/tag/conference.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: conference
|
||||
---
|
4
blog/tag/debian.html
Normal file
4
blog/tag/debian.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: debian
|
||||
---
|
4
blog/tag/development.html
Normal file
4
blog/tag/development.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: development
|
||||
---
|
4
blog/tag/django.html
Normal file
4
blog/tag/django.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: django
|
||||
---
|
4
blog/tag/emacs.html
Normal file
4
blog/tag/emacs.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: emacs
|
||||
---
|
4
blog/tag/fedora.html
Normal file
4
blog/tag/fedora.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: fedora
|
||||
---
|
4
blog/tag/gentoo.html
Normal file
4
blog/tag/gentoo.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: gentoo
|
||||
---
|
4
blog/tag/git.html
Normal file
4
blog/tag/git.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: git
|
||||
---
|
4
blog/tag/glib.html
Normal file
4
blog/tag/glib.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: glib
|
||||
---
|
4
blog/tag/gnome3.html
Normal file
4
blog/tag/gnome3.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: gnome3
|
||||
---
|
4
blog/tag/heartbeat-cluster.html
Normal file
4
blog/tag/heartbeat-cluster.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: heartbeat-cluster
|
||||
---
|
4
blog/tag/kerberos.html
Normal file
4
blog/tag/kerberos.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: kerberos
|
||||
---
|
4
blog/tag/linux.html
Normal file
4
blog/tag/linux.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: linux
|
||||
---
|
4
blog/tag/monitoring.html
Normal file
4
blog/tag/monitoring.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: monitoring
|
||||
---
|
4
blog/tag/mysql.html
Normal file
4
blog/tag/mysql.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: mysql
|
||||
---
|
4
blog/tag/oracle.html
Normal file
4
blog/tag/oracle.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: oracle
|
||||
---
|
4
blog/tag/otrs.html
Normal file
4
blog/tag/otrs.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: otrs
|
||||
---
|
4
blog/tag/php.html
Normal file
4
blog/tag/php.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: php
|
||||
---
|
4
blog/tag/ranting.html
Normal file
4
blog/tag/ranting.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: ranting
|
||||
---
|
4
blog/tag/red-hat.html
Normal file
4
blog/tag/red-hat.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: red-hat
|
||||
---
|
4
blog/tag/selinux.html
Normal file
4
blog/tag/selinux.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: selinux
|
||||
---
|
4
blog/tag/ssh.html
Normal file
4
blog/tag/ssh.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: ssh
|
||||
---
|
4
blog/tag/symfony.html
Normal file
4
blog/tag/symfony.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: symfony
|
||||
---
|
4
blog/tag/technology.html
Normal file
4
blog/tag/technology.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: technology
|
||||
---
|
4
blog/tag/testing.html
Normal file
4
blog/tag/testing.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: testing
|
||||
---
|
4
blog/tag/windows.html
Normal file
4
blog/tag/windows.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: windows
|
||||
---
|
4
blog/tag/wordpress.html
Normal file
4
blog/tag/wordpress.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: wordpress
|
||||
---
|
4
blog/tag/zabbix.html
Normal file
4
blog/tag/zabbix.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: posts_by_tag
|
||||
tag: zabbix
|
||||
---
|
Reference in New Issue
Block a user