Skip to content

Commit

Permalink
more customization
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher LILJENSTOLPE committed Apr 23, 2013
1 parent 171cf38 commit 72dc03f
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 13 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ titlecase: true # Converts page and post titles to titlecase

# list each of the sidebar modules you want to include, in the order you want them to appear.
# To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/custom_aside_name.html'
default_asides: [asides/recent_posts.html, asides/github.html, asides/twitter.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.html, custom/asides/tag_cloud.html]
default_asides: [asides/recent_posts.html, asides/github.html, asides/twitter.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.html, custom/asides/tag_cloud.html, custom/asides/category_list.html]

# Each layout uses the default asides, but they can have their own asides instead. Simply uncomment the lines below
# and add an array with the asides you want to use.
Expand All @@ -66,7 +66,7 @@ github_skip_forks: true
# Twitter
twitter_user: liljenstolpe
twitter_tweet_count: 4
twitter_show_replies: false
twitter_show_replies: true
twitter_follow_button: true
twitter_show_follower_count: false
twitter_tweet_button: true
Expand Down
2 changes: 1 addition & 1 deletion public/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Purposely missing the forest for the trees]]></title>
<link href="http://www.asgaard.org//atom.xml" rel="self"/>
<link href="http://www.asgaard.org//"/>
<updated>2013-04-22T18:49:23-07:00</updated>
<updated>2013-04-22T21:37:55-07:00</updated>
<id>http://www.asgaard.org//</id>
<author>
<name><![CDATA[Christopher Liljenstolpe]]></name>
Expand Down
16 changes: 15 additions & 1 deletion public/blog/2013/04/22/this-is-a-test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ <h1 class="entry-title">This Is a Test</h1>
<time datetime="2013-04-22T12:07:00-07:00" pubdate data-updated="true">2013-04-22 12.07 -0700 (PDT)</time>


<span class="categories">

<a class='category' href='/blog/categories/foo/'>foo</a>

</span>


</p>

Expand Down Expand Up @@ -212,7 +218,7 @@ <h1>Latest Tweets</h1>
</ul>
<script type="text/javascript">
$.domReady(function(){
getTwitterFeed("liljenstolpe", 4, false);
getTwitterFeed("liljenstolpe", 4, true);
});
</script>
<script src="/javascripts/twitter.js" type="text/javascript"> </script>
Expand All @@ -233,6 +239,14 @@ <h1>
</section>


<section>
<h1>Tag Cloud</h1>
<span id="tag-cloud"><a href='/blog/categories/foo' style='font-size: 160.0%'>foo(1)</a> </span>
</section>
<section>
<h1>Categories</h1>
<ul id="category-list"><li><a href='/blog/categories/foo/'>foo (1)</a></li></ul>
</section>


</aside>
Expand Down
16 changes: 14 additions & 2 deletions public/blog/archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


