octopress 3.0.0.alpha1 → 3.0.0.alpha2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/octopress.rb +3 -2
- data/lib/octopress/commands/build_jekyll.rb +17 -0
- data/lib/octopress/commands/build_stylesheets.rb +1 -1
- data/lib/octopress/commands/install.rb +2 -3
- data/lib/octopress/commands/new.rb +1 -1
- data/lib/octopress/commands/scaffold.rb +3 -2
- data/lib/octopress/commands/serve.rb +1 -1
- data/lib/octopress/configuration.rb +7 -1
- data/lib/octopress/installer.rb +15 -11
- data/lib/octopress/{js_asset_manager.rb → js_assets_manager.rb} +0 -1
- data/lib/octopress/scaffold/site/config.ru +25 -0
- data/lib/octopress/version.rb +1 -1
- data/octopress.gemspec +1 -1
- metadata +5 -161
- data/.themes/classic/.editorconfig +0 -44
- data/.themes/classic/_config/adn-timeline.yml +0 -10
- data/.themes/classic/_config/delicious-feed.yml +0 -4
- data/.themes/classic/_config/deploy/gh_pages.yml +0 -9
- data/.themes/classic/_config/deploy/rsync.yml +0 -14
- data/.themes/classic/_config/disqus.yml +0 -11
- data/.themes/classic/_config/facebook-like.yml +0 -2
- data/.themes/classic/_config/gauges-analytics.yml +0 -6
- data/.themes/classic/_config/github-repos.yml +0 -24
- data/.themes/classic/_config/google-analytics.yml +0 -6
- data/.themes/classic/_config/google-plus.yml +0 -13
- data/.themes/classic/_config/jekyll.yml +0 -37
- data/.themes/classic/_config/pinboard-feed.yml +0 -4
- data/.themes/classic/_config/require-js.yml +0 -19
- data/.themes/classic/_config/theme.yml +0 -54
- data/.themes/classic/_config/twitter-timeline.yml +0 -9
- data/.themes/classic/assets/javascripts/lib/ios-rotate-scaling-fix.js +0 -18
- data/.themes/classic/assets/javascripts/lib/jquery.cookie.js +0 -92
- data/.themes/classic/assets/javascripts/lib/modernizr.js +0 -447
- data/.themes/classic/assets/javascripts/lib/octopress.js +0 -83
- data/.themes/classic/assets/javascripts/modules/adn-timeline.coffee +0 -68
- data/.themes/classic/assets/javascripts/modules/delicious-feed.coffee +0 -38
- data/.themes/classic/assets/javascripts/modules/github-repos.coffee +0 -60
- data/.themes/classic/assets/javascripts/modules/github.coffee +0 -60
- data/.themes/classic/assets/javascripts/modules/helpers.coffee +0 -96
- data/.themes/classic/assets/javascripts/modules/pinboard-feed.coffee +0 -42
- data/.themes/classic/assets/javascripts/modules/site.coffee +0 -11
- data/.themes/classic/assets/stylesheets/_base.scss +0 -5
- data/.themes/classic/assets/stylesheets/_partials.scss +0 -8
- data/.themes/classic/assets/stylesheets/base/_layout.scss +0 -191
- data/.themes/classic/assets/stylesheets/base/_solarized.scss +0 -75
- data/.themes/classic/assets/stylesheets/base/_theme.scss +0 -92
- data/.themes/classic/assets/stylesheets/base/_typography.scss +0 -168
- data/.themes/classic/assets/stylesheets/base/_utilities.scss +0 -27
- data/.themes/classic/assets/stylesheets/custom/_colors.scss +0 -49
- data/.themes/classic/assets/stylesheets/custom/_fonts.scss +0 -10
- data/.themes/classic/assets/stylesheets/custom/_layout.scss +0 -17
- data/.themes/classic/assets/stylesheets/custom/_styles.scss +0 -2
- data/.themes/classic/assets/stylesheets/partials/_archive.scss +0 -77
- data/.themes/classic/assets/stylesheets/partials/_blog.scss +0 -165
- data/.themes/classic/assets/stylesheets/partials/_footer.scss +0 -19
- data/.themes/classic/assets/stylesheets/partials/_header.scss +0 -18
- data/.themes/classic/assets/stylesheets/partials/_navigation.scss +0 -136
- data/.themes/classic/assets/stylesheets/partials/_sharing.scss +0 -73
- data/.themes/classic/assets/stylesheets/partials/_sidebar.scss +0 -4
- data/.themes/classic/assets/stylesheets/partials/_syntax.scss +0 -234
- data/.themes/classic/assets/stylesheets/partials/sidebar/_base.scss +0 -106
- data/.themes/classic/assets/stylesheets/partials/sidebar/_delicious.scss +0 -4
- data/.themes/classic/assets/stylesheets/partials/sidebar/_googleplus.scss +0 -26
- data/.themes/classic/assets/stylesheets/partials/sidebar/_pinboard.scss +0 -12
- data/.themes/classic/assets/stylesheets/plugins/_plugins.scss +0 -5
- data/.themes/classic/assets/stylesheets/screen.scss +0 -11
- data/.themes/classic/source/404.markdown +0 -9
- data/.themes/classic/source/_includes/after_footer.html +0 -7
- data/.themes/classic/source/_includes/archive_post.html +0 -12
- data/.themes/classic/source/_includes/article.html +0 -23
- data/.themes/classic/source/_includes/comments.html +0 -9
- data/.themes/classic/source/_includes/custom/after_footer.html +0 -3
- data/.themes/classic/source/_includes/custom/after_page.html +0 -1
- data/.themes/classic/source/_includes/custom/after_post.html +0 -0
- data/.themes/classic/source/_includes/custom/comments.html +0 -5
- data/.themes/classic/source/_includes/custom/footer.html +0 -4
- data/.themes/classic/source/_includes/custom/head.html +0 -7
- data/.themes/classic/source/_includes/custom/header.html +0 -6
- data/.themes/classic/source/_includes/custom/navigation.html +0 -4
- data/.themes/classic/source/_includes/custom/page_meta.html +0 -1
- data/.themes/classic/source/_includes/custom/post_meta.html +0 -1
- data/.themes/classic/source/_includes/custom/sharing.html +0 -3
- data/.themes/classic/source/_includes/disqus.html +0 -22
- data/.themes/classic/source/_includes/facebook_like.html +0 -10
- data/.themes/classic/source/_includes/feed_entry.xml +0 -10
- data/.themes/classic/source/_includes/footer.html +0 -1
- data/.themes/classic/source/_includes/gauges_analytics.html +0 -15
- data/.themes/classic/source/_includes/google_analytics.html +0 -13
- data/.themes/classic/source/_includes/google_plus_one.html +0 -9
- data/.themes/classic/source/_includes/head.html +0 -33
- data/.themes/classic/source/_includes/header.html +0 -1
- data/.themes/classic/source/_includes/navigation.html +0 -15
- data/.themes/classic/source/_includes/post/author.html +0 -8
- data/.themes/classic/source/_includes/post/categories.html +0 -10
- data/.themes/classic/source/_includes/post/date.html +0 -15
- data/.themes/classic/source/_includes/post/disqus_thread.html +0 -1
- data/.themes/classic/source/_includes/post/meta.html +0 -3
- data/.themes/classic/source/_includes/post/sharing.html +0 -36
- data/.themes/classic/source/_includes/post/title.html +0 -5
- data/.themes/classic/source/_includes/post/variables.html +0 -14
- data/.themes/classic/source/_includes/sidebars/blog_index_default.html +0 -3
- data/.themes/classic/source/_includes/sidebars/page_default.html +0 -4
- data/.themes/classic/source/_includes/sidebars/post_default.html +0 -4
- data/.themes/classic/source/_includes/sidebars/sections/delicious.html +0 -8
- data/.themes/classic/source/_includes/sidebars/sections/github.html +0 -9
- data/.themes/classic/source/_includes/sidebars/sections/google_plus.html +0 -5
- data/.themes/classic/source/_includes/sidebars/sections/pinboard.html +0 -17
- data/.themes/classic/source/_includes/sidebars/sections/recent_posts.html +0 -10
- data/.themes/classic/source/_includes/twitter_sharing.html +0 -11
- data/.themes/classic/source/_layouts/category_feed.xml +0 -24
- data/.themes/classic/source/_layouts/category_index.html +0 -19
- data/.themes/classic/source/_layouts/default.html +0 -14
- data/.themes/classic/source/_layouts/page.html +0 -34
- data/.themes/classic/source/_layouts/post.html +0 -39
- data/.themes/classic/source/archives/index.html +0 -20
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/background.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/blankButton.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/divider.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/fullscreenButton.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/fullscreenButtonOver.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/muteButton.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/muteButtonOver.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/normalscreenButton.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/normalscreenButtonOver.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/pauseButton.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/pauseButtonOver.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/playButton.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/playButtonOver.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderBuffer.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderCapLeft.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderCapRight.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderProgress.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderRail.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/unmuteButton.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/controlbar/unmuteButtonOver.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/display/background.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/display/bufferIcon.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/display/muteIcon.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/display/playIcon.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/dock/button.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/glow.xml +0 -115
- data/.themes/classic/source/assets/jwplayer/glow/playlist/item.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/playlist/itemOver.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/playlist/sliderCapBottom.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/playlist/sliderCapTop.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/playlist/sliderRail.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/playlist/sliderThumb.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/sharing/embedIcon.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/sharing/embedScreen.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/sharing/shareIcon.png +0 -0
- data/.themes/classic/source/assets/jwplayer/glow/sharing/shareScreen.png +0 -0
- data/.themes/classic/source/assets/jwplayer/player.swf +0 -0
- data/.themes/classic/source/atom.xml +0 -23
- data/.themes/classic/source/images/bird_32_gray.png +0 -0
- data/.themes/classic/source/images/bird_32_gray_fail.png +0 -0
- data/.themes/classic/source/images/code_bg.png +0 -0
- data/.themes/classic/source/images/dotted-border.png +0 -0
- data/.themes/classic/source/images/email.png +0 -0
- data/.themes/classic/source/images/icon/facebook.png +0 -0
- data/.themes/classic/source/images/icon/github.png +0 -0
- data/.themes/classic/source/images/icon/googleplus.png +0 -0
- data/.themes/classic/source/images/icon/twitter-bird.png +0 -0
- data/.themes/classic/source/images/icon/twitter.png +0 -0
- data/.themes/classic/source/images/line-tile.png +0 -0
- data/.themes/classic/source/images/noise.png +0 -0
- data/.themes/classic/source/images/rss.png +0 -0
- data/.themes/classic/source/images/search.png +0 -0
- data/.themes/classic/source/index.html +0 -30
- data/.themes/classic/source/javascripts/jquery.min.js +0 -5
- data/.themes/classic/source/octopress-favicon.png +0 -0
- data/.themes/classic/source/robots.txt +0 -7
@@ -1,12 +0,0 @@
|
|
1
|
-
{% capture category %}{{ post.categories | size }}{% endcapture %}
|
2
|
-
{% include post/title.html %}
|
3
|
-
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>{{ post.date | date: "<span class='month'>%b</span> <span class='day'>%d</span> <span class='year'>%Y</span>"}}</time>
|
4
|
-
<footer>
|
5
|
-
{% if linklog %}
|
6
|
-
<a rel="bookmark" href="{{ permalink }}">{{ site.permalink_label }}</a>
|
7
|
-
{% endif %}
|
8
|
-
{% if category != '0' %}
|
9
|
-
{% if linklog %} • {% endif %}
|
10
|
-
<span class="categories">posted in {{ post.categories | category_links }}</span>
|
11
|
-
{% endif %}
|
12
|
-
</footer>
|
@@ -1,23 +0,0 @@
|
|
1
|
-
{% unless page.no_header %}
|
2
|
-
<header>
|
3
|
-
{% include post/title.html %}
|
4
|
-
{% unless page.meta == false %}
|
5
|
-
<p class="meta">
|
6
|
-
{% include post/date.html %}{{ time }}
|
7
|
-
• <a rel="bookmark" href="{{ permalink }}">{{ site.permalink_label }}</a>
|
8
|
-
</p>
|
9
|
-
{% endunless %}
|
10
|
-
</header>
|
11
|
-
{% endunless %}
|
12
|
-
<div class="entry-content">{{ content }}</div>
|
13
|
-
{% if index %}
|
14
|
-
<footer>
|
15
|
-
{% if site.disqus.short_name and page.comments != false and post.comments != false and site.disqus.show_comment_count == true %}
|
16
|
-
<p><a class="comments-link" href="{% if index %}{{ permalink }}{% endif %}#disqus_thread" data-disqus-identifier="{% if post.disqus_id %}{{ post.disqus_id }}{% else %}{{ site.url }}{{ post.url }}{% endif %}">View comments »</a></p>
|
17
|
-
|
18
|
-
{% endif %}
|
19
|
-
{% if excerpted != 'false' %}
|
20
|
-
<p><a rel="full-article" href="{{ permalink }}">{{ site.excerpt_link }}</a></p>
|
21
|
-
{% endif %}
|
22
|
-
</footer>
|
23
|
-
{% endif %}
|
@@ -1 +0,0 @@
|
|
1
|
-
{% comment %} Add content at the bottom of every page {% endcomment %}
|
File without changes
|
@@ -1,7 +0,0 @@
|
|
1
|
-
{% comment %}
|
2
|
-
To customize the favicon, assign it to "/url/to/favicon.png"
|
3
|
-
{% endcomment %}
|
4
|
-
{% assign favicon = false %}
|
5
|
-
<!--Fonts from Google's Web font directory at http://google.com/webfonts -->
|
6
|
-
<link href='//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'>
|
7
|
-
<link href='//fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'>
|
@@ -1 +0,0 @@
|
|
1
|
-
{% comment %} Add content to the meta section after any page. {% endcomment %}
|
@@ -1 +0,0 @@
|
|
1
|
-
{% comment %} Add content to the meta section after any post. {% endcomment %}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
{% comment %} Load script if disquss comments are enabled and `page.comments` is either empty (index) or set to true {% endcomment %}
|
2
|
-
{% if site.disqus.short_name and page.comments != false %}
|
3
|
-
<script type="text/javascript">
|
4
|
-
var disqus_shortname = '{{ site.disqus.short_name }}';
|
5
|
-
var disqus_developer = '{{ site.disqus.developer }}';
|
6
|
-
{% if page.comments == true %}
|
7
|
-
{% comment %} `page.comments` can be only be set to true on pages/posts, so we embed the comments here. {% endcomment %}
|
8
|
-
// var disqus_developer = 1;
|
9
|
-
var disqus_identifier = '{{ site.url }}{{ page.url }}';
|
10
|
-
var disqus_url = '{{ site.url }}{{ page.url }}';
|
11
|
-
var disqus_script = 'embed.js';
|
12
|
-
{% else %}
|
13
|
-
{% comment %} As `page.comments` is empty, we must be on the index page. {% endcomment %}
|
14
|
-
var disqus_script = 'count.js';
|
15
|
-
{% endif %}
|
16
|
-
(function () {
|
17
|
-
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
18
|
-
dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script;
|
19
|
-
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
20
|
-
}());
|
21
|
-
</script>
|
22
|
-
{% endif %}
|
@@ -1,10 +0,0 @@
|
|
1
|
-
{% if site.facebook_like %}
|
2
|
-
<div id="fb-root"></div>
|
3
|
-
<script type="text/javascript">(function(d, s, id) {
|
4
|
-
var js, fjs = d.getElementsByTagName(s)[0];
|
5
|
-
if (d.getElementById(id)) {return;}
|
6
|
-
js = d.createElement(s); js.id = id; js.async = true;
|
7
|
-
js.src = "//connect.facebook.net/en_US/all.js#appId=212934732101925&xfbml=1";
|
8
|
-
fjs.parentNode.insertBefore(js, fjs);
|
9
|
-
}(document, 'script', 'facebook-jssdk'));</script>
|
10
|
-
{% endif %}
|
@@ -1,10 +0,0 @@
|
|
1
|
-
{% assign linklog = false %}
|
2
|
-
{% if post.external-url %}{% capture linklog %}{{ post.external-url | prepend_url: site.url }}{% endcapture %}{% endif %}
|
3
|
-
{% capture title_url %}{% if linklog %}{{ linklog }}{% else %}{{ site.url }}{{ post.url }}{% endif %}{% endcapture %}
|
4
|
-
{% capture title %}{% if linklog and site.linklog_marker_position_feed == 'before' %}{% unless linklog %}{{ site.standard_post_marker }}{% endunless %}{{ site.linklog_marker }} {% endif %}{{ post.title }}{% if linklog and site.linklog_marker_position_feed == 'after' %} {{ site.linklog_marker }}{% endif %}{% endcapture %}
|
5
|
-
{% capture content %}{% if site.excerpt_in_feed %}{{ post.content | excerpt | expand_urls: site.url }}<p><a rel="bookmark" href="{{ site.url }}{{ post.url }}">{{ site.excerpt_link }}</a></p>{% else %}{{ post.content | expand_urls: site.url }}{% endif %}{% if linklog and site.permalink_label_feed %}<p><a rel="bookmark" href="{{ site.url }}{{ post.url }}">{{ site.permalink_label_feed }}</a></p>{% endif %}{% endcapture %}
|
6
|
-
<title type="html"><![CDATA[{{ title | cdata_escape }}]]></title>
|
7
|
-
<link href="{{ title_url }}"/>
|
8
|
-
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
9
|
-
<id>{{ site.url }}{{ post.id }}</id>
|
10
|
-
{% for category in post.categories %}<category term="{{ category }}" />{% endfor %}
|
@@ -1 +0,0 @@
|
|
1
|
-
{% include custom/footer.html %}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
{% if site.gauges_analytics_tracking_id %}
|
2
|
-
<script type="text/javascript">
|
3
|
-
var _gauges = _gauges || [];
|
4
|
-
(function() {
|
5
|
-
var t = document.createElement('script');
|
6
|
-
t.type = 'text/javascript';
|
7
|
-
t.async = true;
|
8
|
-
t.id = 'gauges-tracker';
|
9
|
-
t.setAttribute('data-site-id', '{{ site.gauges_analytics_tracking_id }}');
|
10
|
-
t.src = '//secure.gaug.es/track.js';
|
11
|
-
var s = document.getElementsByTagName('script')[0];
|
12
|
-
s.parentNode.insertBefore(t, s);
|
13
|
-
})();
|
14
|
-
</script>
|
15
|
-
{% endif %}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
{% if site.google_analytics_tracking_id %}
|
2
|
-
<script type="text/javascript">
|
3
|
-
var _gaq = _gaq || [];
|
4
|
-
_gaq.push(['_setAccount', '{{ site.google_analytics_tracking_id }}']);
|
5
|
-
_gaq.push(['_trackPageview']);
|
6
|
-
|
7
|
-
(function() {
|
8
|
-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
9
|
-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
10
|
-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
11
|
-
})();
|
12
|
-
</script>
|
13
|
-
{% endif %}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
{% if site.google_plus_one %}
|
2
|
-
<script type="text/javascript">
|
3
|
-
(function() {
|
4
|
-
var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true;
|
5
|
-
script.src = 'https://apis.google.com/js/plusone.js';
|
6
|
-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);
|
7
|
-
})();
|
8
|
-
</script>
|
9
|
-
{% endif %}
|
@@ -1,33 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
|
3
|
-
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
|
4
|
-
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
|
5
|
-
<head>
|
6
|
-
<meta charset="utf-8">
|
7
|
-
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
|
8
|
-
<meta name="author" content="{{ site.author }}">
|
9
|
-
{% if site.googleplus_user %}<link href="https://plus.google.com/{{ site.googleplus_user }}" rel="author">{% endif %}
|
10
|
-
<meta name="Generator" content="Jekyll & Octopress (http://octopress.org)">
|
11
|
-
|
12
|
-
{% capture description %}{% if page.description %}{{ page.description }}{% elsif site.description %}{{ site.description }}{% endif %}{% endcapture %}{% if description.length %}
|
13
|
-
<meta name="description" content="{{ description }}">{% endif %}
|
14
|
-
{% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{% endif %}
|
15
|
-
|
16
|
-
<!-- http://t.co/dKP3o1e -->
|
17
|
-
<meta name="HandheldFriendly" content="True">
|
18
|
-
<meta name="MobileOptimized" content="320">
|
19
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
20
|
-
|
21
|
-
{% 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 %}
|
22
|
-
<link rel="canonical" href="{{ canonical }}">
|
23
|
-
<link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
|
24
|
-
<link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml">
|
25
|
-
{% include custom/head.html %}
|
26
|
-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
27
|
-
<script>!window.jQuery && document.write(unescape('%3Cscript src="{{ root_url }}/javascripts/jquery.min.js"%3E%3C/script%3E'))</script>
|
28
|
-
<script src="{{ root_url }}{% javascript_assets_tag %}"></script>
|
29
|
-
{% include google_analytics.html %}
|
30
|
-
{% include gauges_analytics.html %}
|
31
|
-
{% unless favicon %}{% capture favicon %}{{ root_url }}/octopress-favicon.png{% endcapture %} {% endunless %}
|
32
|
-
<link href="{{favicon}}" rel="icon">
|
33
|
-
</head>
|
@@ -1 +0,0 @@
|
|
1
|
-
{% include custom/header.html %}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<ul class="subscription" data-subscription="rss{% if site.subscribe_email %} email{% endif %}">
|
2
|
-
<li><a href="{{ site.subscribe_rss }}" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
|
3
|
-
{% if site.subscribe_email %}
|
4
|
-
<li><a href="{{ site.subscribe_email }}" rel="subscribe-email" title="subscribe via email">Email</a></li>
|
5
|
-
{% endif %}
|
6
|
-
</ul>
|
7
|
-
{% if site.simple_search %}
|
8
|
-
<form action="{{ site.simple_search }}" method="get">
|
9
|
-
<fieldset role="search">
|
10
|
-
<input type="hidden" name="q" value="site:{{ site.url | shorthand_url }}" />
|
11
|
-
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
|
12
|
-
</fieldset>
|
13
|
-
</form>
|
14
|
-
{% endif %}
|
15
|
-
{% include custom/navigation.html %}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
{% if post.author %}
|
2
|
-
{% assign author = post.author %}
|
3
|
-
{% elsif page.author %}
|
4
|
-
{% assign author = page.author %}
|
5
|
-
{% else %}
|
6
|
-
{% assign author = site.author %}
|
7
|
-
{% endif %}
|
8
|
-
{% if author %}<span class="byline author vcard">Posted by <span class="fn">{{ author }}</span></span>{% endif %}
|
@@ -1,10 +0,0 @@
|
|
1
|
-
{% capture category %}{% if post %}{{ post.categories | category_links | size }}{% else %}{{ page.categories | category_links | size }}{% endif %}{% endcapture %}
|
2
|
-
{% unless category == '0' %}
|
3
|
-
<span class="categories">
|
4
|
-
{% if post %}
|
5
|
-
{{ post.categories | category_links }}
|
6
|
-
{% else %}
|
7
|
-
{{ page.categories | category_links }}
|
8
|
-
{% endif %}
|
9
|
-
</span>
|
10
|
-
{% endunless %}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
{% capture date %}{{ page.date }}{{ post.date }}{% endcapture %}
|
2
|
-
{% capture date_formatted %}{{ page.date_formatted }}{{ post.date_formatted }}{% endcapture %}
|
3
|
-
{% capture has_date %}{{ date | size }}{% endcapture %}
|
4
|
-
|
5
|
-
{% capture updated %}{{ page.updated }}{{ post.updated }}{% endcapture %}
|
6
|
-
{% capture updated_formatted %}{{ page.updated_formatted }}{{ post.updated_formatted }}{% endcapture %}
|
7
|
-
{% capture was_updated %}{{ updated | size }}{% endcapture %}
|
8
|
-
|
9
|
-
{% if has_date != '0' %}
|
10
|
-
{% capture time %}<time datetime="{{ date | datetime | date_to_xmlschema }}" pubdate{% if updated %} data-updated="true"{% endif %}>{{ date_formatted }}</time>{% endcapture %}
|
11
|
-
{% endif %}
|
12
|
-
|
13
|
-
{% if was_updated != '0' %}
|
14
|
-
{% capture updated %}<time datetime="{{ updated | datetime | date_to_xmlschema }}" class="updated">Updated {{ updated_formatted }}</time>{% endcapture %}
|
15
|
-
{% else %}{% assign updated = false %}{% endif %}
|
@@ -1 +0,0 @@
|
|
1
|
-
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
@@ -1,36 +0,0 @@
|
|
1
|
-
<div class="sharing">
|
2
|
-
{% if site.twitter_tweet_button %}
|
3
|
-
{% if site.respectfully_social %}
|
4
|
-
<a href="http://twitter.com/share" title="Tweet this" class="twitter-share" target="_blank">Tweet</a>
|
5
|
-
{% else %}
|
6
|
-
{% if post.title %}
|
7
|
-
<a href="http://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}{{ post.url }}" data-via="{{ site.twitter_user }}" data-counturl="{{ site.url }}{{ post.url }}" >Tweet</a>
|
8
|
-
{% else %}
|
9
|
-
<a href="http://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}{{ page.url }}" data-via="{{ site.twitter_user }}" data-counturl="{{ site.url }}{{ page.url }}" >Tweet</a>
|
10
|
-
{% endif %}
|
11
|
-
{% endif %}
|
12
|
-
{% endif %}
|
13
|
-
{% if site.google_plus_one %}
|
14
|
-
{% if site.respectfully_social %}
|
15
|
-
<a title="+1 on Google Plus" class="googleplus-share" href="https://plusone.google.com/_/+1/confirm?hl=en&url={{site.url}}{{page.url}}" target="_blank">+1</a>
|
16
|
-
{% else %}
|
17
|
-
{% if post.title %}
|
18
|
-
<div class="g-plusone" data-href="{{ site.url }}{{ post.url }}" data-size="{{ site.google_plus_one_size }}"></div>
|
19
|
-
{% else %}
|
20
|
-
<div class="g-plusone" data-href="{{ site.url }}{{ page.url }}" data-size="{{ site.google_plus_one_size }}"></div>
|
21
|
-
{% endif %}
|
22
|
-
{% endif %}
|
23
|
-
{% endif %}
|
24
|
-
{% if site.facebook_like %}
|
25
|
-
{% if site.respectfully_social %}
|
26
|
-
<a title="Share on Facebook" class="facebook-share" href="http://www.facebook.com/sharer.php?u={{site.url}}{{page.url}}" target="_blank">Share</a>
|
27
|
-
{% else %}
|
28
|
-
{% if post.title %}
|
29
|
-
<div class="fb-like" data-href="{{ site.url }}{{ post.url }}" data-send="true" data-width="450" data-show-faces="false"></div>
|
30
|
-
{% else %}
|
31
|
-
<div class="fb-like" data-href="{{ site.url }}{{ page.url }}" data-send="true" data-width="450" data-show-faces="false"></div>
|
32
|
-
{% endif %}
|
33
|
-
{% endif %}
|
34
|
-
{% endif %}
|
35
|
-
{% include custom/sharing.html %}
|
36
|
-
</div>
|
@@ -1,5 +0,0 @@
|
|
1
|
-
<h1 class="entry-title">
|
2
|
-
{% if linklog and site.linklog_marker and site.linklog_marker_position == 'before' %}{{ linklog_marker }}{% endif %}
|
3
|
-
{% if index or linklog %}<a href="{{ title_url }}">{% endif %}{% if site.titlecase and page.titlecase != false %}{{ article_title | titlecase }}{% else %}{{ article_title }}{% endif %}{% if index or linklog %}</a>{% endif %}
|
4
|
-
{% if linklog and site.linklog_marker and site.linklog_marker_position == 'after' %}{{ linklog_marker }}{% endif %}
|
5
|
-
</h1>
|
@@ -1,14 +0,0 @@
|
|
1
|
-
{% assign linklog = false %}
|
2
|
-
{% assign index = false %}
|
3
|
-
|
4
|
-
{% if page.external-url %}
|
5
|
-
{% capture linklog %}{{ page.external-url }}{% endcapture %}
|
6
|
-
{% elsif post.external-url %}
|
7
|
-
{% capture linklog %}{{ post.external-url }}{% endcapture %}
|
8
|
-
{% endif %}
|
9
|
-
{% if post.url %}{% assign index = true %}{% endif %}
|
10
|
-
{% capture permalink %}{{ root_url }}{% if index %}{{ post.url }}{% else %}{{ page.url }}{% endif %}{% endcapture %}
|
11
|
-
{% capture title_url %}{% if linklog %}{{ linklog }}{% else %}{{ permalink }}{% endif %}{% endcapture %}
|
12
|
-
{% capture article_title %}{% if index %}{% unless linklog %}{{ site.standard_post_marker }}{% endunless %}{{ post.title }}{% else %}{% unless linklog %}{{ site.standard_post_marker }}{% endunless %}{{ page.title }}{% endif %}{% endcapture %}
|
13
|
-
{% capture linklog_marker %}<span class='linklog-marker'>{{ site.linklog_marker }}</span>{% endcapture %}
|
14
|
-
{% capture content %}{% if index %}{% capture excerpted %}{{ post.content | has_excerpt }}{% endcapture %}{% if excerpted != 'false' %}{{ post.content | excerpt }}{% else %}{{ post.content }}{% endif %}{% else %}{{ content }}{% endif %}{% endcapture %}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
{% if site.delicious_user %}
|
2
|
-
<section>
|
3
|
-
<h1>On Delicious</h1>
|
4
|
-
<div id="delicious"></div>
|
5
|
-
<script type="text/javascript" src="http://feeds.delicious.com/v2/json/{{ site.delicious_user }}?count={{ site.delicious_count }}&sort=date&callback=octopress.renderDeliciousLinks"></script>
|
6
|
-
<p><a href="http://delicious.com/{{ site.delicious_user }}">My Delicious Bookmarks »</a></p>
|
7
|
-
</section>
|
8
|
-
{% endif %}
|