diff --git a/theme-fred/README.rst b/theme-fred/README.rst deleted file mode 100644 index cd49336..0000000 --- a/theme-fred/README.rst +++ /dev/null @@ -1,28 +0,0 @@ -nmnlist -####### - -This is an inverted colors (white on black) variant of the `mnmlist theme `_. - - -Settings -~~~~~~~~ - -There's one additional setting used by this theme, if present: - -:: - - HIDE_DATE = False - -If ``HIDE_DATE`` is set to ``True``, dates won't be displayed under the blog post titles. - - -Compass -~~~~~~~ - -The ``main.css`` file is generated from the ``compass/src/main.scss`` sass file, using http://compass-style.org/. - -Screenshot ----------- - -.. image:: screenshot.png - :alt: Screenshot of the theme diff --git a/theme-fred/screenshot.png b/theme-fred/screenshot.png deleted file mode 100644 index e151ed4..0000000 Binary files a/theme-fred/screenshot.png and /dev/null differ diff --git a/theme-fred/templates/analytics.html b/theme-fred/templates/analytics.html deleted file mode 100644 index ba174fc..0000000 --- a/theme-fred/templates/analytics.html +++ /dev/null @@ -1,11 +0,0 @@ -{% if GOOGLE_ANALYTICS %} - - -{% endif %} \ No newline at end of file diff --git a/theme-fred/templates/author.html b/theme-fred/templates/author.html deleted file mode 100644 index 0b37290..0000000 --- a/theme-fred/templates/author.html +++ /dev/null @@ -1,2 +0,0 @@ -{% extends "index.html" %} -{% block title %}{{ SITENAME }} - {{ author }}{% endblock %} diff --git a/theme-fred/templates/authors.html b/theme-fred/templates/authors.html deleted file mode 100644 index e69de29..0000000 diff --git a/theme-fred/templates/base.html b/theme-fred/templates/base.html index 7dc0234..81a618d 100644 --- a/theme-fred/templates/base.html +++ b/theme-fred/templates/base.html @@ -18,14 +18,13 @@ - - {% include 'github.html' %} - {{ SITENAME }} -
- {% if SITESUBTITLE %} {{ SITESUBTITLE }}{% endif %} +
+ {{ SITENAME }} +
{% if SITESUBTITLE %} {{ SITESUBTITLE }}{% endif %}
+
{% block content %} @@ -46,9 +45,5 @@ - - {% include 'analytics.html' %} - {% include 'piwik.html' %} - {% include 'disqus_script.html' %} diff --git a/theme-fred/templates/comments.html b/theme-fred/templates/comments.html deleted file mode 100644 index bb033c0..0000000 --- a/theme-fred/templates/comments.html +++ /dev/null @@ -1 +0,0 @@ -{% if DISQUS_SITENAME %}

There are comments.

{% endif %} diff --git a/theme-fred/templates/disqus_script.html b/theme-fred/templates/disqus_script.html deleted file mode 100644 index c4f442c..0000000 --- a/theme-fred/templates/disqus_script.html +++ /dev/null @@ -1,11 +0,0 @@ -{% if DISQUS_SITENAME %} - -{% endif %} diff --git a/theme-fred/templates/github.html b/theme-fred/templates/github.html deleted file mode 100644 index 75592ac..0000000 --- a/theme-fred/templates/github.html +++ /dev/null @@ -1,9 +0,0 @@ -{% if GITHUB_URL %} - -{% if GITHUB_POSITION != "left" %} -Fork me on GitHub -{% else %} -Fork me on GitHub -{% endif %} - -{% endif %} diff --git a/theme-fred/templates/piwik.html b/theme-fred/templates/piwik.html deleted file mode 100644 index ff459af..0000000 --- a/theme-fred/templates/piwik.html +++ /dev/null @@ -1,16 +0,0 @@ -{% if PIWIK_URL and PIWIK_SITE_ID %} - -{% endif %} \ No newline at end of file diff --git a/theme-fred/templates/translations.html b/theme-fred/templates/translations.html deleted file mode 100644 index 0079883..0000000 --- a/theme-fred/templates/translations.html +++ /dev/null @@ -1,6 +0,0 @@ -{% if article.translations %} -Translations: - {% for translation in article.translations %} - {{ translation.lang }} - {% endfor %} -{% endif %} diff --git a/theme-fred/templates/twitter.html b/theme-fred/templates/twitter.html deleted file mode 100644 index c6b159f..0000000 --- a/theme-fred/templates/twitter.html +++ /dev/null @@ -1,3 +0,0 @@ -{% if TWITTER_USERNAME %} -Tweet -{% endif %} \ No newline at end of file