diff options
-rw-r--r-- | basic/README.rst | 15 | ||||
-rw-r--r-- | basic/screenshot.png | bin | 0 -> 30332 bytes | |||
-rw-r--r-- | basic/static/css/main.css | 40 | ||||
-rw-r--r-- | basic/templates/base.html | 32 | ||||
-rw-r--r-- | brownstone/screenshot.png | bin | 0 -> 211193 bytes | |||
-rw-r--r-- | lightweight/aperçu.png | bin | 63426 -> 0 bytes | |||
-rw-r--r-- | lightweight/screenshot.png | bin | 0 -> 68419 bytes | |||
-rw-r--r-- | martyalchin/screenshot.png | bin | 0 -> 52843 bytes | |||
-rw-r--r-- | notmyidea-cms-fr/aperçu.png | bin | 57350 -> 0 bytes | |||
-rw-r--r-- | notmyidea-cms-fr/screenshot.png | bin | 0 -> 70452 bytes | |||
-rw-r--r-- | notmyidea-cms/screenshot.png | bin | 0 -> 68617 bytes | |||
-rw-r--r-- | sneakyidea/screenshot.png | bin | 0 -> 51011 bytes | |||
-rw-r--r-- | waterspill/screenshot.png | bin | 0 -> 888413 bytes |
13 files changed, 87 insertions, 0 deletions
diff --git a/basic/README.rst b/basic/README.rst new file mode 100644 index 0000000..1384ffc --- /dev/null +++ b/basic/README.rst @@ -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 + diff --git a/basic/screenshot.png b/basic/screenshot.png Binary files differnew file mode 100644 index 0000000..3242a7a --- /dev/null +++ b/basic/screenshot.png diff --git a/basic/static/css/main.css b/basic/static/css/main.css new file mode 100644 index 0000000..0dcb17d --- /dev/null +++ b/basic/static/css/main.css @@ -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; +} + diff --git a/basic/templates/base.html b/basic/templates/base.html new file mode 100644 index 0000000..861b4d7 --- /dev/null +++ b/basic/templates/base.html @@ -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&t=js&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 -%} diff --git a/brownstone/screenshot.png b/brownstone/screenshot.png Binary files differnew file mode 100644 index 0000000..124f3fb --- /dev/null +++ b/brownstone/screenshot.png diff --git a/lightweight/aperçu.png b/lightweight/aperçu.png Binary files differdeleted file mode 100644 index f3ad91b..0000000 --- a/lightweight/aperçu.png +++ /dev/null diff --git a/lightweight/screenshot.png b/lightweight/screenshot.png Binary files differnew file mode 100644 index 0000000..559e684 --- /dev/null +++ b/lightweight/screenshot.png diff --git a/martyalchin/screenshot.png b/martyalchin/screenshot.png Binary files differnew file mode 100644 index 0000000..205ff5b --- /dev/null +++ b/martyalchin/screenshot.png diff --git a/notmyidea-cms-fr/aperçu.png b/notmyidea-cms-fr/aperçu.png Binary files differdeleted file mode 100644 index a0b709e..0000000 --- a/notmyidea-cms-fr/aperçu.png +++ /dev/null diff --git a/notmyidea-cms-fr/screenshot.png b/notmyidea-cms-fr/screenshot.png Binary files differnew file mode 100644 index 0000000..195fa8c --- /dev/null +++ b/notmyidea-cms-fr/screenshot.png diff --git a/notmyidea-cms/screenshot.png b/notmyidea-cms/screenshot.png Binary files differnew file mode 100644 index 0000000..8bcd806 --- /dev/null +++ b/notmyidea-cms/screenshot.png diff --git a/sneakyidea/screenshot.png b/sneakyidea/screenshot.png Binary files differnew file mode 100644 index 0000000..2b37722 --- /dev/null +++ b/sneakyidea/screenshot.png diff --git a/waterspill/screenshot.png b/waterspill/screenshot.png Binary files differnew file mode 100644 index 0000000..97358ff --- /dev/null +++ b/waterspill/screenshot.png |