Commit Graph

65 Commits

Author SHA1 Message Date
Brandon Mathis
ad1f70b625 reverted back to \W in category_generator. Tracking on #128 2011-09-04 08:52:32 -05:00
Brandon Mathis
247aae2026 Improved support for non Latin characters in category names. Fixes #128 2011-09-04 08:52:32 -05:00
Brandon Mathis
3bede9ab87 Merge branch 'master' into site 2011-08-28 22:26:47 -05:00
masukomi
e20e68139c sitemap_generator dies if public dir doesn't exist yet
this tests for the presence of the public dir and creates
it if needed. This situation can arise in a new install.
2011-08-25 12:35:06 -04:00
Brandon Mathis
11c6e1f7a7 include_code now defaults to relative urls for easy testing on a development server 2011-08-21 16:16:03 -04:00
Brandon Mathis
3ea1e4edab include_code now defaults to relative urls for easy testing on a development server 2011-08-21 16:15:46 -04:00
Brandon Mathis
089af26b02 improved lang:language for codeblock and include code. It no longer strips out surrounding whitespace. 2011-08-21 10:31:58 -04:00
Brandon Mathis
6db1a5ada5 improved lang:language for codeblock and include code. It no longer strips out surrounding whitespace. 2011-08-21 10:31:14 -04:00
Brandon Mathis
83d87f98cc added option to force syntax highlighting language, example: {% include_code file lang:ruby %}. Fixes #108 2011-08-20 20:25:07 -04:00
Brandon Mathis
cbd6f8d8de added option to force syntax highlighting language, example: {% include_code file lang:ruby %}. Fixes #108 2011-08-20 20:24:51 -04:00
Brandon Mathis
358d02a4a7 centralized pygments aliases into pygments_code.rb. Added alias for .ru (ruby), which sort of fixes #108 2011-08-20 18:39:47 -04:00
Brandon Mathis
6b586af8a5 centralized pygments aliases into pygments_code.rb. Added alias for .ru (ruby), which sort of fixes #108 2011-08-20 18:39:00 -04:00
Brandon Mathis
596ec87c37 now only excerpted articles show the "read on" link. Also the text for that link can be set in the _config.yml 2011-08-20 16:02:50 -04:00
Brandon Mathis
9a81a6ecf9 now only excerpted articles show the "read on" link. Also the text for that link can be set in the _config.yml 2011-08-20 16:02:37 -04:00
Brandon Mathis
cf31601d4b reordered arguments in pagination 2011-08-18 14:30:59 -04:00
Brandon Mathis
3e1674c3c0 reordered arguments in pagination 2011-08-18 14:30:36 -04:00
Brandon Mathis
ef4a42f977 Codeblock regex improved to better detect extensions fixes #96, added support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocks 2011-08-16 02:41:28 -04:00
Brandon Mathis
15e71344f5 Codeblock regex improved to better detect extensions fixes #96, added support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocks 2011-08-16 02:40:47 -04:00
Brandon Mathis
1d8e3af457 expand_urls now correctly matches urls pointing to the root directory, allowing / to be replaced with /subdir/ if site is configured with a different root directory 2011-08-16 00:43:59 -04:00
Brandon Mathis
1c555116be Added support for pagination with a blog index in any directory (helps with landing pages). Added configuration for pagination directory base 2011-08-16 00:43:22 -04:00
Brandon Mathis
a5f87149fe expand_urls now correctly matches urls pointing to the root directory, allowing / to be replaced with /subdir/ if site is configured with a different root directory 2011-08-16 00:43:07 -04:00
Brandon Mathis
81ff6c0baf Added support for pagination with a blog index in any directory (helps with landing pages). Added configuration for pagination directory base 2011-08-15 23:59:28 -04:00
Brandon Mathis
4933a5459c Merge branch 'master' into site 2011-08-12 09:48:09 -04:00
Brigham Brown
648d4cc238 Fix extra subdirectories appearing in category links and atom.xml link. 2011-08-11 21:30:45 -07:00
Brandon Mathis
3983bd0918 added raw liquid tag plugin for helping with documentation 2011-08-01 17:38:09 -04:00
Brandon Mathis
7b52fb492e added yml alias for yaml code highlighting 2011-08-01 17:35:44 -04:00
Brandon Mathis
8e978596b6 added yml alias for yaml code highlighting 2011-08-01 17:35:33 -04:00
Brandon Mathis
08dc63a95e added a raw option to render_partial. Now you can import partials without having them parsed by the Liquid template parser 2011-08-01 16:28:30 -04:00
Brandon Mathis
6009daa8a2 code_block and inlcude_code no longer needlessly render through the Liquid template parser 2011-08-01 16:28:07 -04:00
Brandon Mathis
40b444c9cd added a raw option to render_partial. Now you can import partials without having them parsed by the Liquid template parser 2011-08-01 16:24:06 -04:00
Brandon Mathis
70d2c83843 code_block and inlcude_code no longer needlessly render through the Liquid template parser 2011-08-01 16:23:17 -04:00
Brandon Mathis
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. 2011-08-01 09:06:55 -04:00
Brandon Mathis
d30c8c7f36 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. 2011-08-01 09:06:37 -04:00
Brandon Mathis
141800087f Merge branch 'woodwardjd-master' 2011-07-30 12:05:34 -04:00
Brandon Mathis
cb6442e624 fixed empty line stripping from codeblocks 2011-07-30 09:06:56 -04:00
Brandon Mathis
ffc730fc0d Merge branch 'master' of https://github.com/woodwardjd/octopress into woodwardjd-master 2011-07-29 20:50:35 -04:00
Brandon Mathis
c837acd497 added support for width and height to image tag plugin 2011-07-29 18:29:53 -04:00
Brandon Mathis
20de112526 include_code is now more forgiving, stripping leading forward slashes from the code_dir config 2011-07-29 10:49:54 -04:00
Brandon Mathis
49a67785dc Add support using github backtick code blocks without supplying a language 2011-07-28 15:59:50 -04:00
Brandon Mathis
a516c773d1 improved replacement filters for textile markup on github backtick codeblocks, added comment to show regular HTML support 2011-07-28 15:21:46 -04:00
Brandon Mathis
7209aaf64c updated Github style backtick filter to support textile, markdown and html 2011-07-28 14:44:48 -04:00
Jason Woodward
d8b17814e0 allow select and order of sidebar components to be configurable in jekyll's _config.yml 2011-07-28 12:02:08 -04:00
Andreas Arnold
2d8a17cd41 making textile and code blocks work nice together 2011-07-28 16:02:49 +02:00
Brandon Mathis
4a2254665c fixed bug where multiple github style codeblcoks were getting eaten 2011-07-27 18:34:58 -04:00
Brandon Mathis
d0f56ef1ca fixed bug in backtick_codeblock where indentations were being unintentionally removed 2011-07-26 23:56:14 -04:00
Brandon Mathis
6e2beaa969 added support for github style backtick code blocks 2011-07-26 23:37:31 -04: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
20764e31ee updated syntax highlighting support for perl and objective c in code_block and include_code plugins 2011-07-25 20:35:24 -04:00
Brandon Mathis
d5aa08d3f3 added video tag plugin 2011-07-23 17:41:08 -04:00
Brandon Mathis
a80cb12c8c fixed typos and cleand up the image tag plugin 2011-07-23 17:41:03 -04:00