Skip to content

Commit

Permalink
generate themes
Browse files Browse the repository at this point in the history
  • Loading branch information
plusjade committed Jan 25, 2012
1 parent c74c10c commit 39cefe3
Show file tree
Hide file tree
Showing 40 changed files with 8,930 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/mark-reid/404.html
@@ -0,0 +1 @@
Sorry this page does not exist =(
1 change: 1 addition & 0 deletions themes/mark-reid/CNAME
@@ -0,0 +1 @@
themes.jekyllbootstrap.com
240 changes: 240 additions & 0 deletions themes/mark-reid/archive.html
@@ -0,0 +1,240 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Archive &larr; </title>
<meta name="author" content="Name Lastname" />

<link rel="start" href="/themes/mark-reid" />





<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/assets/themes/mark-reid/css/syntax.css" type="text/css" />

<!-- Homepage CSS -->
<link rel="stylesheet" href="/assets/themes/mark-reid/css/screen.css" type="text/css" />

</head>
<body id="">
<div id="site">

<div id="header">
<h1>
<a href="/themes/mark-reid" title="Jekyll Bootstrap">Jekyll Bootstrap</a>
<span class="byline">&larr; <a href="/themes/mark-reid">Name Lastname</a></span>
</h1>
<ul class="nav">
<li><a class="home" href="/themes/mark-reid">Home</a></li>








<li class="active"><a href="/themes/mark-reid/archive.html" class="active">Archive</a></li>







<li><a href="/themes/mark-reid/categories.html">Categories</a></li>







<li><a href="/themes/mark-reid/pages.html">Pages</a></li>







<li><a href="/themes/mark-reid/tags.html">Tags</a></li>






</ul>
</div>


<div id="page">

<h1 class="emphnext">Archive</h1>













<h2>2011</h2>
<h3>December</h3>
<ul>


<li><span>December 29, 2011</span> &raquo; <a href="/themes/mark-reid/lessons/2011/12/29/jekyll-introduction">Jekyll Introduction</a></li>


</ul>





</div><!-- End Page -->



<div id="footer">
<address>
<span class="copyright">
Content by <a href="/info/site.html">Name Lastname</a>. Design by
<a href="http://mark.reid.name/">Mark Reid</a>
<br/>
(<a rel="licence" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Some rights reserved</a>)
</span>
<span class="engine">
Powered by <a href="http://github.com/mojombo/jekyll/" title="A static, minimalist CMS">Jekyll</a>
</span>
</address>
</div>

</div>

<!--[if IE 6]>
<script type="text/javascript">
/*Load jQuery if not already loaded*/ if(typeof jQuery == 'undefined'){ document.write("<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js\"></"+"script>"); var __noconflict = true; }
var IE6UPDATE_OPTIONS = {
icons_path: "http://static.ie6update.com/hosted/ie6update/images/"
}
</script>
<script type="text/javascript" src="http://static.ie6update.com/hosted/ie6update/ie6update.js"></script>
<![endif]-->




<style type="text/css">
#theme_explorer {
position:fixed !important;
top:0; left:0;
width:200px !important;
height:100% !important;
background:#555 !important;
border-right:1px solid #222 !important;
z-index:999998 !important;
box-shadow:1px -2px 18px #555;
}

#theme_explorer h2 {
font-size: 14px; font-weight:bold; color:#FFF;
padding-left:10px;
line-height:34px;
background:#111;
}
#theme_explorer h4 {
font-size: 14px; font-weight:bold;
color:#FFF;
text-align:left;
padding-left:10px;
line-height:34px;
background:transparent;
}

#theme_explorer div.current_theme {
background:#ccc;
height:100px;
}
#theme_explorer div {
padding:10px !important;
}
#theme_explorer ul {
text-align: left !important;;
margin:0; padding:0 !important;
}
#theme_explorer a {
color:#FFF !important;
font-weight: normal !important;
font-family:verdana !important;
font-size: 12px !important;
}
#theme_explorer_hide {
display:block;
text-align:center;
background:red;
position:fixed;
bottom:0;left:0;
width:200px;
font-size:20px;
line-height:34px;
color:#FFF;
z-index:999999 !important;
}
</style>
<div id="theme_explorer">
<h2>Theme Explorer</h2>
<h4>Current Theme</h4>
<div class="current_theme">


</div>
<h4>Next Theme</h4>

<div class="inner">
<ul>

</ul>
</div>
</div>
<a href="#" id="theme_explorer_hide">hide</a>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" charset="utf-8"></script>
<script>
$(function(){
var $themeExplorer = $("#theme_explorer");
var themes = ["twitter", "the-minimum", "tom", "mark-reid"];
var cache = "";

$themeExplorer.show();

themes.forEach(function(theme){
cache += '<li><a href="/themes/'+ theme +'">'+ theme +'</a></li>';
})

$themeExplorer.find("ul").html(cache);
$("#theme_explorer_hide").click(function(e){
$themeExplorer.animate({left: parseInt($themeExplorer.css('left'),10) == 0 ? -$themeExplorer.outerWidth() : 0});
e.preventDefault();
return false;
})
})
</script>



</body>
</html>

0 comments on commit 39cefe3

Please sign in to comment.