<meta name="description" content="Blog Archive 2013 This is a test
Apr 22 2013 Recent Posts This is a test GitHub Repos Status updating... @liljenstolpe on GitHub $.domReady(function &hellip;">
Apr 22 2013 posted in foo Recent Posts This is a test GitHub Repos Status updating... @liljenstolpe on GitHub $. &hellip;">


<!-- http://t.co/dKP3o1e -->
Expand Down Expand Up @@ -95,6 +95,10 @@ <h2>2013</h2>
<h1><a href="/blog/2013/04/22/this-is-a-test/">This is a test</a></h1>
<time datetime="2013-04-22T12:07:00-07:00" pubdate><span class='month'>Apr</span> <span class='day'>22</span> <span class='year'>2013</span></time>

<footer>
<span class="categories">posted in <a class='category' href='/blog/categories/foo/'>foo</a></span>
</footer>


</article>

Expand Down Expand Up @@ -155,7 +159,7 @@ <h1>Latest Tweets</h1>
</ul>
<script type="text/javascript">
$.domReady(function(){
getTwitterFeed("liljenstolpe", 4, false);
getTwitterFeed("liljenstolpe", 4, true);
});
</script>
<script src="/javascripts/twitter.js" type="text/javascript"> </script>
Expand All @@ -176,6 +180,14 @@ <h1>
</section>


<section>
<h1>Tag Cloud</h1>
<span id="tag-cloud"><a href='/blog/categories/foo' style='font-size: 160.0%'>foo(1)</a> </span>
</section>
<section>
<h1>Categories</h1>
<ul id="category-list"><li><a href='/blog/categories/foo/'>foo (1)</a></li></ul>
</section>


</aside>
Expand Down
10 changes: 9 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h1>Latest Tweets</h1>
</ul>
<script type="text/javascript">
$.domReady(function(){
getTwitterFeed("liljenstolpe", 4, false);
getTwitterFeed("liljenstolpe", 4, true);
});
</script>
<script src="/javascripts/twitter.js" type="text/javascript"> </script>
Expand All @@ -193,6 +193,14 @@ <h1>
</section>


<section>
<h1>Tag Cloud</h1>
<span id="tag-cloud"><a href='/blog/categories/foo' style='font-size: 160.0%'>foo(1)</a> </span>
</section>
<section>
<h1>Categories</h1>
<ul id="category-list"><li><a href='/blog/categories/foo/'>foo (1)</a></li></ul>
</section>


</aside>
Expand Down
6 changes: 3 additions & 3 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
<url>
<loc>http://www.asgaard.org//blog/2013/04/22/this-is-a-test/</loc>
<lastmod>2013-04-22T12:07:54-07:00</lastmod>
<lastmod>2013-04-22T19:03:01-07:00</lastmod>
</url>
<url>
<loc>http://www.asgaard.org//blog/archives/</loc>
<lastmod>2013-04-22T12:07:54-07:00</lastmod>
<lastmod>2013-04-22T19:03:01-07:00</lastmod>
</url>
<url>
<loc>http://www.asgaard.org//</loc>
<lastmod>2013-04-22T12:07:54-07:00</lastmod>
<lastmod>2013-04-22T19:03:01-07:00</lastmod>
</url>
<url>
<loc>http://www.asgaard.org//robots.txt</loc>
Expand Down
10 changes: 9 additions & 1 deletion public/test-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h1>Latest Tweets</h1>
</ul>
<script type="text/javascript">
$.domReady(function(){
getTwitterFeed("liljenstolpe", 4, false);
getTwitterFeed("liljenstolpe", 4, true);
});
</script>
<script src="/javascripts/twitter.js" type="text/javascript"> </script>
Expand All @@ -212,6 +212,14 @@ <h1>
</section>


<section>
<h1>Tag Cloud</h1>
<span id="tag-cloud"><a href='/blog/categories/foo' style='font-size: 160.0%'>foo(1)</a> </span>
</section>
<section>
<h1>Categories</h1>
<ul id="category-list"><li><a href='/blog/categories/foo/'>foo (1)</a></li></ul>
</section>


</aside>
Expand Down
10 changes: 9 additions & 1 deletion public/test-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h1>Latest Tweets</h1>
</ul>
<script type="text/javascript">
$.domReady(function(){
getTwitterFeed("liljenstolpe", 4, false);
getTwitterFeed("liljenstolpe", 4, true);
});
</script>
<script src="/javascripts/twitter.js" type="text/javascript"> </script>
Expand All @@ -212,6 +212,14 @@ <h1>
</section>


<section>
<h1>Tag Cloud</h1>
<span id="tag-cloud"><a href='/blog/categories/foo' style='font-size: 160.0%'>foo(1)</a> </span>
</section>
<section>
<h1>Categories</h1>
<ul id="category-list"><li><a href='/blog/categories/foo/'>foo (1)</a></li></ul>
</section>


</aside>
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/2013-04-22-this-is-a-test.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ layout: post
title: "This is a test"
date: 2013-04-22 12:07
comments: true
categories:
categories: foo
---

0 comments on commit 72dc03f

Please sign in to comment.