Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 1. Added support for styled subtitle in header | Brandon Mathis | 2011-06-08 | 7 | -6/+27 | |
| | | | | | 2. Added javascript detection for placeholder 3. Added backup style for search field with no-placeholder support | |||||
* | Improved the whitespace formatting for tweets where there are lots of | Brandon Mathis | 2011-06-08 | 1 | -1/+1 | |
| | | | | consecutive new lines | |||||
* | Removed content. That's right, you gotta write your own! | Brandon Mathis | 2011-06-08 | 7 | -627/+0 | |
| | ||||||
* | Improved theme install process | Brandon Mathis | 2011-06-08 | 6 | -16/+1 | |
| | | | | added missing assets | |||||
* | Restored untracked JS, updated gitignore, removed unnecessary | Brandon Mathis | 2011-06-08 | 4 | -3/+9 | |
| | | | | stylesheets | |||||
* | Typographic trying out some webfonts | Brandon Mathis | 2011-06-08 | 8 | -17/+15 | |
| | | | | | | Media query layout improvements Twitter now splits tweets with <br> and </p><p> on \n and \n\n RSS icon made a bit smaller | |||||
* | Added themes directory, improved javascript load and minification. | Brandon Mathis | 2011-06-07 | 62 | -1/+3729 | |
| | ||||||
* | removed /source | Brandon Mathis | 2011-06-07 | 2 | -2/+0 | |
| | ||||||
* | Another massive commit: | Brandon Mathis | 2011-06-07 | 68 | -6890/+68 | |
| | | | | | | | | | | 1. Major improvements to the responsive styling. 2. Toggleable sidebar 3. Upgraded to modernizr 2.0 which includes Respond.js 4. IE7-9 testing and fixes 5. New theming system which should make forkers happy 6. New rake task for installing Octopress themes 7. Magic | |||||
* | Cleaned out public from repository, updated gitignore, added syntax | Brandon Mathis | 2011-05-30 | 74 | -1991/+6017 | |
| | | | | | | | | | | highlighting tests, improved syntax highlighting and styling of pre blocks. Overriding dynamic gist styling. Added a plugin for pygments caching which should speed things up terrifically. added ender.js as a lightweight way of scripting the DOM, events, etc. Some general typography and semantic html improvements. | |||||
* | major refactoring, improved file watching, changed site to public to support ↵ | Brandon Mathis | 2011-05-15 | 82 | -14577/+963 | |
| | | | | rack via pow (http://pow.cx) also implemented the basics of a 320 and up design refresh on the classic theme. This should make it great for mobile reading | |||||
* | irrisponsibly massive commit | Brandon Mathis | 2011-04-17 | 119 | -2447/+16694 | |
| | ||||||
* | added comment to optionally install Pygments to enable 'Syntax Highlighting' | Tom Hoover | 2010-11-18 | 1 | -1/+4 | |
| | ||||||
* | Return months when > 31 days. | Martin Elwin | 2010-11-17 | 1 | -3/+4 | |
| | ||||||
* | corrected "upated" to "updated" in index.haml | Tom Hoover | 2010-11-17 | 1 | -2/+2 | |
| | ||||||
* | corrected "upated" to "updated" | Tom Hoover | 2010-11-17 | 1 | -2/+2 | |
| | ||||||
* | Enforce UTF-8 in meta tag to avoid character set problems. | Henrik Sjökvist | 2010-10-06 | 1 | -0/+1 | |
| | ||||||
* | added rake as a dependency | B Mathis | 2010-08-21 | 1 | -0/+1 | |
| | ||||||
* | Requiring Mongrel (invisible dependency of later versions of Serve) | Kevin W. Gisi | 2010-08-04 | 1 | -0/+1 | |
| | ||||||
* | Requiring latest version of active_support | Kevin W. Gisi | 2010-08-04 | 1 | -2/+2 | |
| | ||||||
* | Required newer active_support for newer serve gem (Ruby 1.9 support) | Kevin W. Gisi | 2010-08-03 | 1 | -1/+1 | |
| | ||||||
* | Correctly check for failing Serve | Kevin W. Gisi | 2010-08-03 | 1 | -2/+5 | |
| | ||||||
* | Fixed 'rake preview on fails vanilla install' bug | Kevin W. Gisi | 2010-08-03 | 1 | -4/+2 | |
| | ||||||
* | reverted back to rdiscount instead of kramdown | B Mathis | 2010-07-26 | 1 | -1/+1 | |
| | ||||||
* | fixed rake preview and updated sass to sass3 syntax | B Mathis | 2010-07-26 | 22 | -244/+248 | |
| | ||||||
* | Updated the README for installation with bundler | dbloete | 2010-05-26 | 1 | -2/+1 | |
| | ||||||
* | Use Bundler for dependency management | dbloete | 2010-05-26 | 3 | -1/+15 | |
| | ||||||
* | Explicitly require the helpers | dbloete | 2010-05-26 | 1 | -0/+1 | |
| | ||||||
* | Fix compass/sass deprecation warnings | dbloete | 2010-05-26 | 9 | -70/+70 | |
| | ||||||
* | Added ignore rule for OS X noise and .rvmrc | dbloete | 2010-05-26 | 1 | -0/+2 | |
| | ||||||
* | Explicitly require ActiveSupport 2.3.2. | Jerod Santo | 2010-05-24 | 1 | -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. | |||||
* | Corrected the link to the configuration page in the wiki. | Emmanuel Mwangi | 2010-05-24 | 1 | -1/+1 | |
| | ||||||
* | added a link to the wiki to first post | B Mathis | 2010-03-10 | 1 | -1/+1 | |
| | ||||||
* | improved flexible layout for code expansion | B Mathis | 2010-03-10 | 1 | -5/+5 | |
| | ||||||
* | updated syntax styling to have nice headers for code windows | B Mathis | 2010-03-10 | 7 | -25/+36 | |
| | ||||||
* | improved layout flexibility | B Mathis | 2010-03-10 | 27 | -328/+124 | |
| | ||||||
* | added support for "updated" metadata in a blog post | B Mathis | 2010-03-10 | 1 | -1/+2 | |
| | ||||||
* | improved typography and added blog styles for metadata | B Mathis | 2010-03-10 | 3 | -27/+33 | |
| | ||||||
* | now blog posts use a different layout | B Mathis | 2010-03-10 | 1 | -1/+1 | |
| | ||||||
* | now Octopress uses partials | B Mathis | 2010-03-10 | 17 | -114/+176 | |
| | ||||||
* | Merge branch 'master' of github.com:imathis/octopress | B Mathis | 2010-03-09 | 1 | -5/+2 | |
|\ | ||||||
| * | Adding rdiscount and compass-colors to list of gems to install; simplified ↵ | Mel Riffe | 2010-02-26 | 1 | -5/+2 | |
| | | | | | | | | gem install line | |||||
* | | updated twitter link to have correct tweet link on timestamp | B Mathis | 2010-03-09 | 1 | -1/+1 | |
|/ | ||||||
* | Add partial support with a HAML approved version of jekyll's include | Ryan Daigle | 2010-02-05 | 1 | -0/+21 | |
| | ||||||
* | Fix sitemap regeneration | Ryan Daigle | 2010-02-05 | 1 | -1/+1 | |
| | ||||||
* | Update to rakefile to allow working on a single post at a time (and saving ↵ | Ryan Daigle | 2010-02-05 | 2 | -4/+22 | |
| | | | | regeneration time) | |||||
* | changed default github pages deploy branch to master | B Mathis | 2009-12-13 | 1 | -1/+1 | |
| | ||||||
* | added titlize so posts created with rake tasks will have nice titles | B Mathis | 2009-12-07 | 1 | -0/+36 | |
| | ||||||
* | added a rake task for creating a new post | B Mathis | 2009-12-07 | 1 | -0/+12 | |
| | ||||||
* | fixed default deploy task | B Mathis | 2009-11-25 | 1 | -0/+5 | |
| |