Skip to content

Commit

Permalink
Let's try FeedBurner
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffb committed Apr 20, 2012
1 parent 6bd8ea6 commit 6c2c7ac
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 167 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Expand Up @@ -6,6 +6,8 @@ paginate: 10
base_url: "http://www.lostdecadegames.com"
email: hello@lostdecadegames.com
lostcast_itunes_url: http://itunes.apple.com/us/podcast/lostcast/id481950724
blog_feed_url: "http://feeds.feedburner.com/lostdecadegames/blog"
lostcast_feed_url: "http://feeds.feedburner.com/lostdecadegames/lostcast"

disqus_shortname: lostdecadegames

Expand Down
2 changes: 1 addition & 1 deletion _includes/html/page_head.html
Expand Up @@ -15,7 +15,7 @@ <h1>
</div>
<div class="social">
<a class="twitter" href="https://twitter.com/#!/lostdecadegames">Twitter</a>
<a class="rss" href="/rss.xml">RSS</a>
<a class="rss" href="{{ site.blog_feed_url }}">RSS</a>
</div>
</nav>
</div>
4 changes: 2 additions & 2 deletions _includes/html/sidebar.html
Expand Up @@ -22,7 +22,7 @@
</li>
</ul>
<p>
<a href="http://play.lostdecadegames.com/onslaught_arena/">Free play</a>
<a href="http://arcade.lostdecadegames.com/onslaught_arena/">Free play</a>
</p>
</div>

Expand All @@ -40,6 +40,6 @@
</p>
<p>
<a class="listen" href="{{ site.lostcast_itunes_url }}">iTunes</a>
<a class="rss" href="/lostcast.xml">Subscribe</a>
<a class="rss" href="{{ site.lostcast_feed_url }}">Subscribe</a>
</p>
</div>
2 changes: 1 addition & 1 deletion _layouts/default.html
Expand Up @@ -5,7 +5,7 @@
<title>{{ page.title }} : Lost Decade Games</title>
<meta name="description" content="Official website of Lost Decade Games, an independent HTML5 game company in Silicon Valley, CA.">
<meta name="keywords" content="html5 games, javascript, chrome webstore, game dev, open source, blog, git, github, lost decade games, matt hackett, richtaur, geoff blair, gosub, zylo">
<link rel="alternate" type="application/atom+xml" title="ATOM Feed for Lost Decade Games" href="/rss.xml">
<link rel="alternate" type="application/atom+xml" title="ATOM Feed for Lost Decade Games" href="{{ site.blog_feed_url }}">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" type="text/css" href="/media/css/all.css">
</head>
Expand Down
Expand Up @@ -31,7 +31,7 @@

<p>
The trick to getting responsive audio on iPad via HTML5 was to create a bridge from JavaScript to Objective-C.
I'll post a more detailed tutorial in the future (here's <a href="http://www.lostdecadegames.com/rss.xml">our RSS feed</a> to get updates), but it looks something like this:
I'll post a more detailed tutorial in the future (here's <a href="{{ site.blog_feed_url }}">our RSS feed</a> to get updates), but it looks something like this:
</p>

{% highlight objc %}
Expand Down
Expand Up @@ -116,7 +116,7 @@ <h2>
<p>
We've learned dozens of lessons and have what we hope are insightful and helpful
take-aways about the process of bringing an HTML5 game to production-quality on iOS.
We'll be writing about them all in due time (<a href="http://www.lostdecadegames.com/rss.xml">subscribe here</a>),
We'll be writing about them all in due time (<a href="{{ site.blog_feed_url }}">subscribe here</a>),
but here are a quick handful of pointers:
</p>

Expand Down
2 changes: 1 addition & 1 deletion _posts/2011-12-16-lostcast-episode-4-native-coffee.md
Expand Up @@ -26,4 +26,4 @@ _Note: our apologies for the poorer-than-usual recording quality. You can hear a
* [GamePad API](https://wiki.mozilla.org/GamepadAPI)
* [World of Goo](http://2dboy.com/games.php), [Plants VS Zombies](http://www.popcap.com/games/plants-vs-zombies/online)

Thanks for listening! Don't forget to [subscribe](http://www.lostdecadegames.com/lostcast.xml) and [feedback](mailto:hello@lostdecadegames.com) is super awesome.
Thanks for listening! Don't forget to [subscribe]({{ site.lostcast_feed_url }}) and [feedback](mailto:hello@lostdecadegames.com) is super awesome.
2 changes: 1 addition & 1 deletion _posts/2012-02-24-lava-sword-dev-diary-part-1.md
Expand Up @@ -48,5 +48,5 @@ If you find this kind of stuff interesting, you should [subscribe to our blog][6
[3]: http://www.youtube.com/watch?v=9N93qVpk1Wc
[4]: http://www.youtube.com/watch?v=SKRXg0AISG4
[5]: http://www.youtube.com/watch?v=wrp5gsfqckU
[6]: /rss.xml
[6]: {{ site.blog_feed_url }}
[7]: https://twitter.com/#!/LostDecadeGames
2 changes: 1 addition & 1 deletion _posts/2012-02-27-an-onslaught-of-onslaught-news.md
Expand Up @@ -66,5 +66,5 @@ _One final note: if you are one of the fine human beings who purchased the game
[11]: http://jmflava.com/
[12]: https://github.com/lostdecade
[13]: http://gameclosure.com/
[14]: /rss.xml
[14]: {{ site.blog_feed_url }}
[15]: https://twitter.com/#!/LostDecadeGames
Expand Up @@ -78,5 +78,5 @@ <h2>Video speaks louder than words</h3>
</p>

<p>
But that's for <a href="/rss.xml">future tutorials</a>
But that's for <a href="{{ site.blog_feed_url }}">future tutorials</a>
</p>
2 changes: 1 addition & 1 deletion _posts/2012-04-05-lostcast-production-timelapse.html
Expand Up @@ -54,5 +54,5 @@ <h2>5. Put a bow on it</h2>
<h2>Upcoming interviews</h2>

<p>
The next episode of <a href="/lostcast/">Lostcast</a> features an interview with <a href="http://www.phoboslab.org/">Dominic Szablewski</a> of <a href="http://impactjs.com/">Impact</a> -- be sure to <a href="/lostcast.xml">subscribe</a> so you don't miss it!
The next episode of <a href="/lostcast/">Lostcast</a> features an interview with <a href="http://www.phoboslab.org/">Dominic Szablewski</a> of <a href="http://impactjs.com/">Impact</a> -- be sure to <a href="{{ site.lostcast_feed_url }}">subscribe</a> so you don't miss it!
</p>
2 changes: 1 addition & 1 deletion _posts/2012-04-11-lunch-bug-animation-preview-tool.html
Expand Up @@ -234,5 +234,5 @@ <h2>
</p>

<p>
More <strong>Lunch Bug</strong> news is just around the corner (can you say playable prototype?!) so be sure to <a href="/rss.xml">subscribe</a> to get it when it's hot. Thanks for reading!
More <strong>Lunch Bug</strong> news is just around the corner (can you say playable prototype?!) so be sure to <a href="{{ site.blog_feed_url }}">subscribe</a> to get it when it's hot. Thanks for reading!
</p>
156 changes: 1 addition & 155 deletions media/css/all.css

Large diffs are not rendered by default.

0 comments on commit 6c2c7ac

Please sign in to comment.