Skip to content

Commit 5644739

Browse files
committed
Merge pull request #1 from silshack/gh-pages
Pulling in recent changes
2 parents aaf2f65 + b2f5c61 commit 5644739

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

_posts/2013-08-28-disqus-post.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Disqus Comments!
3+
layout: post
4+
author: elliott
5+
categories: post
6+
---
7+
8+
Check out the [new branch I created](https://github.com/silshack/fall2013/pull/147) with comments!
9+
10+
Here's the code:
11+
12+
```
13+
<div id="disqus_thread"></div>
14+
<script type="text/javascript">
15+
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
16+
var disqus_shortname = 'silshack'; // required: replace example with your forum shortname
17+
18+
/* * * DON'T EDIT BELOW THIS LINE * * */
19+
(function() {
20+
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
21+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
22+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
23+
})();
24+
</script>
25+
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
26+
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
27+
```

_site/music.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1 class="title"><a href="/fall2013/">The SILShack class blog - Fall 2013</a></
3636
<h2>Coding tunes websites</h2>
3737

3838
<ul>
39-
<li><a href="http://soundtrack.io">Soundtrack.io</a> - cool site by guest speaker Eric Martindale that&#39;s <a href="https://github.com/martindale/soundtrack.io">also on Github</a>. Lots of dubstep but if you don&#39;t like it you can just deploy your own :)</li>
39+
<li><a href="http://soundtrack.io">Soundtrack.io</a> - cool site by <a href="http://codingsoundtrack.org">the Coding Soundtrack community</a> that&#39;s <a href="https://github.com/martindale/soundtrack.io">also on Github</a>. Community-edited music queue; fresh music for people with robot ears.</li>
4040
<li><a href="http://codebassradio.net/">codebass radio</a> - This one plays rock type music with words. </li>
4141
</ul>
4242

0 commit comments

Comments
 (0)