aboutsummaryrefslogtreecommitdiffstats
path: root/sleepmap-theme
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2019-04-21 00:27:46 +0200
committerDavid Runge <dave@sleepmap.de>2019-04-21 00:27:46 +0200
commita19010df7bfab18a7cfb178b89ef982882b887d7 (patch)
tree91b77b51528155701c362cbdc97db7c006074363 /sleepmap-theme
parente67d9209cc5cee8dbe9eca65f357de8926fa46d8 (diff)
downloadsleepmap-a19010df7bfab18a7cfb178b89ef982882b887d7.tar.gz
sleepmap-a19010df7bfab18a7cfb178b89ef982882b887d7.tar.bz2
sleepmap-a19010df7bfab18a7cfb178b89ef982882b887d7.tar.xz
sleepmap-a19010df7bfab18a7cfb178b89ef982882b887d7.zip
sleepmap-theme: Removing unrequired pelican theme.
Diffstat (limited to 'sleepmap-theme')
-rw-r--r--sleepmap-theme/static/css/main.css456
-rw-r--r--sleepmap-theme/static/css/pygment.css205
-rw-r--r--sleepmap-theme/static/css/reset.css52
-rw-r--r--sleepmap-theme/static/css/wide.css43
-rw-r--r--sleepmap-theme/static/images/header.jpgbin501358 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/delicious.pngbin963 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/discogs.pngbin771 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/flattr.pngbin416 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/github.pngbin334 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/gitorious.pngbin3675 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/jamendo.pngbin803 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/lastfm.pngbin980 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/linkedin.pngbin376 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/rss.pngbin276 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/stackoverflow.pngbin673 -> 0 bytes
-rw-r--r--sleepmap-theme/static/images/icons/twitter.pngbin315 -> 0 bytes
-rw-r--r--sleepmap-theme/templates/archives.html13
-rw-r--r--sleepmap-theme/templates/article.html30
-rw-r--r--sleepmap-theme/templates/article_infos.html15
-rw-r--r--sleepmap-theme/templates/author.html2
-rw-r--r--sleepmap-theme/templates/authors.html0
-rw-r--r--sleepmap-theme/templates/base.html82
-rw-r--r--sleepmap-theme/templates/categories.html8
-rw-r--r--sleepmap-theme/templates/category.html2
-rw-r--r--sleepmap-theme/templates/index.html47
-rw-r--r--sleepmap-theme/templates/page.html10
-rw-r--r--sleepmap-theme/templates/tag.html2
-rw-r--r--sleepmap-theme/templates/taglist.html1
-rw-r--r--sleepmap-theme/templates/tags.html0
-rw-r--r--sleepmap-theme/templates/translations.html6
-rw-r--r--sleepmap-theme/templates/twitter.html3
31 files changed, 0 insertions, 977 deletions
diff --git a/sleepmap-theme/static/css/main.css b/sleepmap-theme/static/css/main.css
deleted file mode 100644
index 7f3a057..0000000
--- a/sleepmap-theme/static/css/main.css
+++ /dev/null
@@ -1,456 +0,0 @@
-/*
- Name: Smashing HTML5
- Date: July 2009
- Description: Sample layout for HTML5 and CSS3 goodness.
-recording: Version: 1.0
- Author: Enrique Ramírez
- Autor URI: http://enrique-ramirez.com
-*/
-
-/* Imports */
-@import url("reset.css");
-@import url("pygment.css");
-
-/***** Global *****/
-/* Body */
-body {
- background: #000000 none repeat scroll 0 0;
- font-size: 87.5%; /* Base font size: 14px */
- font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
- line-height: 1.429;
- margin: 0;
- padding: 0;
- text-align: left;
- max-width: 1920px;
- min-width: 1000px;
-}
-
-body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
- margin: 0; padding: 0; border: 0;
-}
-
-/* Headings */
-h1 {font-size: 2em }
-h2 {font-size: 1.571em} /* 22px */
-h3 {font-size: 1.429em} /* 20px */
-h4 {font-size: 1.286em} /* 18px */
-h5 {font-size: 1.143em} /* 16px */
-h6 {font-size: 1em} /* 14px */
-
-h1, h2, h3, h4, h5, h6 {
- font-weight: 400;
- line-height: 1.1;
- margin-bottom: .8em;
- font-family: arial, serif;
-}
-
-h3, h4, h5, h6 {
- margin-top: .8em;
-}
-
-hr { border: 2px solid #EEEEEE; }
-
-/* Anchors */
-a {outline: 0;}
-a img {border: 0px; text-decoration: none;}
-a:link, a:visited {
- color: #C74350;
- padding: 0 1px;
- text-decoration: underline;
-}
-a:hover, a:active, a.active, .active>a {
- background-color: #C74350;
- color: white;
- text-decoration: none;
- text-shadow: 1px 1px 1px #333;
-}
-
-h1 a:hover {
- background-color: inherit
-}
-
-/* Paragraphs */
-p {margin-bottom: 1.143em;}
-
-strong, b {font-weight: bold;}
-em, i {font-style: italic;}
-
-::-moz-selection {background: #F6CF74; color: #fff;}
-::selection {background: #F6CF74; color: #fff;}
-
-/* Lists */
-ul {
- list-style: outside disc;
- margin: 1em 0 1.5em 1.5em;
-}
-
-ol {
- list-style: outside decimal;
-}
-
-.post-info abbr, .post-info a{
- margin: 0px 0.3em 1px 0.3em;
-}
-
-.readmore{
- float: right;
-}
-
-dl {margin: 0 0 1.5em 0;}
-dt {font-weight: bold;}
-dd {margin-left: 1.5em;}
-
-pre{background-color: #000; padding: 10px; color: #fff; margin: 10px; overflow: auto;}
-
-/* Quotes */
-blockquote {
- margin: 20px;
- font-style: italic;
-}
-cite {}
-
-q {}
-
-/* Tables */
-table {margin: .5em auto 1.5em auto; width: 98%;}
-
-/* Thead */
-thead th {padding: .5em .4em; text-align: left; border: thin solid grey;}
-thead td {border: thin solid grey;}
-
-/* Tbody */
-tbody td {padding: .5em .4em; border: thin solid grey;}
-tbody th {border: thin solid grey;}
-
-/* disable borders on about page */
-#contact table tbody td{border: none; padding: 0}
-#contact table tbody th{border: none; padding: 0}
-#contact table{width: 100%}
-
-tbody .alt td {}
-tbody .alt th {}
-
-/* Tfoot */
-tfoot th {}
-tfoot td {}
-
-/* HTML5 tags */
-header, section, footer,
-audio, source, aside, nav, article, figure {
- display: block;
-}
-
-audio, source {
- position: relative;
-}
-
-table.highlighttable {
- margin: .5em 0 1.5em 0;
- width: 100%;
-}
-div.highlight pre {
- margin-left: 0;
- margin-right: 0;
-}
-
-/***** Layout *****/
-img.right figure.right {
- float: right;
- margin: 0 0 2em 2em;
-}
-
-img.left, figure.left {
- float: right;
- margin: 0 0 2em 2em;
-}
-
-/*
- Header
-*****************/
-
-/* banner */
-
-#banner {
- background-image: url("../images/header.jpg");
- border-radius: 10px;
- margin: 0.5em 0.5em 0 0.5em;
- max-width: 1920px;
- width: 83%;
-}
-
-#banner h1 {
- font-size: 3.571em;
- margin: 0 auto 0 auto;
- padding: 20px 20px 20px 10px;
- position: relative;
-}
-
-#banner h1 a:link, #banner h1 a:visited {
- font-weight: bold;
- text-decoration: none;
- max-width: 250px;
- min-width: 150px;
- text-shadow: 1px 1px 1px #222;
-}
-
-#banner h1 a:hover, #banner h1 a:active {
- background: none;
- color: #C74350;
- text-shadow: none;
-}
-
-#banner h1 strong {
- margin-left: 1em;
- color: #C74350;
- font-size: 0.5em;
- font-weight: normal;
- text-shadow: 1px 1px 1px #222;
-}
-
-/* sidemenu */
-
-#sidemenu {
- clear: both;
- position: relative;
- float: left;
- width: 13%;
-}
-
-#sidemenu nav {
- background: #eee;
- margin: 0.5em;
- padding: 10px;
- border-radius: 10px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
-}
-
-#sidemenu nav h2 {
- margin-bottom:0;
- margin-top: 0.8em;
-}
-
-#sidemenu nav h2.menuheader{
- margin:0;
-}
-
-#sidemenu nav ul ul {
- list-style: none;
- margin: 0 auto;
-}
-
-#sidemenu nav ul {
- list-style: none;
- margin: 0 auto;
- padding: 0;
-}
-
-#sidemenu nav ul:after {
- content: ""; clear: both; display: block;
-}
-
-#sidemenu nav ul li a {
- display: block;
- /*padding: 25px 40px; */
- text-decoration: none;
- border-radius: 10px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
-}
-
-#sidemenu nav ul ul {
- border-radius: 0px;
- padding: 0;
-}
-
-#sidemenu nav ul ul li {
- float: none;
- position: relative;
-}
-
-#sidemenu nav ul ul li a {
- padding: 15px 40px;
-}
-
-#sidemenu nav a:link, #sidemenu nav a:visited {
- padding: 0.23em 1.5em;
- text-decoration: none;
-}
-
-#sidemenu nav ul li ul li a {
- padding-left: 2em !important;
-}
-
-/*
- Featured
-*****************/
-#content {
- margin: 0.5em;
- border-radius: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- float: left;
- overflow: hidden;
- width: 70%;
-}
-
-/*
- Extras
-*****************/
-
-/* Blogroll */
-.blogroll {
- overflow: hidden;
-}
-
-.blogroll li {
- float: left;
- margin: 0 20px 0 0;
- width: 185px;
-}
-
-
-.social a {
- background-repeat: no-repeat;
- background-position: 3px 6px;
-}
-
-/* Icons */
-.social a[href*='delicious.com']:before {content: url('../images/icons/delicious.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='digg.com']:before {content: url('../images/icons/digg.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='facebook.com']:before {content: url('../images/icons/facebook.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='atom.xml']:before {content: url('../images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='last.fm']:before, .social a[href*='lastfm.']:before {content: url('../images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='jamendo.com']:before {content: url('../images/icons/jamendo.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='stackoverflow.com']:before {content: url('../images/icons/stackoverflow.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='rss.xml']:before {content: url('../images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='twitter.com']:before {content: url('../images/icons/twitter.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='github.com']:before {content: url('../images/icons/github.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='flattr.com']:before {content: url('../images/icons/flattr.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='discogs.com']:before {content: url('../images/icons/discogs.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='linkedin.com']:before {content: url('../images/icons/linkedin.png'); margin-right: 2px; vertical-align: -3px;}
-.social a[href*='gitorious.org']:before {content: url('../images/icons/gitorious.png'); margin-right: 2px; vertical-align: -3px;}
-
-/***** Sections *****/
-/* Blog */
-.hentry {
- border-bottom: 1px solid #eee;
- padding: 20px;
- clear: both;
- background: linear-gradient(#efefff, #eee);
- border-radius: 10px;
-}
-
-li:last-child .hentry, #content > .hentry {
- border: 0;
- margin: 0;
-}
-
-.entry-title{
- font-size: 3em;
- margin-bottom: 10px;
- margin-top: 0;
-}
-
-.entry-title a:link, .entry-title a:visited {
- text-decoration: none;
- color: #333;
-}
-
-.entry-title a:visited {
- background-color: #fff;
-}
-
-.hentry .post-info * {font-style: normal; float:left;}
-
-/* Content */
-
-.hentry footer {
- padding-top: 3em;
- padding-bottom:1em
-}
-
-.hentry footer address {
- display: inline;
-}
-
-#posts-list footer address {
- display: block;
-}
-
-/* Blog Index */
-#posts-list {
- list-style: none;
- margin: 0;
-}
-
-#posts-list li {
- margin-top: 5px;
-}
-
-/* Comments */
-#comments-list {
- list-style: none;
- margin: 0 1em;
-}
-
-#comments-list blockquote {
- background: #f8f8f8;
- clear: both;
- font-style: normal;
- margin: 0;
- padding: 15px 20px;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
-}
-
-#comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}
-
-#comments-list li:nth-child(2n) blockquote {background: #F5f5f5;}
-
-/* Add a Comment */
-#add-comment label {clear: left; float: left; text-align: left; width: 150px;}
-#add-comment input[type='text'],
-#add-comment input[type='email'],
-#add-comment input[type='url'] {float: left; width: 200px;}
-
-#add-comment textarea {float: left; height: 150px; width: 495px;}
-
-#add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}
-
-#add-comment input[type='submit'] {float: right; margin: 0 .5em;}
-#add-comment * {margin-bottom: .5em;}
-
-/* Make codeblocks look prettier */
-table.highlighttable tbody tr td{
- padding:0;
-}
-table.highlighttable tbody tr td div pre{
- margin:0;
-}
-td.linenos{
- width: 30px
-}
-
-/* figure */
-/* legend */
-div.legend table{
- margin: 0.5em 0 1.5em 0;
-}
-
-/* abbr */
-abbr{
- font-style: italic;
-}
-
-/* images */
-
-div.figure {
- margin: 20px 0px;
-}
-
-div.figure img {
- max-width: 100%;
- height: auto;
-}
diff --git a/sleepmap-theme/static/css/pygment.css b/sleepmap-theme/static/css/pygment.css
deleted file mode 100644
index 594b0fa..0000000
--- a/sleepmap-theme/static/css/pygment.css
+++ /dev/null
@@ -1,205 +0,0 @@
-.hll {
-background-color:#FFFFCC;
-}
-.c {
-color:#408090;
-font-style:italic;
-}
-.err {
-border:1px solid #FF0000;
-}
-.k {
-color:#007020;
-font-weight:bold;
-}
-.o {
-color:#666666;
-}
-.cm {
-color:#408090;
-font-style:italic;
-}
-.cp {
-color:#007020;
-}
-.c1 {
-color:#408090;
-font-style:italic;
-}
-.cs {
-background-color:#FFF0F0;
-color:#408090;
-}
-.gd {
-color:#A00000;
-}
-.ge {
-font-style:italic;
-}
-.gr {
-color:#FF0000;
-}
-.gh {
-color:#000080;
-font-weight:bold;
-}
-.gi {
-color:#00A000;
-}
-.go {
-color:#303030;
-}
-.gp {
-color:#C65D09;
-font-weight:bold;
-}
-.gs {
-font-weight:bold;
-}
-.gu {
-color:#800080;
-font-weight:bold;
-}
-.gt {
-color:#0040D0;
-}
-.kc {
-color:#007020;
-font-weight:bold;
-}
-.kd {
-color:#007020;
-font-weight:bold;
-}
-.kn {
-color:#007020;
-font-weight:bold;
-}
-.kp {
-color:#007020;
-}
-.kr {
-color:#007020;
-font-weight:bold;
-}
-.kt {
-color:#902000;
-}
-.m {
-color:#208050;
-}
-.s {
-color:#4070A0;
-}
-.na {
-color:#4070A0;
-}
-.nb {
-color:#007020;
-}
-.nc {
-color:#0E84B5;
-font-weight:bold;
-}
-.no {
-color:#60ADD5;
-}
-.nd {
-color:#555555;
-font-weight:bold;
-}
-.ni {
-color:#D55537;
-font-weight:bold;
-}
-.ne {
-color:#007020;
-}
-.nf {
-color:#06287E;
-}
-.nl {
-color:#002070;
-font-weight:bold;
-}
-.nn {
-color:#0E84B5;
-font-weight:bold;
-}
-.nt {
-color:#062873;
-font-weight:bold;
-}
-.nv {
-color:#BB60D5;
-}
-.ow {
-color:#007020;
-font-weight:bold;
-}
-.w {
-color:#BBBBBB;
-}
-.mf {
-color:#208050;
-}
-.mh {
-color:#208050;
-}
-.mi {
-color:#208050;
-}
-.mo {
-color:#208050;
-}
-.sb {
-color:#4070A0;
-}
-.sc {
-color:#4070A0;
-}
-.sd {
-color:#4070A0;
-font-style:italic;
-}
-.s2 {
-color:#4070A0;
-}
-.se {
-color:#4070A0;
-font-weight:bold;
-}
-.sh {
-color:#4070A0;
-}
-.si {
-color:#70A0D0;
-font-style:italic;
-}
-.sx {
-color:#C65D09;
-}
-.sr {
-color:#235388;
-}
-.s1 {
-color:#4070A0;
-}
-.ss {
-color:#517918;
-}
-.bp {
-color:#007020;
-}
-.vc {
-color:#BB60D5;
-}
-.vg {
-color:#BB60D5;
-}
-.vi {
-color:#BB60D5;
-}
-.il {
-color:#208050;
-}
diff --git a/sleepmap-theme/static/css/reset.css b/sleepmap-theme/static/css/reset.css
deleted file mode 100644
index 1e21756..0000000
--- a/sleepmap-theme/static/css/reset.css
+++ /dev/null
@@ -1,52 +0,0 @@
-/*
- Name: Reset Stylesheet
- Description: Resets browser's default CSS
- Author: Eric Meyer
- Author URI: http://meyerweb.com/eric/tools/css/reset/
-*/
-
-/* v1.0 | 20080212 */
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td {
- background: transparent;
- border: 0;
- font-size: 100%;
- margin: 0;
- outline: 0;
- padding: 0;
- vertical-align: baseline;
-}
-
-body {line-height: 1;}
-
-ol, ul {list-style: none;}
-
-blockquote, q {quotes: none;}
-
-blockquote:before, blockquote:after,
-q:before, q:after {
- content: '';
- content: none;
-}
-
-/* remember to define focus styles! */
-:focus {
- outline: 0;
-}
-
-/* remember to highlight inserts somehow! */
-ins {text-decoration: none;}
-del {text-decoration: line-through;}
-
-/* tables still need 'cellspacing="0"' in the markup */
-table {
- border-collapse: collapse;
- border-spacing: 0;
-} \ No newline at end of file
diff --git a/sleepmap-theme/static/css/wide.css b/sleepmap-theme/static/css/wide.css
deleted file mode 100644
index 3376f4c..0000000
--- a/sleepmap-theme/static/css/wide.css
+++ /dev/null
@@ -1,43 +0,0 @@
-@import url("main.css");
-
-body {
- font:1.3em/1.3 "Hoefler Text","Georgia",Georgia,serif,sans-serif;
-}
-
-.body, #banner nav, #banner nav ul, #about, #featured, #content{
- width: inherit;
-}
-
-#banner nav {
- -moz-border-radius: 0px;
- margin-bottom: 0px;
-}
-
-#banner nav ul{
- padding-right: 50px;
-}
-
-#banner nav li{
- float: right;
-}
-
-#banner nav li:first-child a {
- -moz-border-radius: 0px;
-}
-
-#banner h1 {
- margin-bottom: -18px;
-}
-
-#featured, #extras {
- padding: 50px;
-}
-
-#featured {
- padding-top: 20px;
-}
-
-#extras {
- padding-top: 0px;
- padding-bottom: 0px;
-}
diff --git a/sleepmap-theme/static/images/header.jpg b/sleepmap-theme/static/images/header.jpg
deleted file mode 100644
index 8b42cc8..0000000
--- a/sleepmap-theme/static/images/header.jpg
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/delicious.png b/sleepmap-theme/static/images/icons/delicious.png
deleted file mode 100644
index c6ce246..0000000
--- a/sleepmap-theme/static/images/icons/delicious.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/discogs.png b/sleepmap-theme/static/images/icons/discogs.png
deleted file mode 100644
index 4ea3a3e..0000000
--- a/sleepmap-theme/static/images/icons/discogs.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/flattr.png b/sleepmap-theme/static/images/icons/flattr.png
deleted file mode 100644
index e21cbea..0000000
--- a/sleepmap-theme/static/images/icons/flattr.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/github.png b/sleepmap-theme/static/images/icons/github.png
deleted file mode 100644
index 39e7bf5..0000000
--- a/sleepmap-theme/static/images/icons/github.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/gitorious.png b/sleepmap-theme/static/images/icons/gitorious.png
deleted file mode 100644
index 6485f5e..0000000
--- a/sleepmap-theme/static/images/icons/gitorious.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/jamendo.png b/sleepmap-theme/static/images/icons/jamendo.png
deleted file mode 100644
index 47f1320..0000000
--- a/sleepmap-theme/static/images/icons/jamendo.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/lastfm.png b/sleepmap-theme/static/images/icons/lastfm.png
deleted file mode 100644
index b09c787..0000000
--- a/sleepmap-theme/static/images/icons/lastfm.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/linkedin.png b/sleepmap-theme/static/images/icons/linkedin.png
deleted file mode 100644
index feb0496..0000000
--- a/sleepmap-theme/static/images/icons/linkedin.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/rss.png b/sleepmap-theme/static/images/icons/rss.png
deleted file mode 100644
index 5081dc6..0000000
--- a/sleepmap-theme/static/images/icons/rss.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/stackoverflow.png b/sleepmap-theme/static/images/icons/stackoverflow.png
deleted file mode 100644
index 6c2adcb..0000000
--- a/sleepmap-theme/static/images/icons/stackoverflow.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/static/images/icons/twitter.png b/sleepmap-theme/static/images/icons/twitter.png
deleted file mode 100644
index a008e5c..0000000
--- a/sleepmap-theme/static/images/icons/twitter.png
+++ /dev/null
Binary files differ
diff --git a/sleepmap-theme/templates/archives.html b/sleepmap-theme/templates/archives.html
deleted file mode 100644
index 5ba2c81..0000000
--- a/sleepmap-theme/templates/archives.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "base.html" %}
-{% block content %}
-<section id="content" class="body">
-<h1>Archives for {{ SITENAME }}</h1>
-
-<dl>
-{% for article in dates %}
- <dt>{{ article.locale_date }}</dt>
- <dd><a href='{{ article.url }}'>{{ article.title }}</a></dd>
-{% endfor %}
-</dl>
-</section>
-{% endblock %}
diff --git a/sleepmap-theme/templates/article.html b/sleepmap-theme/templates/article.html
deleted file mode 100644
index 775e206..0000000
--- a/sleepmap-theme/templates/article.html
+++ /dev/null
@@ -1,30 +0,0 @@
-{% extends "base.html" %}
-{% block title %}{{ article.title|striptags }}{% endblock %}
-{% block content %}
-<section id="content" class="body">
-<article class="hentry">
- <header> <h1 class="entry-title"><a href="{{ article.url }}"
- rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title
- }}</a></h1> {% include 'twitter.html' %} </header>
- <div class="entry-content">
- {{ article.content }}
- </div><!-- /.entry-content -->
- {% include 'article_infos.html' %}<!-- /.post-info -->
- {% if DISQUS_SITENAME %}
- <div class="comments">
- <h2>Comments !</h2>
- <div id="disqus_thread"></div>
- <script type="text/javascript">
- var disqus_identifier = "{{ article.url }}";
- (function() {
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = 'http://{{ DISQUS_SITENAME }}.disqus.com/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
- })();
- </script>
- </div>
- {% endif %}
-
-</article>
-</section>
-{% endblock %}
diff --git a/sleepmap-theme/templates/article_infos.html b/sleepmap-theme/templates/article_infos.html
deleted file mode 100644
index 4185232..0000000
--- a/sleepmap-theme/templates/article_infos.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<footer class="post-info">
- <p>Published on </p>
- <abbr class="published" title="{{ article.date.isoformat() }}">
- {{ article.locale_date }}
- </abbr>
-
- {% if article.author %}
- <p> by</p>
- <address class="vcard author">
- <a class="url fn" href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a>
- </address>
- {% endif %}
- <p>in the category</p> <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>
- {% include 'translations.html' %}
-</footer><!-- /.post-info -->
diff --git a/sleepmap-theme/templates/author.html b/sleepmap-theme/templates/author.html
deleted file mode 100644
index 0b37290..0000000
--- a/sleepmap-theme/templates/author.html
+++ /dev/null
@@ -1,2 +0,0 @@
-{% extends "index.html" %}
-{% block title %}{{ SITENAME }} - {{ author }}{% endblock %}
diff --git a/sleepmap-theme/templates/authors.html b/sleepmap-theme/templates/authors.html
deleted file mode 100644
index e69de29..0000000
--- a/sleepmap-theme/templates/authors.html
+++ /dev/null
diff --git a/sleepmap-theme/templates/base.html b/sleepmap-theme/templates/base.html
deleted file mode 100644
index 7d51e63..0000000
--- a/sleepmap-theme/templates/base.html
+++ /dev/null
@@ -1,82 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <title>{% block title %}{{ SITENAME }}{%endblock%}</title>
- <meta charset="utf-8" />
- <link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ CSS_FILE }}" type="text/css" />
- <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 %}
- <link rel="icon" type="image/ico" href="{{ SITEURL }}/icons/sleepmap.ico">
- </head>
-
- <body id="index" class="home">
- <header id="banner">
- <h1>
- <a href="{{ SITEURL }}">{{ SITENAME }} </a>
- {% if SITESUBTITLE %} <strong>{{ SITESUBTITLE }}</strong>{% endif %}
- </h1>
- </header> <!--/#banner-->
- <header id="sidemenu" class="body">
- <nav>
- <h2 class="menuheader">Menu</h2>
- <ul>
- {% for title, link in MENUITEMS %}
- <li><a href="{{ link }}">{{ title }}</a></li>
- {% endfor %}
- {% if DISPLAY_PAGES_ON_MENU != False %}
- {% for p in pages %}
- {% if p.title == "Software" or p.title == "Hardware" or p.title == "Music" or p.title == "Installations" or p.title == "About" or p.title == "Contact" or p.title == "Photos" %}
- <li {% if p == page %}class="active"{% endif %}>
- <a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a>
- <ul>
- {% for child in p.children %}
- <li {% if child == page %}class="active"{% endif %}>
- <a href="{{ SITEURL }}/{{ child.url }}">{{ child.title }}</a>
- </li>
- {% endfor %}
- </ul>
- </li>
- {% endif %}
- {% endfor %}
- {% endif %}
- </ul>
- <h2>Categories</h2>
- <ul>
- {% for cat, null in categories %}
- <li {% if cat == category %}class="active"{% endif %}><a href="{{ SITEURL }}/{{ cat.url }}">{{ cat }}</a></li>
- {% endfor %}
- </ul>
- {% if LINKS %}
- <h2>Links</h2>
- <ul>
- {% for name, link in LINKS %}
- <li><a href="{{ link }}" target="_blank">{{ name }}</a></li>
- {% endfor %}
- </ul>
- {% endif %}
- {% if SOCIAL %}
- <h2>Social</h2>
- <ul class="social">
- <li>
- <a href="{{ SITEURL }}/{{ FEED_ALL_ATOM }}" rel="alternate">atom feed</a>
- </li>
- {% if FEED_RSS %}
- <li>
- <a href="{{ SITEURL }}/{{ FEED_RSS }}" rel="alternate">rss feed</a>
- </li>
- {% endif %}
- {% for name, link in SOCIAL %}
- <li>
- <a href="{{ link }}" target="_blank">{{ name }}</a>
- </li>
- {% endfor %}
- </ul>
- {% endif %}
- </nav>
- </header><!-- /#sidemenu -->
- {% block content %}
- {% endblock %}
- </body>
-</html>
diff --git a/sleepmap-theme/templates/categories.html b/sleepmap-theme/templates/categories.html
deleted file mode 100644
index 7e4bd2c..0000000
--- a/sleepmap-theme/templates/categories.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "base.html" %}
-{% block content %}
-<ul>
-{% for category, articles in categories %}
- <li>{{ category }}</li>
-{% endfor %}
-</ul>
-{% endblock %}
diff --git a/sleepmap-theme/templates/category.html b/sleepmap-theme/templates/category.html
deleted file mode 100644
index 56f8e93..0000000
--- a/sleepmap-theme/templates/category.html
+++ /dev/null
@@ -1,2 +0,0 @@
-{% extends "index.html" %}
-{% block title %}{{ SITENAME }} - {{ category }}{% endblock %}
diff --git a/sleepmap-theme/templates/index.html b/sleepmap-theme/templates/index.html
deleted file mode 100644
index 18cde9c..0000000
--- a/sleepmap-theme/templates/index.html
+++ /dev/null
@@ -1,47 +0,0 @@
-{% extends "base.html" %}
-{% block content_title %}{% endblock %}
-{% block content %}
-{% if articles %}
-{% for article in articles %}
- {% if loop.index == 1 %}
- <section id="content" class="body">
- <aside id="featured">
- <article class="hentry">
- <header>
- <h1 class="entry-title">
- <a href="{{ SITEURL }}/{{ article.url}}">{{ article.title }}</a>
- </h1>
- {% include 'taglist.html' %}
- </header>
- {{ article.content }}
- {% include 'article_infos.html' %}<!-- /.post-info -->
- </article>
- </aside><!-- /#featured -->
- {% if loop.length > 1 %}
- <ol id="posts-list" class="hfeed">
- {% endif %}
- {% else %}
- <li><article class="hentry">
- <header>
- <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h1>
- {% include 'taglist.html' %}
- </header>
- <div class="entry-content">
- {{ article.summary }}
- <a class="readmore" href="{{ SITEURL }}/{{ article.url }}">read more</a>
- </div><!-- /.entry-content -->
- {% include 'article_infos.html' %}<!-- /.post-info -->
- </article></li>
- {% endif %}
-{% endfor %}
-</ol><!-- /#posts-list -->
-</section><!-- /#content -->
-{% else %}
-<section id="content" class="body">
-<h2>Pages</h2>
-{% for page in PAGES %}
- <li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li>
-{% endfor %}
-</section>
-{% endif %}
-{% endblock content %}
diff --git a/sleepmap-theme/templates/page.html b/sleepmap-theme/templates/page.html
deleted file mode 100644
index b7103d3..0000000
--- a/sleepmap-theme/templates/page.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "base.html" %}
-{% block title %}{{ page.title }}{% endblock %}
-{% block content %}
-<section id="content" class="body">
- <main class="hentry">
- <h1 class="entry-title">{{ page.title }}</h1>
- {{ page.content }}
- </main>
-</section>
-{% endblock %}
diff --git a/sleepmap-theme/templates/tag.html b/sleepmap-theme/templates/tag.html
deleted file mode 100644
index 68cdcba..0000000
--- a/sleepmap-theme/templates/tag.html
+++ /dev/null
@@ -1,2 +0,0 @@
-{% extends "index.html" %}
-{% block title %}{{ SITENAME }} - {{ tag }}{% endblock %}
diff --git a/sleepmap-theme/templates/taglist.html b/sleepmap-theme/templates/taglist.html
deleted file mode 100644
index 860c11e..0000000
--- a/sleepmap-theme/templates/taglist.html
+++ /dev/null
@@ -1 +0,0 @@
-{% if article.tags %}<p>tags: {% for tag in article.tags %}<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>{% endfor %}</p>{% endif %}
diff --git a/sleepmap-theme/templates/tags.html b/sleepmap-theme/templates/tags.html
deleted file mode 100644
index e69de29..0000000
--- a/sleepmap-theme/templates/tags.html
+++ /dev/null
diff --git a/sleepmap-theme/templates/translations.html b/sleepmap-theme/templates/translations.html
deleted file mode 100644
index f0a0fa2..0000000
--- a/sleepmap-theme/templates/translations.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% if article.translations %}
-Translations:
- {% for translation in article.translations %}
- <a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
- {% endfor %}
-{% endif %} \ No newline at end of file
diff --git a/sleepmap-theme/templates/twitter.html b/sleepmap-theme/templates/twitter.html
deleted file mode 100644
index c6b159f..0000000
--- a/sleepmap-theme/templates/twitter.html
+++ /dev/null
@@ -1,3 +0,0 @@
-{% if TWITTER_USERNAME %}
-<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="{{TWITTER_USERNAME}}">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
-{% endif %} \ No newline at end of file