Commit Graph

  • 140198b87a Merge pull request #64 from adamnbowen/master Brandon Mathis 2011-08-02 06:44:40 -0700
  • 0108966c55 added source.old, sass.old to .gitignore Adam Bowen 2011-08-02 09:38:47 -0400
  • b42a7f87dc changed mdash to unicode character to help some users with encoding errors Brandon Mathis 2011-08-02 00:55:28 -0400
  • 4a181e3a14 added explaination to _config.yml for why pygments are turned off Brandon Mathis 2011-08-02 00:40:38 -0400
  • 98200038f7 added header to customizable includes Brandon Mathis 2011-08-01 17:57:17 -0400
  • 7b52fb492e added yml alias for yaml code highlighting Brandon Mathis 2011-08-01 17:35:33 -0400
  • 08dc63a95e added a raw option to render_partial. Now you can import partials without having them parsed by the Liquid template parser Brandon Mathis 2011-08-01 16:24:06 -0400
  • 6009daa8a2 code_block and inlcude_code no longer needlessly render through the Liquid template parser Brandon Mathis 2011-08-01 16:23:17 -0400
  • ff1dba19f2 Backtick codeblocks now correctly replace & with & and Textile support for back tick code blocks has been removed. It never really worked. Textile makes me sad. Brandon Mathis 2011-08-01 09:06:37 -0400
  • 5d24e0ba2b udpated rake udpate_source task to preserve custom includes instaed of preserving navigation and footer Brandon Mathis 2011-07-31 13:24:38 -0400
  • 07f4937bfd added custom partials for for footer and navigation Brandon Mathis 2011-07-31 13:13:00 -0400
  • 705ba9a394 update instructions for adding custom asides Brandon Mathis 2011-07-31 12:44:07 -0400
  • d344a8c7ac added support for custom includes Brandon Mathis 2011-07-31 12:27:25 -0400
  • 3525825e90 limited atom feed to 20 most recent items Brandon Mathis 2011-07-31 12:02:28 -0400
  • 247105c833 removed unused sidebar include Brandon Mathis 2011-07-30 12:10:27 -0400
  • 41ebe2a75a added config for multiple asides Brandon Mathis 2011-07-30 12:07:51 -0400
  • 1db23acd78 added multi sidebar support Brandon Mathis 2011-07-30 12:04:33 -0400
  • 141800087f Merge branch 'woodwardjd-master' Brandon Mathis 2011-07-30 12:05:34 -0400
  • cb6442e624 fixed empty line stripping from codeblocks Brandon Mathis 2011-07-30 09:06:38 -0400
  • ffc730fc0d Merge branch 'master' of https://github.com/woodwardjd/octopress into woodwardjd-master Brandon Mathis 2011-07-29 20:50:35 -0400
  • c837acd497 added support for width and height to image tag plugin Brandon Mathis 2011-07-29 18:29:39 -0400
  • d6744967fa Improved support for adding author metadata to pages Brandon Mathis 2011-07-29 16:27:13 -0400
  • 20de112526 include_code is now more forgiving, stripping leading forward slashes from the code_dir config Brandon Mathis 2011-07-29 10:49:37 -0400
  • df86e647b1 Rake task update_source now preserves footer as well as navigation Brandon Mathis 2011-07-28 22:12:50 -0400
  • c779ad7916 Now rss link in head will update correctly with changes to the config Brandon Mathis 2011-07-28 16:51:55 -0400
  • 49a67785dc Add support using github backtick code blocks without supplying a language Brandon Mathis 2011-07-28 15:59:27 -0400
  • 2af038a725 added cannonical link to head Brandon Mathis 2011-07-28 15:53:39 -0400
  • 1e2d10c2c5 removed appcache because it was annoying firefox users Brandon Mathis 2011-07-28 15:42:28 -0400
  • 3b29bfc46f added / to the end of the permalinks by default to be more compatible with diqus permalink matching for wordpress default imports Brandon Mathis 2011-07-28 15:40:42 -0400
  • a516c773d1 improved replacement filters for textile markup on github backtick codeblocks, added comment to show regular HTML support Brandon Mathis 2011-07-28 15:21:34 -0400
  • 7209aaf64c updated Github style backtick filter to support textile, markdown and html Brandon Mathis 2011-07-28 14:44:18 -0400
  • d8b17814e0 allow select and order of sidebar components to be configurable in jekyll's _config.yml Jason Woodward 2011-07-28 12:02:08 -0400
  • b37ce3a8ae Merge pull request #53 from zumda/master Brandon Mathis 2011-07-28 07:18:45 -0700
  • 2d8a17cd41 making textile and code blocks work nice together Andreas Arnold 2011-07-28 16:02:49 +0200
  • 4a2254665c fixed bug where multiple github style codeblcoks were getting eaten Brandon Mathis 2011-07-27 18:32:06 -0400
  • 0911eabb9b fixed update style Brandon Mathis 2011-07-27 18:34:50 -0400
  • d05040adfc Merge pull request #51 from lukearmstrong/patch-5 Brandon Mathis 2011-07-27 15:34:16 -0700
  • 6244feae22 Fixed rake update_source and rake update_style Luke Armstrong 2011-07-28 00:22:57 +0200
  • b7a9e1e993 Merge pull request #49 from lukearmstrong/patch-3 Brandon Mathis 2011-07-27 15:09:37 -0700
  • 3d238313a7 Fixed [cp: cannot stat `.themes/classic/source/*.': No such file or directory] Luke Armstrong 2011-07-27 23:50:35 +0200
  • 25704fe355 improved new_post title substitutions, fixed directories in rake update tasks Brandon Mathis 2011-07-27 16:39:50 -0400
  • d0f56ef1ca fixed bug in backtick_codeblock where indentations were being unintentionally removed Brandon Mathis 2011-07-26 23:56:14 -0400
  • 6e2beaa969 added support for github style backtick code blocks Brandon Mathis 2011-07-26 23:37:31 -0400
  • 786b8e8783 Merge branch 'master' of github.com:imathis/octopress Brandon Mathis 2011-07-26 23:36:57 -0400
  • 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 Brandon Mathis 2011-07-26 23:36:42 -0400
  • ab36801d1f Merge pull request #43 from ballou88/master Brandon Mathis 2011-07-26 16:20:09 -0700
  • 9189548e9d Changed description of new_page rake task, to what it does Mike Ballou 2011-07-26 16:10:16 -0700
  • 727a149227 Merge pull request #42 from lukearmstrong/patch-1 Brandon Mathis 2011-07-26 14:32:36 -0700
  • c32516fdb0 Stops the (scary) warning bar in Firefox about storing data for offline usage. Luke Armstrong 2011-07-26 23:27:44 +0200
  • a12b0b7f6e updated push rake task to copy contents of public directory into _deploy Brandon Mathis 2011-07-26 14:32:15 -0400
  • d6bed015be improved the default options and instructions on custom/_colors.scss Brandon Mathis 2011-07-26 12:32:43 -0400
  • 38e6772260 imrpoved support for light colored solarized theme Brandon Mathis 2011-07-26 12:08:07 -0400
  • 3ebe3e5a0e Merge branch 'master' of github.com:imathis/octopress Brandon Mathis 2011-07-25 20:35:36 -0400
  • 20764e31ee updated syntax highlighting support for perl and objective c in code_block and include_code plugins Brandon Mathis 2011-07-25 20:34:52 -0400
  • 9facd80d90 fixed issue where solarized syntax highlighting colors were not being defaulted appropriately Brandon Mathis 2011-07-25 11:02:17 -0400
  • d10ba20d14 improved consistency of video and image block styling Brandon Mathis 2011-07-24 17:32:38 -0400
  • b4584bd01c improved navigation selection and fixed mobile nav select Brandon Mathis 2011-07-21 15:32:10 -0400
  • 16b03308bd improved font-size for pages Brandon Mathis 2011-07-23 18:47:09 -0400
  • a92504a629 fixed typo in CHANGELOG - thanks VIM modes :/ Brandon Mathis 2011-07-23 17:57:47 -0400
  • 240a3202d9 removed upgrading instructions for now. Brandon Mathis 2011-07-23 17:47:17 -0400
  • af910781f0 updated readme to point to octopress.org and removed old instructions Brandon Mathis 2011-07-23 17:45:48 -0400
  • d5aa08d3f3 added video tag plugin Brandon Mathis 2011-07-23 17:39:49 -0400
  • a80cb12c8c fixed typos and cleand up the image tag plugin Brandon Mathis 2011-07-23 17:40:17 -0400
  • 3d3781e259 scoped force-wrap to anchor links in articles and sidebar Brandon Mathis 2011-07-23 09:45:23 -0400
  • 51b2a36b40 Added a fix for wrapping long lines of text in articles and in the sidebar Brandon Mathis 2011-07-23 09:05:16 -0400
  • fe074b2c1b removed some unnecessary steps from the category_generator plugin to avoid confusion Brandon Mathis 2011-07-23 01:17:47 -0400
  • da38dbe584 fixed misspelling of exerpt to excerpt for in the Octopress filters Brandon Mathis 2011-07-23 01:16:40 -0400
  • f49b24ac60 improved consistency of margins on code blocks Brandon Mathis 2011-07-23 00:32:19 -0400
  • a2bc6f9762 1. Added image tag plugin 2. Removed figure tag plugin 3. Renamed custom_filters to octopress_filters 4. Added styles to support new image tag plugin Brandon Mathis 2011-07-23 00:23:50 -0400
  • 8e489ac2da fixed error in pullquote plugin Brandon Mathis 2011-07-22 17:45:26 -0400
  • 967eeb46e8 blockquote plugin now allows for source attribution with out a link, see docs Brandon Mathis 2011-07-22 11:47:23 -0400
  • ba0e5ef4a3 Render partial now automatically stirps out yaml front matter Brandon Mathis 2011-07-22 11:46:55 -0400
  • 12aed03eea updated rakefile and config to support url mapping in previous commit Brandon Mathis 2011-07-22 00:03:11 -0400
  • 39d56bc988 Finally a nice solution for mapping relative urls Brandon Mathis 2011-07-21 23:50:32 -0400
  • 44e1351fc7 1. Added condition to full_url filter to allow it to be used as a root_url appending filter for remapping root "/" urls when octopress is deployed to a subdirectory. Updated _includes/article and _layouts/page to use the filter 2. Added documentation for the include_code plugin Brandon Mathis 2011-07-21 15:45:09 -0400
  • 05e4b7951d made bottom margin for code blocks more consistant Brandon Mathis 2011-07-20 12:20:29 -0400
  • 0843c02f4e improved documentation on codeblock plugin Brandon Mathis 2011-07-20 12:11:52 -0400
  • c030550917 added optional title to include code tag Brandon Mathis 2011-07-20 11:02:49 -0400
  • ae51fe859e removed incorrect usage of gsub! which was returning nil if the substitution was not found. Now strips leading and trailing whitespace Brandon Mathis 2011-07-20 11:01:34 -0400
  • 3587076aed updated gist_tag.rb to use <div>s to get around RDiscount's foolishness Brandon Mathis 2011-07-20 00:41:21 -0400
  • af39f96826 cleaned up config for generic use Brandon Mathis 2011-07-19 23:01:25 -0400
  • f6774b7c2f moved the favicon.png to the root directory for better discoverability Brandon Mathis 2011-07-19 22:43:29 -0400
  • 19df7e84d6 added source_update and sass_update rake tasks, for easily updating a blog to the latest theme Brandon Mathis 2011-07-19 22:18:34 -0400
  • 6a149ea302 Updated Readme with latest instructions Brandon Mathis 2011-07-19 18:48:02 -0400
  • 6f646e7290 added <div> wrappers to code blocks because rdiscount stupidly wraps <figure> tags with paragraphs. Grr. Brandon Mathis 2011-07-19 18:00:56 -0400
  • cc1cfa56b2 fixed regular expression for new_page rake task Brandon Mathis 2011-07-19 17:29:23 -0400
  • 3f2855ac6b fixed logic for showing dates on page layout Brandon Mathis 2011-07-19 17:28:36 -0400
  • 6006ac8a01 new_page rake task now creates pages as page_name/index.[default_format] if no file extension is passed. By default this creates nicer urls Brandon Mathis 2011-07-19 17:01:14 -0400
  • e027d82d17 changed post layout so that blog posts default to comments being turned on Brandon Mathis 2011-07-19 16:34:42 -0400
  • a71a709cb3 Fixed a bug where blockquotes broke without an author, also refactored a bit for reability Brandon Mathis 2011-07-19 16:32:57 -0400
  • 98cfd74d9a In new_post and new_page rake tasks: adding quotes around title attribute for better compatibility with yaml Brandon Mathis 2011-07-19 16:18:40 -0400
  • 4a40323166 Changed rake task 'post' to 'new_post' and updated the yaml front matter. Added 'new_page' rake task for easily adding new pages with a default yaml block Brandon Mathis 2011-07-19 16:09:42 -0400
  • f08cba2558 Updated Readme to break out rake install with more explanation Brandon Mathis 2011-07-19 09:08:21 -0400
  • 3069892654 Improved organziation of _config.yml Brandon Mathis 2011-07-19 09:07:30 -0400
  • 17c59fb1d1 Moved plugins to root directory. I'm ditching the idea of shipping plugins with themes until it's more obviously necessary. This way it's easier to merge and update plugins. Brandon Mathis 2011-07-19 09:06:54 -0400
  • 873a604e14 Fixed header link Brandon Mathis 2011-07-18 18:13:28 -0400
  • 1fd21a6e25 Renamed include_file plugin to render_partial, added documentation to include_code and render_partial Brandon Mathis 2011-07-18 17:04:56 -0400
  • 64b23d9f34 Improved variable names for setting footer, sharing, sidebar and metadata diesplay from page configurations Brandon Mathis 2011-07-18 16:59:59 -0400
  • 0f2686eff7 Refactored layout styles: 1. Now iPad vertical gets a collapsed sidebar with columns 2. Moved sidebar toggler styles from layout to sidebar/base 3. Added body class .sidebar-footer to support an always collapsed sidebar 4. Added $indented-lists (bool) for easily setting list indent preferences 5. Removed no-sidebar checking from sidebar-toggler, handled it through css. Brandon Mathis 2011-07-18 15:33:11 -0400
  • 4dfc5c1d67 scoped titlebar styling to figcaptions under figures with role="code", added an example for overriding a style in sass/custom/styles.scss Brandon Mathis 2011-07-17 20:28:02 -0400