Brandon Mathis
2444c2c804
fixed bug with Modernizr classes not being added when a feature is not supported
2012-06-11 00:26:10 -05:00
Brandon Mathis
0bcfd1d8cc
Added html escaping GitHub feed. Closes #570
2012-06-11 00:19:18 -05:00
Brandon Mathis
af8591cc4f
Improved internal Modernizr testing function
2012-06-07 13:10:56 -05:00
Brandon Mathis
f38ed3ce8d
Mobile nav fixed for better IE support. Closes #595
2012-06-07 10:19:48 -05:00
Brandon Mathis
43850a2456
Fixed issue with CSS image mask test failing. Refactored Octopress.js functions into a closure. Added Twitter and GitHub feeds to Octopress.js to reduce http requests. Fixes #596
2012-06-07 00:05:16 -05:00
Brandon Mathis
64b2d2355d
Fixed issue where gists wouldn't get line numbers added. Fixed issue where backtick code blocks were getting empty figcaptions
2012-06-05 00:35:50 -05:00
Brandon Mathis
d40eaab07c
Switched out ender.js in favor of jQuery. Some small improvements to sidebar feed scripts
2012-05-24 23:03:59 -05:00
Brandon Mathis
47573af6c6
Improved mobile navigation injection script to work when search is not present. Fixes #380
2012-05-22 21:18:55 -05:00
hSATAC
a5a16b4039
Fix delicious widget js error
...
JS error occured when there's no tags on bookmarks
Check if it's an empty string before join item[i].t
2011-12-21 10:53:32 +08:00
Brandon Mathis
645eb6140b
now mobile navigation inlcudes subscription links fixes #299
2011-12-10 12:49:55 -06:00
Brandon Mathis
04586299b1
fixed github line numbering issue, fixed a few bugs in code block styling
2011-09-27 00:58:07 -05:00
Frederic Hemberger
ab62bb9355
jsHint'ed octopress.js
2011-09-26 14:41:39 +02:00
Frederic Hemberger
40a7809d65
Fixes delicious integration #179
2011-09-26 14:19:47 +02:00
Brandon Mathis
eade4fc0d5
now layouts or pages can specify "sidebar: collapse" in the yaml front matter for an always collapsed sidebar
2011-09-25 21:31:18 -05:00
Brandon Mathis
c26e5c3be9
Merge branch 'master' of github.com:imathis/octopress
2011-09-25 09:15:14 -05:00
Brandon Mathis
9ef928588b
mobile nav javascript updated to still work with role='main-navigation' since changes affecting custom partials don't get updated with the standard update script
2011-09-25 09:15:04 -05:00
Frederic Hemberger
2f60361a7b
Fixes child selector for param[name=movie], #168
2011-09-24 12:43:44 +02:00
Frederic Hemberger
a9a901c136
Fixed misuse of ARIA roles (see http://dev.opera.com/articles/view/introduction-to-wai-aria/ )
2011-09-21 14:48:38 +02:00
Frederic Hemberger
9e5e3c5d2f
Fixes spacing and global variable leaks, JSHint check
...
octopress.js now almost passes JSHint (http://jshint.com ). The only issues left
are due to undefined Modernizr and swfobject objects and the compressed
swfobject code at the end of the file, but those are neglectable.
2011-09-18 13:50:23 +02:00
Brandon Mathis
7b81aab5ac
added support for pygments.rb removing dependency on pygments, added support for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists
2011-07-26 23:36:42 -04:00
Brandon Mathis
b4584bd01c
improved navigation selection and fixed mobile nav select
2011-07-24 17:22:33 -04:00
Brandon Mathis
8b6d83ae60
1. Udated category layout
...
2. Improved scoping and styling for links
3. Sidebar collapse improvements
2011-07-15 15:50:48 -04:00
Brandon Mathis
87f300b2bc
1. Styled pagination for blog index
...
2. Fixed Newer pagination link on page 2
3. Improved sidebar section breakdown on collapse
4. Removed sharing links from the blog index page (moved to pages)
5. Improved styling for metadata on the blog index
6. Moved /blog/archives.html to /blog/archives/index.html
7. Improved responsive layout styling bugs
2011-07-13 22:23:19 -04:00
Brandon Mathis
b0a610095f
fixed sidebar columnization
2011-07-13 11:57:44 -04:00
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.
2011-07-12 19:40:57 -04:00
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
2011-06-29 14:01:06 -04:00