added support for delicious

This commit is contained in:
B Mathis 2009-11-07 23:39:02 -06:00
parent 6b9c3af4b5
commit 8cb2f15487
2 changed files with 19 additions and 3 deletions

View File

@ -5,6 +5,8 @@ twitter_user: imathis
tweet_count: 3 tweet_count: 3
show_replies: false show_replies: false
delicious_user: imathis
full_url: full_url:
disqus_short_name: disqus_short_name:
@ -77,6 +79,10 @@ google_analytics: true
#twitter #twitter
%ul#twitter_status %ul#twitter_status
Status updating... Status updating...
- if page.respond_to? :delicious_user
%h4 My Delicious <a class="small" href="http://delicious.com/#{page.delicious_user}">more &rarr;</a>
#delicious
%script(type="text/javascript" src="http://feeds.delicious.com/v2/js/#{page.delicious_user}?title=&count=5&sort=date&extended")
#footer #footer
.page_width .page_width
Copyright &copy; #{Time.now.strftime('%Y')} - #{page.blog_title} - Copyright &copy; #{Time.now.strftime('%Y')} - #{page.blog_title} -

View File

@ -1,11 +1,21 @@
#sidebar #sidebar
float: left float: left
width= !sidebar_width width= !sidebar_width
padding-top: 10px
margin-left= !sidebar_margin margin-left= !sidebar_margin
h4 h4
margin: 0 margin: 20px 0 0
&:first-child
margin-top: 10px
.small .small
+sans-font +sans-font
font-size: 50% font-size: 50%
#delicious
p
font-style: italic
li
font-size: 90%
color: #666
font-style: normal
padding-bottom: 8px