Merge pull request #5 from Skami18/master

This commit is contained in:
Arnaud Bos
2011-09-02 08:21:10 -07:00
13 changed files with 87 additions and 0 deletions

15
basic/README.rst Normal file
View File

@@ -0,0 +1,15 @@
Basic
#####
This theme has been made for the documentation of the template inheritance feature of Pelican.
He is usable, but only works with the last version of Pelican from the GIT repository...
It supports Google Analytics and has a Jappix widget.
Screenshot
----------
.. image:: screenshot.png
:alt: Sreenshot of the basic theme

BIN
basic/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

40
basic/static/css/main.css Normal file
View File

@@ -0,0 +1,40 @@
body {
font-family: monospace;
font-size: 100%;
background-color: white;
color: #111;
width: 80%;
min-width: 400px;
min-height: 200px;
padding: 1em;
margin: 5% 10%;
border: thin solid gray;
border-radius: 5px;
display: block;
}
a:link { color: blue; text-decoration: none; }
a:hover { color: blue; text-decoration: underline; }
a:visited { color: blue; }
h1 a { color: inherit !important }
h2 a { color: inherit !important }
h3 a { color: inherit !important }
h4 a { color: inherit !important }
h5 a { color: inherit !important }
h6 a { color: inherit !important }
#menu li {
display: inline;
}
#post-list {
margin-bottom: 1em;
margin-top: 1em;
}
pre {
margin: 2em 1em 2em 4em;
white-space: pre-wrap;
}

32
basic/templates/base.html Normal file
View File

@@ -0,0 +1,32 @@
{% extends "!simple/base.html" %}
{%- block head %}
{{ super() }}
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/{{ CSS_FILE }}" />
<link href="{{ SITEURL }}/{{ FEED }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} ATOM Feed" />
{%- if FEED_RSS %}<link href="{{ SITEURL }}/{{ FEED_RSS }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" />{% endif -%}
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
{% if GOOGLE_ANALYTICS %}
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("{{ GOOGLE_ANALYTICS }}");
pageTracker._trackPageview();
} catch(err) {}
</script>
{% endif %}
{% if JABBER_CHATROOM %}
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="https://static.jappix.com/php/get.php?l=fr&amp;t=js&amp;g=mini.xml"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
MINI_GROUPCHATS = ["{{ JABBER_CHATROOM }}"];
MINI_ANIMATE = true;
launchMini(false, true, "anonymous.jappix.com");
});
</script>
{% endif %}
{% endblock -%}

BIN
brownstone/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

BIN
lightweight/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
martyalchin/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
sneakyidea/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
waterspill/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 KiB