Brandon Mathis
1f8377f157
Merge from 2.1
2012-06-08 14:29:08 -05:00
Brandon Mathis
f4152ad1a7
udpated to latest
2012-06-08 14:21:28 -05:00
Brandon Mathis
3d27cb13c8
Removed dupicate post paragraph in post/meta
2012-06-08 14:20:51 -05:00
Brandon Mathis
7b59a4c06e
updated theme
2012-06-07 14:27:17 -05:00
Brandon Mathis
709b090e5b
Better method for customizing the favicon. Closes #594
2012-06-07 14:27:03 -05:00
Brandon Mathis
c9086a16b0
updated to latest theme
2012-06-07 13:10:50 -05:00
Brandon Mathis
ce9b3cab18
Improved internal Modernizr testing function
2012-06-07 13:09:46 -05:00
Brandon Mathis
90029198a4
Updated Twitter bird to latest logo. Added generated sprites to gitignore. Other improvements to theming and sprites
2012-06-07 13:08:20 -05:00
Brandon Mathis
f9eeb5ae71
udpated to latest octopress.js
2012-06-07 10:19:39 -05:00
Brandon Mathis
2225f69536
Mobile nav fixed for better IE support. Closes #595
2012-06-07 10:19:27 -05:00
Brandon Mathis
08de4df657
updated to latest theme
2012-06-07 00:05:12 -05:00
Brandon Mathis
c66aa08ed2
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:04:46 -05:00
Brandon Mathis
29deedd01a
updated post layout
2012-06-06 22:57:20 -05:00
Brandon Mathis
65e7746935
added custom after post include to post template
2012-06-06 22:56:02 -05:00
Brandon Mathis
bfe1ac9416
updated to latest theme
2012-06-06 01:04:36 -05:00
Brandon Mathis
f414f7ad65
Added more customization points in layout for pages, posts, comments, and meta data.
2012-06-06 01:04:17 -05:00
Brandon Mathis
fb34144d80
updated to latest theme
2012-06-05 16:09:26 -05:00
Brandon Mathis
1a26511e60
Added styling for github follow button, improved javascripts for adding GitHub and Twitter sidebars
2012-06-05 16:08:18 -05:00
Brandon Mathis
f16ac9df6a
updated to latest theme
2012-06-05 12:40:39 -05:00
Brandon Mathis
7bad5416fa
Changed do_not_track setting to respectfully_social. Added a better description to the config file. Also, now social icons are sprited for bandwidth friendliness
2012-06-05 12:39:23 -05:00
Brandon Mathis
76b9e3f19a
updated octopress.js to get new gist line number fix
2012-06-05 00:35:43 -05:00
Brandon Mathis
1c8a4de58e
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:13 -05:00
Brandon Mathis
5c925c7e64
updated facebook link sharing from latest
2012-06-05 00:25:28 -05:00
Brandon Mathis
e8e1b7e352
updated facebook link share url pattern
2012-06-05 00:25:04 -05:00
Brandon Mathis
6ba5fce061
updated to latest theme
2012-06-05 00:08:10 -05:00
Brandon Mathis
92194e2d01
fixed the embedded example in include_code plugin
2012-06-05 00:07:40 -05:00
Brandon Mathis
d353d3de8b
Added support for using text based social sharing links instead of javascript widgets which may track users and do trigger crazy high http requests. Also added a custom sharing template file for injecting any other sharing widget into the sharing section after a post
2012-06-05 00:07:23 -05:00
Brandon Mathis
0d2aac5676
Added video and css masks to modernizer tests. Updated styles to work with new image mask classname
2012-06-04 23:13:56 -05:00
Brandon Mathis
467de0c0ce
Removing .sass-cache in update_style task to ensure that Sass caches don't cause problems when users update. Related to issue #555
2012-06-03 17:21:58 -05:00
Brandon Mathis
eaef2ec33e
Merge branch '2.1' into site
2012-06-03 09:47:13 -05:00
Brandon Mathis
3994e0d6f3
updated to latest style
2012-06-03 00:27:42 -05:00
Brandon Mathis
9b7958eab1
Syntax highlighting theme now defaults to the light color scheme. I also added new styles for marking lines of code, and a better custom/_colors.scss file
2012-06-03 00:27:20 -05:00
Brandon Mathis
09c3cd32f2
Syntax highlighting theme now defaults to the light color scheme. I also added new styles for marking lines of code, and a better custom/_colors.scss file
2012-06-03 00:26:39 -05:00
Brandon Mathis
120b4f7f0f
update docs to encourage 1.9.3 with rvm setup
2012-06-03 00:24:46 -05:00
Brandon Mathis
758687f9bd
updated documentation for code plugins
2012-06-03 00:24:03 -05:00
Brandon Mathis
020ec2f773
fixed indentation on code blocks, updated include_code example
2012-06-03 00:23:34 -05:00
Brandon Mathis
cf0d5b80cf
Improvements to code plugins
...
- Range options are now properly stripped out of code plugin markup
- Markers now add start and end class names for more style control
- code_block plugin properly passes markings in highlight options
- Deprecated title before file name syntax for include_code
2012-06-03 00:19:06 -05:00
Brandon Mathis
e4cd278e0c
Improvements to code plugins
...
- Range options are now properly stripped out of code plugin markup
- Markers now add start and end class names for more style control
- code_block plugin properly passes markings in highlight options
- Deprecated title before file name syntax for include_code
2012-06-03 00:13:39 -05:00
Brandon Mathis
2e51d76681
Merge branch '2.1' into site
...
Conflicts:
plugins/backtick_code_block.rb
plugins/code_block.rb
plugins/include_code.rb
plugins/pygments_code.rb
2012-05-28 04:32:34 -05:00
Brandon Mathis
b867b0877d
Refactored code plugins so that shared regexes are mixed in methods
...
Added option to mark one line or groups of lines in a code block
Relates to issue #584
2012-05-28 04:29:18 -05:00
Brandon Mathis
2867208bef
added a test for marks
2012-05-28 04:22:41 -05:00
Brandon Mathis
ec900d5af7
Merge branch '2.1' of github.com:imathis/octopress into 2.1
2012-05-27 02:32:58 -05:00
Brandon Mathis
e16844af29
Improvements to Code embedding features
...
1. Removed lots of duplication
2. Added warnings and fixed some dim regex
3. New: set a start line number for any code snippet
4. New: set a start, end, or range for include_code
5. New: added option to disable line numbers linenos:false
Fixes #478 #484
2012-05-27 02:30:17 -05:00
Brandon Mathis
b3a5d2bf48
Merge branch '2.1' into site
2012-05-27 02:16:45 -05:00
Brandon Mathis
5c9a470515
Improvements to Code embedding features
...
1. Removed lots of duplication
2. Added warnings and fixed some dim regex
3. New: set a start line number for any code snippet
4. New: set a start, end, or range for include_code
5. New: added option to disable line numbers linenos:false
Closes #478 Closes #484
2012-05-27 02:14:37 -05:00
Brandon Mathis
d336604c3d
update docs heading
2012-05-27 02:09:48 -05:00
Brandon Mathis
8bf5b8a25c
updated docs with description of new code start, end and range options
2012-05-27 02:04:45 -05:00
Brandon Mathis
3b26147aef
Merge pull request #583 from xuhdev/deploy-nojekyll
...
Use a more portable way to create .nojekyll file when deploying to github pages.
2012-05-26 22:54:41 -07:00
Hong Xu
c1b2b43b32
Use a more portable way to create .nojekyll file when deploying to github pages.
2012-05-27 13:49:35 +08:00
Brandon Mathis
b673641d4f
Merge branch '2.1' into site
2012-05-26 11:52:27 -05:00