Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-04 | remove all Octopress stuff | Zhiming Wang | 1 | -30/+0 | |
2014-10-20 | initial setup | Zhiming Wang | 1 | -0/+0 | |
2013-10-28 | * consistently convert page and post titles to titlecase if site.titlecase ↵ | Valentin VALCIU | 1 | -1/+1 | |
is true; | |||||
2013-07-25 | Fixed typo in path to jQuery fallback | Mason Stewart | 1 | -1/+1 | |
The `libs` folder was typoed as `lib` | |||||
2013-03-09 | Removed Twitter and Ender.js. Added jQuery and updated Modernizr | Brandon Mathis | 1 | -3/+4 | |
2013-02-13 | fixed issue #949 using @alexkirmse's patch | Floyd Pink | 1 | -1/+1 | |
2012-07-11 | optimized order of styles and scripts in header | earaya | 1 | -2/+2 | |
2012-06-02 | Do not strip trailing slash of canonical URLs. | OGINO Masanori | 1 | -1/+1 | |
Usually, links for posts are generated with a trailing slash, but canonical URLs aren't. Some services (e.g. http://b.hatena.ne.jp/) are confused with that behavior. We can fix it by removing canonical URLs, but then anyone may read a post with /index.html URL and post the URL to some tool or service. Therefore rel="canonical" seems useful IMHO. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com> | |||||
2011-10-21 | Improve handling of meta description | Frederic Hemberger | 1 | -1/+1 | |
2011-10-21 | Use canonical URL for Disqus, fixes #236 | Frederic Hemberger | 1 | -1/+1 | |
2011-10-17 | Moves Google Analytics to <head> allowing verification for Google Webmaster ↵ | Frederic Hemberger | 1 | -0/+1 | |
Tools, fixes #204 | |||||
2011-09-25 | Ender.js is now loaded locally instead of hotlinking | Brandon Mathis | 1 | -1/+1 | |
2011-09-21 | Fixes whitespace, removed unnecessary closing '/' in HTML5 | Frederic Hemberger | 1 | -4/+4 | |
2011-09-21 | Adds first 150 chars of content as meta description, if no page.description ↵ | Frederic Hemberger | 1 | -6/+4 | |
specified. Fixes #162 | |||||
2011-09-17 | removes index.html from canonical urls. closes #153 | Brandon Mathis | 1 | -2/+2 | |
2011-09-04 | changed left angle quote to dash for page titles | Brandon Mathis | 1 | -1/+1 | |
2011-09-04 | show page.title first, best practice for SEO and usability (e.g. bookmarks) | fhemberger | 1 | -1/+1 | |
2011-09-04 | move code for Twitter, Google +1 and Google Analytics to bottom of page, as ↵ | fhemberger | 1 | -3/+0 | |
inline <script> tags are always blocking page load | |||||
2011-08-11 | Fix extra subdirectories appearing in category links and atom.xml link. | Brigham Brown | 1 | -2/+1 | |
2011-07-31 | added support for custom includes | Brandon Mathis | 1 | -2/+1 | |
2011-07-28 | Now rss link in head will update correctly with changes to the config | Brandon Mathis | 1 | -1/+2 | |
2011-07-28 | added cannonical link to head | Brandon Mathis | 1 | -0/+1 | |
2011-07-28 | removed appcache because it was annoying firefox users | Brandon Mathis | 1 | -1/+1 | |
2011-07-26 | Stops the (scary) warning bar in Firefox about storing data for offline usage. | Luke Armstrong | 1 | -1/+1 | |
2011-07-22 | Finally a nice solution for mapping relative urls | Brandon Mathis | 1 | -5/+5 | |
2011-07-19 | moved the favicon.png to the root directory for better discoverability | Brandon Mathis | 1 | -1/+1 | |
2011-07-16 | 1. Added rake task for simple configuration of subdirectory deployment. | Brandon Mathis | 1 | -5/+5 | |
2. Updated READEME documentation regarding deploying to subdirectories. 3. Fixed related mistake in pagination and header links | |||||
2011-07-16 | Added support and documentation for deploying to subdirectories (like | Brandon Mathis | 1 | -5/+5 | |
with gh-pages) | |||||
2011-07-12 | 1. Made default layout more generic. | Brandon Mathis | 1 | -1/+3 | |
2. Added a page layout and improved html on post layout. 3. Improved flexibility of stylesheets for different layout types. 4. Collapsing sidebar now moves it to the bottom of the page and floats content into columns. 5. Improved sharing settings, added Google plus one. | |||||
2011-07-03 | improved page title generation | Brandon Mathis | 1 | -5/+1 | |
2011-06-29 | Moved themes to .themes to get it out of the way. Updated Rakefile to ↵ | Brandon Mathis | 1 | -0/+0 | |
support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use | |||||
2011-06-24 | 1. Added html5 video with flash fallback. | Brandon Mathis | 1 | -1/+1 | |
2. Added Rack support 3. Disqus support 4. Improved Readme 5. Improved Syntax flexibility and styling 6. Improved blockquote styling | |||||
2011-06-15 | 1. Some general styling improvements especially for syntax and navigation | Brandon Mathis | 1 | -0/+3 | |
2. JS line numbering now supports embedded gists 3. Added a favicon | |||||
2011-06-07 | Added themes directory, improved javascript load and minification. | Brandon Mathis | 1 | -0/+32 | |