Brandon Mathis
98013543d9
Removed Twitter and Ender.js. Added jQuery and updated Modernizr
12 years ago
Floyd Pink
510c6d602b
fixed issue #949 using @alexkirmse's patch
12 years ago
earaya
b9191cc61a
optimized order of styles and scripts in header
12 years ago
OGINO Masanori
f3c68bb73f
Do not strip trailing slash of canonical URLs.
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>
13 years ago
Frederic Hemberger
a81ef5e28b
Improve handling of meta description
13 years ago
Frederic Hemberger
514e84831c
Use canonical URL for Disqus, fixes #236
13 years ago
Frederic Hemberger
ff7099207b
Moves Google Analytics to <head> allowing verification for Google Webmaster Tools, fixes #204
13 years ago
Brandon Mathis
d1e5c45e79
Ender.js is now loaded locally instead of hotlinking
13 years ago
Frederic Hemberger
111142c5c2
Fixes whitespace, removed unnecessary closing '/' in HTML5
13 years ago
Frederic Hemberger
0b5215c0f5
Adds first 150 chars of content as meta description, if no page.description specified. Fixes #162
13 years ago
Brandon Mathis
728bdad5ca
removes index.html from canonical urls. closes #153
13 years ago
Brandon Mathis
8c0dd58ee6
changed left angle quote to dash for page titles
13 years ago
fhemberger
dae6cceec2
show page.title first, best practice for SEO and usability (e.g. bookmarks)
13 years ago
fhemberger
8de095bfa9
move code for Twitter, Google +1 and Google Analytics to bottom of page, as inline <script> tags are always blocking page load
13 years ago
Brigham Brown
648d4cc238
Fix extra subdirectories appearing in category links and atom.xml link.
13 years ago
Brandon Mathis
d344a8c7ac
added support for custom includes
13 years ago
Brandon Mathis
c779ad7916
Now rss link in head will update correctly with changes to the config
13 years ago
Brandon Mathis
2af038a725
added cannonical link to head
13 years ago
Brandon Mathis
1e2d10c2c5
removed appcache because it was annoying firefox users
13 years ago
Luke Armstrong
c32516fdb0
Stops the (scary) warning bar in Firefox about storing data for offline usage.
13 years ago
Brandon Mathis
39d56bc988
Finally a nice solution for mapping relative urls
13 years ago
Brandon Mathis
f6774b7c2f
moved the favicon.png to the root directory for better discoverability
13 years ago
Brandon Mathis
1f9b596b82
1. Added rake task for simple configuration of subdirectory deployment.
2. Updated READEME documentation regarding deploying to subdirectories.
3. Fixed related mistake in pagination and header links
13 years ago
Brandon Mathis
f81bdbc1a8
Added support and documentation for deploying to subdirectories (like
with gh-pages)
13 years ago
Brandon Mathis
5d1d04c52c
1. Made default layout more generic.
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.
14 years ago
Brandon Mathis
e30a298eb9
improved page title generation
14 years ago
Brandon Mathis
ea349cdfbf
Moved themes to .themes to get it out of the way. Updated Rakefile to 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
14 years ago
Brandon Mathis
ef3ff431e5
1. Added html5 video with flash fallback.
2. Added Rack support
3. Disqus support
4. Improved Readme
5. Improved Syntax flexibility and styling
6. Improved blockquote styling
14 years ago
Brandon Mathis
b0405cc3c2
1. Some general styling improvements especially for syntax and navigation
2. JS line numbering now supports embedded gists
3. Added a favicon
14 years ago
Brandon Mathis
aa23061624
Added themes directory, improved javascript load and minification.
14 years ago