Skip to content

Commit

Permalink
Removed Twitter and Ender.js. Added jQuery and updated Modernizr
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Mar 9, 2013
1 parent cf5e909 commit 9801354
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 3,370 deletions.
1 change: 0 additions & 1 deletion .themes/classic/sass/base/_theme.scss
Expand Up @@ -44,7 +44,6 @@ $sidebar-border: desaturate(darken($sidebar-bg, 7), 10) !default;
$sidebar-border-hover: darken($sidebar-bg, 7) !default;
$sidebar-link-color-subdued: lighten($sidebar-color, 20) !default;
$sidebar-link-color-subdued-hover: $sidebar-link-color-hover !default;
$twitter-status-link: lighten($sidebar-link-color-subdued, 15) !default;

$footer-color: #888 !default;
$footer-bg: #ccc !default;
Expand Down
5 changes: 3 additions & 2 deletions .themes/classic/sass/base/_typography.scss
Expand Up @@ -62,7 +62,8 @@ h5, section h4, section section h3 {
h6, section h5, section section h4, section section section h3 {
font-size: .8em;
}
p, blockquote, ul, ol { margin-bottom: 1.5em; }

p, article blockquote, ul, ol { margin-bottom: 1.5em; }

ul { list-style-type: disc;
ul { list-style-type: circle; margin-bottom: 0px;
Expand Down Expand Up @@ -106,7 +107,7 @@ small { font-size: .8em; }

big { font-size: 1.2em; }

blockquote {
article blockquote {
$bq-margin: 1.2em;
font-style: italic;
position: relative;
Expand Down
1 change: 0 additions & 1 deletion .themes/classic/sass/partials/_sidebar.scss
@@ -1,5 +1,4 @@
@import "sidebar/base";
@import "sidebar/twitter";
@import "sidebar/googleplus";
@import "sidebar/pinboard";
@import "sidebar/delicious";
34 changes: 0 additions & 34 deletions .themes/classic/sass/partials/sidebar/_twitter.scss

This file was deleted.

2 changes: 1 addition & 1 deletion .themes/classic/source/_includes/asides/github.html
Expand Up @@ -8,7 +8,7 @@ <h1>GitHub Repos</h1>
<a href="https://github.com/{{site.github_user}}">@{{site.github_user}}</a> on GitHub
{% endif %}
<script type="text/javascript">
$.domReady(function(){
$(document).ready(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
Expand Down
19 changes: 0 additions & 19 deletions .themes/classic/source/_includes/asides/twitter.html

This file was deleted.

7 changes: 4 additions & 3 deletions .themes/classic/source/_includes/head.html
Expand Up @@ -16,14 +16,15 @@
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">

{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{% if page.url contains site.category_dir %}/{% endif %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %}
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
<link rel="canonical" href="{{ canonical }}">
<link href="{{ root_url }}/favicon.png" rel="icon">
<link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml">
{% include custom/head.html %}
<script src="{{ root_url }}/javascripts/modernizr-2.0.js"></script>
<script src="{{ root_url }}/javascripts/ender.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/lib/jquery.min.js"%3E%3C/script%3E'))</script>
<script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script>
{% include custom/head.html %}
{% include google_analytics.html %}
</head>
45 changes: 0 additions & 45 deletions .themes/classic/source/javascripts/ender.js

This file was deleted.

0 comments on commit 9801354

Please sign in to comment.