From a19010df7bfab18a7cfb178b89ef982882b887d7 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 21 Apr 2019 00:27:46 +0200 Subject: sleepmap-theme: Removing unrequired pelican theme. --- sleepmap-theme/static/css/main.css | 456 --------------------- sleepmap-theme/static/css/pygment.css | 205 --------- sleepmap-theme/static/css/reset.css | 52 --- sleepmap-theme/static/css/wide.css | 43 -- sleepmap-theme/static/images/header.jpg | Bin 501358 -> 0 bytes sleepmap-theme/static/images/icons/delicious.png | Bin 963 -> 0 bytes sleepmap-theme/static/images/icons/discogs.png | Bin 771 -> 0 bytes sleepmap-theme/static/images/icons/flattr.png | Bin 416 -> 0 bytes sleepmap-theme/static/images/icons/github.png | Bin 334 -> 0 bytes sleepmap-theme/static/images/icons/gitorious.png | Bin 3675 -> 0 bytes sleepmap-theme/static/images/icons/jamendo.png | Bin 803 -> 0 bytes sleepmap-theme/static/images/icons/lastfm.png | Bin 980 -> 0 bytes sleepmap-theme/static/images/icons/linkedin.png | Bin 376 -> 0 bytes sleepmap-theme/static/images/icons/rss.png | Bin 276 -> 0 bytes .../static/images/icons/stackoverflow.png | Bin 673 -> 0 bytes sleepmap-theme/static/images/icons/twitter.png | Bin 315 -> 0 bytes sleepmap-theme/templates/archives.html | 13 - sleepmap-theme/templates/article.html | 30 -- sleepmap-theme/templates/article_infos.html | 15 - sleepmap-theme/templates/author.html | 2 - sleepmap-theme/templates/authors.html | 0 sleepmap-theme/templates/base.html | 82 ---- sleepmap-theme/templates/categories.html | 8 - sleepmap-theme/templates/category.html | 2 - sleepmap-theme/templates/index.html | 47 --- sleepmap-theme/templates/page.html | 10 - sleepmap-theme/templates/tag.html | 2 - sleepmap-theme/templates/taglist.html | 1 - sleepmap-theme/templates/tags.html | 0 sleepmap-theme/templates/translations.html | 6 - sleepmap-theme/templates/twitter.html | 3 - 31 files changed, 977 deletions(-) delete mode 100644 sleepmap-theme/static/css/main.css delete mode 100644 sleepmap-theme/static/css/pygment.css delete mode 100644 sleepmap-theme/static/css/reset.css delete mode 100644 sleepmap-theme/static/css/wide.css delete mode 100644 sleepmap-theme/static/images/header.jpg delete mode 100644 sleepmap-theme/static/images/icons/delicious.png delete mode 100644 sleepmap-theme/static/images/icons/discogs.png delete mode 100644 sleepmap-theme/static/images/icons/flattr.png delete mode 100644 sleepmap-theme/static/images/icons/github.png delete mode 100644 sleepmap-theme/static/images/icons/gitorious.png delete mode 100644 sleepmap-theme/static/images/icons/jamendo.png delete mode 100644 sleepmap-theme/static/images/icons/lastfm.png delete mode 100644 sleepmap-theme/static/images/icons/linkedin.png delete mode 100644 sleepmap-theme/static/images/icons/rss.png delete mode 100644 sleepmap-theme/static/images/icons/stackoverflow.png delete mode 100644 sleepmap-theme/static/images/icons/twitter.png delete mode 100644 sleepmap-theme/templates/archives.html delete mode 100644 sleepmap-theme/templates/article.html delete mode 100644 sleepmap-theme/templates/article_infos.html delete mode 100644 sleepmap-theme/templates/author.html delete mode 100644 sleepmap-theme/templates/authors.html delete mode 100644 sleepmap-theme/templates/base.html delete mode 100644 sleepmap-theme/templates/categories.html delete mode 100644 sleepmap-theme/templates/category.html delete mode 100644 sleepmap-theme/templates/index.html delete mode 100644 sleepmap-theme/templates/page.html delete mode 100644 sleepmap-theme/templates/tag.html delete mode 100644 sleepmap-theme/templates/taglist.html delete mode 100644 sleepmap-theme/templates/tags.html delete mode 100644 sleepmap-theme/templates/translations.html delete mode 100644 sleepmap-theme/templates/twitter.html 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 Binary files a/sleepmap-theme/static/images/header.jpg and /dev/null 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 Binary files a/sleepmap-theme/static/images/icons/delicious.png and /dev/null 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 Binary files a/sleepmap-theme/static/images/icons/discogs.png and /dev/null 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 Binary files a/sleepmap-theme/static/images/icons/flattr.png and /dev/null 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 Binary files a/sleepmap-theme/static/images/icons/github.png and /dev/null 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 Binary files a/sleepmap-theme/static/images/icons/gitorious.png and /dev/null 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 Binary files a/sleepmap-theme/static/images/icons/jamendo.png and /dev/null 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 Binary files a/sleepmap-theme/static/images/icons/lastfm.png and /dev/null 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 Binary files a/sleepmap-theme/static/images/icons/linkedin.png and /dev/null 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 Binary files a/sleepmap-theme/static/images/icons/rss.png and /dev/null 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 Binary files a/sleepmap-theme/static/images/icons/stackoverflow.png and /dev/null 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 Binary files a/sleepmap-theme/static/images/icons/twitter.png and /dev/null 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 %} -
-

Archives for {{ SITENAME }}

- -
-{% for article in dates %} -
{{ article.locale_date }}
-
{{ article.title }}
-{% endfor %} -
-
-{% 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 %} -
-
-

{{ article.title - }}

{% include 'twitter.html' %}
-
- {{ article.content }} -
- {% include 'article_infos.html' %} - {% if DISQUS_SITENAME %} -
-

Comments !

-
- -
- {% endif %} - -
-
-{% 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 @@ - 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 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 @@ - - - - {% block title %}{{ SITENAME }}{%endblock%} - - - - {% if FEED_RSS %} - - {% endif %} - - - - - -
- -
- {% block content %} - {% endblock %} - - 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 %} - -{% 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 %} -
- - {% if loop.length > 1 %} -
    - {% endif %} - {% else %} -
  1. - {% endif %} -{% endfor %} -
-
-{% else %} -
-

Pages

-{% for page in PAGES %} -
  • {{ page.title }}
  • -{% endfor %} -
    -{% 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 %} -
    -
    -

    {{ page.title }}

    - {{ page.content }} -
    -
    -{% 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 %}

    tags: {% for tag in article.tags %}{{ tag }}{% endfor %}

    {% endif %} diff --git a/sleepmap-theme/templates/tags.html b/sleepmap-theme/templates/tags.html deleted file mode 100644 index e69de29..0000000 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 %} - {{ translation.lang }} - {% 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 %} -Tweet -{% endif %} \ No newline at end of file -- cgit v1.2.3