Brandon Mathis
7dfba9a26e
fixed video wrapping js
12 years ago
Brandon Mathis
49a27c929d
fixed mobile navigation
12 years ago
Brandon Mathis
75cc24c8d6
fixed addSidebarToggler where index and section were flip-flopped
12 years ago
peterboni
dee2900ba2
Mobile nav fixed.
Now shows links instead of 'undefined'.
12 years ago
Brandon Mathis
98013543d9
Removed Twitter and Ender.js. Added jQuery and updated Modernizr
12 years ago
Floyd Pink
43751b76d3
Fixed issue with mobile nav choosing the last option by default. Fixes #950 .
12 years ago
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
13 years ago
Brandon Mathis
645eb6140b
now mobile navigation inlcudes subscription links fixes #299
13 years ago
Brandon Mathis
04586299b1
fixed github line numbering issue, fixed a few bugs in code block styling
13 years ago
Frederic Hemberger
ab62bb9355
jsHint'ed octopress.js
13 years ago
Frederic Hemberger
40a7809d65
Fixes delicious integration #179
13 years ago
Brandon Mathis
eade4fc0d5
now layouts or pages can specify "sidebar: collapse" in the yaml front matter for an always collapsed sidebar
13 years ago
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
13 years ago
Frederic Hemberger
2f60361a7b
Fixes child selector for param[name=movie], #168
13 years ago
Frederic Hemberger
a9a901c136
Fixed misuse of ARIA roles (see http://dev.opera.com/articles/view/introduction-to-wai-aria/ )
13 years ago
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.
13 years ago
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
13 years ago
Brandon Mathis
b4584bd01c
improved navigation selection and fixed mobile nav select
13 years ago
Brandon Mathis
8b6d83ae60
1. Udated category layout
2. Improved scoping and styling for links
3. Sidebar collapse improvements
13 years ago
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
13 years ago
Brandon Mathis
b0a610095f
fixed sidebar columnization
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
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
929e606111
1. Removed pullquote and improved semantics of blockquote plugin.
2. Removed iterator plugin as it was not being used.
3. Added initial support for html5 video with flash fallback.
4. Added responsive scaling for embedded youtube and vimeo videos.
5. Improved footer styleing.
14 years ago
Brandon Mathis
a20dc08e10
1. Added support for styled subtitle in header
2. Added javascript detection for placeholder
3. Added backup style for search field with no-placeholder support
14 years ago
Brandon Mathis
aa23061624
Added themes directory, improved javascript load and minification.
14 years ago