aboutsummaryrefslogtreecommitdiff
path: root/source (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-24Explicitly require ActiveSupport 2.3.2.Jerod Santo1-30/+30
Rails 3's ActiveSupport does not include Fixnum#ordinalize. Any system with this version of ActiveSupport installed will encounter a NoMethodError when running the 'generate' rake task.
2010-03-10added a link to the wiki to first postB Mathis1-1/+1
2010-03-10updated syntax styling to have nice headers for code windowsB Mathis4-19/+8
2010-03-10improved layout flexibilityB Mathis7-10/+13
2010-03-10added support for "updated" metadata in a blog postB Mathis1-1/+2
2010-03-10now Octopress uses partialsB Mathis16-98/+156
2010-03-09updated twitter link to have correct tweet link on timestampB Mathis1-1/+1
2010-02-05Add partial support with a HAML approved version of jekyll's includeRyan Daigle1-0/+21
2009-12-07added titlize so posts created with rake tasks will have nice titlesB Mathis1-0/+36
2009-11-25fixed google analtyics tracking idB Mathis1-1/+1
2009-11-25added variable for google tracking idB Mathis1-4/+4
2009-11-25fixed discussion url idB Mathis1-1/+1
2009-11-25replaced a specific reference with a generic one for disqusB Mathis1-1/+1
2009-11-14added introduction post to show off typography and function as a first postB Mathis2-5/+13
2009-11-14removed lame example postsB Mathis2-12/+0
2009-11-14fixed core library link to googleB Mathis1-1/+1
2009-11-14mootools core now loads from goolge ajax librariesB Mathis1-1/+1
2009-11-14fixed link to about pageB Mathis1-1/+1
2009-11-14turned off developer mode for disqusB Mathis1-1/+0
2009-11-14added check for twitter container in twitter.jsB Mathis1-1/+3
2009-11-14reorganized stylesheetsB Mathis1-6/+8
2009-11-13changed the way blog titles are constructedB Mathis1-1/+1
2009-11-12changed footer credit from github link to octopress.orgB Mathis1-1/+1
2009-11-12removed my twitter name from the default layoutB Mathis1-2/+2
2009-11-12added back html_email obfusticatorB Mathis1-0/+9
2009-11-12cleaned up helpersB Mathis1-52/+0
2009-11-12expanding code now adjusts the scroll position to accommodate for ↵B Mathis1-2/+8
differently wrapped text
2009-11-12fixed twitter cookie savingB Mathis1-1/+1
2009-11-12set twitter cookie to lastexpire in 30 minutesB Mathis1-2/+2
2009-11-12removed collapse sidebar functionB Mathis1-1/+0
2009-11-12added email obfusticator to the helpers, use with ↵B Mathis1-0/+9
#{to_html_email("user@domain.com")}
2009-11-12added ability to collapse layoutB Mathis1-7/+20
2009-11-12improved javascript for code expansionB Mathis1-7/+2
2009-11-12updated syntax style, added javascript for expanding code blocksB Mathis3-9/+45
2009-11-11fixed FF bug that prevented stylesheets from loadingB Mathis1-1/+1
2009-11-11added syntax highlighting test pageB Mathis1-0/+221
2009-11-11fixed haml breaking source code indentationB Mathis2-3/+3
2009-11-11made twitter source optionalB Mathis1-1/+2
2009-11-11fixed the order of RSS items and posts on the archive pageB Mathis2-2/+2
2009-11-11renamed google_site_search to google_custom_searchB Mathis1-3/+3
2009-11-09updated styles for delicious and twitterB Mathis3-3/+13
2009-11-07added support for deliciousB Mathis1-0/+6
2009-11-07reorganized css, changed typography, layout fixesB Mathis2-3/+3
2009-11-07updated atom feed to use full_url passed from yaml for post urlsB Mathis2-9/+9
2009-11-07updated twitter style, added metadataB Mathis2-9/+15
2009-11-07added sidebar partial, updated twitter style, handling linebreaks with ↵B Mathis2-11/+18
paragraphs
2009-11-07updated readmeB Mathis1-1/+2
2009-11-07udpated thirdparty integration, it is now conditionally added, updated readmeB Mathis3-47/+65
2009-11-06refactored twitter javascript added fuzzy timeB Mathis5-72/+195
2009-11-06now twitter handles linking better, and replaces endlines with <br> tagsB Mathis2-14/+9