aboutsummaryrefslogtreecommitdiff
path: root/source/_includes/head.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-04remove all Octopress stuffZhiming Wang1-30/+0
2014-10-20initial setupZhiming Wang1-0/+0
2013-10-28* consistently convert page and post titles to titlecase if site.titlecase ↵Valentin VALCIU1-1/+1
is true;
2013-07-25Fixed typo in path to jQuery fallbackMason Stewart1-1/+1
The `libs` folder was typoed as `lib`
2013-03-09Removed Twitter and Ender.js. Added jQuery and updated ModernizrBrandon Mathis1-3/+4
2013-02-13fixed issue #949 using @alexkirmse's patchFloyd Pink1-1/+1
2012-07-11optimized order of styles and scripts in headerearaya1-2/+2
2012-06-02Do not strip trailing slash of canonical URLs.OGINO Masanori1-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-21Improve handling of meta descriptionFrederic Hemberger1-1/+1
2011-10-21Use canonical URL for Disqus, fixes #236Frederic Hemberger1-1/+1
2011-10-17Moves Google Analytics to <head> allowing verification for Google Webmaster ↵Frederic Hemberger1-0/+1
Tools, fixes #204
2011-09-25Ender.js is now loaded locally instead of hotlinkingBrandon Mathis1-1/+1
2011-09-21Fixes whitespace, removed unnecessary closing '/' in HTML5Frederic Hemberger1-4/+4
2011-09-21Adds first 150 chars of content as meta description, if no page.description ↵Frederic Hemberger1-6/+4
specified. Fixes #162
2011-09-17removes index.html from canonical urls. closes #153Brandon Mathis1-2/+2
2011-09-04changed left angle quote to dash for page titlesBrandon Mathis1-1/+1
2011-09-04show page.title first, best practice for SEO and usability (e.g. bookmarks)fhemberger1-1/+1
2011-09-04move code for Twitter, Google +1 and Google Analytics to bottom of page, as ↵fhemberger1-3/+0
inline <script> tags are always blocking page load
2011-08-11Fix extra subdirectories appearing in category links and atom.xml link.Brigham Brown1-2/+1
2011-07-31added support for custom includesBrandon Mathis1-2/+1
2011-07-28Now rss link in head will update correctly with changes to the configBrandon Mathis1-1/+2
2011-07-28added cannonical link to headBrandon Mathis1-0/+1
2011-07-28removed appcache because it was annoying firefox usersBrandon Mathis1-1/+1
2011-07-26Stops the (scary) warning bar in Firefox about storing data for offline usage.Luke Armstrong1-1/+1
2011-07-22Finally a nice solution for mapping relative urlsBrandon Mathis1-5/+5
2011-07-19moved the favicon.png to the root directory for better discoverabilityBrandon Mathis1-1/+1
2011-07-161. Added rake task for simple configuration of subdirectory deployment.Brandon Mathis1-5/+5
2. Updated READEME documentation regarding deploying to subdirectories. 3. Fixed related mistake in pagination and header links
2011-07-16Added support and documentation for deploying to subdirectories (likeBrandon Mathis1-5/+5
with gh-pages)
2011-07-121. Made default layout more generic.Brandon Mathis1-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-03improved page title generationBrandon Mathis1-5/+1
2011-06-29Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis1-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-241. Added html5 video with flash fallback.Brandon Mathis1-1/+1
2. Added Rack support 3. Disqus support 4. Improved Readme 5. Improved Syntax flexibility and styling 6. Improved blockquote styling
2011-06-151. Some general styling improvements especially for syntax and navigationBrandon Mathis1-0/+3
2. JS line numbering now supports embedded gists 3. Added a favicon
2011-06-07Added themes directory, improved javascript load and minification.Brandon Mathis1-0/+32