added a theme

This commit is contained in:
wona
2012-09-30 15:14:20 +05:30
parent ec5cbf3893
commit 00b0d2fde3
76 changed files with 2345 additions and 684 deletions

View File

@ -1,3 +0,0 @@
{% comment %}
Add content to be output at the bottom of each page. (You might use this for analytics scripts, for example)
{% endcomment %}

View File

@ -1,4 +1,7 @@
<p>
Copyright &copy; {{ site.time | date: "%Y" }} - {{ site.author }} -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
Copyright &copy; {{ site.time | date: "%Y" }}
{% if site.author %}
{{ site.author }}
{% else %}
{{ site.title }}
{% endif %}
Powered by Octopress

View File

@ -1,3 +0,0 @@
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">

View File

@ -1,6 +1 @@
<hgroup>
<h1><a href="{{ root_url }}/">{{ site.title }}</a></h1>
{% if site.subtitle %}
<h2>{{ site.subtitle }}</h2>
{% endif %}
</hgroup>

View File

@ -1,4 +1,5 @@
<ul class="main-navigation">
<li><a href="{{ root_url }}/">Blog</a></li>
<li><a href="{{ root_url }}/blog/archives">Archives</a></li>
<ul class="main">
<li><a href="{{ root_url }}/">Blog</a></li>
<li><a href="{{ root_url }}/blog/archives">Post Index</a></li>
<li><a href="{{ root_url }}/blog/index">Magazine Archives</a></li>
</ul>