11c6e1f7a7include_code now defaults to relative urls for easy testing on a development server
Brandon Mathis
2011-08-21 16:15:46 -0400
089af26b02improved lang:language for codeblock and include code. It no longer strips out surrounding whitespace.
Brandon Mathis
2011-08-21 10:31:14 -0400
83d87f98ccadded option to force syntax highlighting language, example: {% include_code file lang:ruby %}. Fixes#108
Brandon Mathis
2011-08-20 20:24:51 -0400
67211edd97Merge branch 'master' of github.com:imathis/octopress
Brandon Mathis
2011-08-20 18:40:07 -0400
358d02a4a7centralized pygments aliases into pygments_code.rb. Added alias for .ru (ruby), which sort of fixes#108
Brandon Mathis
2011-08-20 18:39:00 -0400
596ec87c37now only excerpted articles show the "read on" link. Also the text for that link can be set in the _config.yml
Brandon Mathis
2011-08-20 16:02:37 -0400
5ec1f014a0added stringex gem for permalink url generation
Pavel Pravosud
2011-08-20 10:24:15 +0700
178a198ea7updated blog theme to default to left aligned images. To center images, use classname "center"
Brandon Mathis
2011-08-18 15:00:47 -0400
cf31601d4breordered arguments in pagination
Brandon Mathis
2011-08-18 14:30:36 -0400
ef4a42f977Codeblock regex improved to better detect extensions fixes#96, added support for tableizing non highlighted code blocks from liquid codeblock tag and backtick code blocks
Brandon Mathis
2011-08-16 02:40:47 -0400
1c555116beAdded support for pagination with a blog index in any directory (helps with landing pages). Added configuration for pagination directory base
Brandon Mathis
2011-08-15 23:59:28 -0400
a5f87149feexpand_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
Brandon Mathis
2011-08-16 00:41:57 -0400
33112a65a8page layout will now accept pages without title metadata
Brandon Mathis
2011-08-14 17:47:46 -0400
0e072543daadded support for preserving customized source/index.html during template updates. Moved the blog index code to a partial in source/_includes/blog_index.html
Brandon Mathis
2011-08-10 18:14:56 -0400
9c2f64d20cfixed issue where port setting didn't change jekyll's webbrick in _config.yml. Accidentally used port where I should have used server_port fixes#70
Brandon Mathis
2011-08-07 12:18:58 -0400
7d6062b5ebfixed @extend for pp, code, and tt. The @extend was extending a non-existant entry.
Jake McCrary
2011-08-06 23:19:00 -0500
0108966c55added source.old, sass.old to .gitignore
Adam Bowen
2011-08-02 09:38:47 -0400
b42a7f87dcchanged mdash to unicode character to help some users with encoding errors
Brandon Mathis
2011-08-02 00:55:28 -0400
4a181e3a14added explaination to _config.yml for why pygments are turned off
Brandon Mathis
2011-08-02 00:40:38 -0400
98200038f7added header to customizable includes
Brandon Mathis
2011-08-01 17:57:17 -0400
7b52fb492eadded yml alias for yaml code highlighting
Brandon Mathis
2011-08-01 17:35:33 -0400
08dc63a95eadded 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
6009daa8a2code_block and inlcude_code no longer needlessly render through the Liquid template parser
Brandon Mathis
2011-08-01 16:23:17 -0400
ff1dba19f2Backtick 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
5d24e0ba2budpated rake udpate_source task to preserve custom includes instaed of preserving navigation and footer
Brandon Mathis
2011-07-31 13:24:38 -0400
07f4937bfdadded custom partials for for footer and navigation
Brandon Mathis
2011-07-31 13:13:00 -0400
c837acd497added support for width and height to image tag plugin
Brandon Mathis
2011-07-29 18:29:39 -0400
d6744967faImproved support for adding author metadata to pages
Brandon Mathis
2011-07-29 16:27:13 -0400
20de112526include_code is now more forgiving, stripping leading forward slashes from the code_dir config
Brandon Mathis
2011-07-29 10:49:37 -0400
df86e647b1Rake task update_source now preserves footer as well as navigation
Brandon Mathis
2011-07-28 22:12:50 -0400
c779ad7916Now rss link in head will update correctly with changes to the config
Brandon Mathis
2011-07-28 16:51:55 -0400
49a67785dcAdd support using github backtick code blocks without supplying a language
Brandon Mathis
2011-07-28 15:59:27 -0400
2af038a725added cannonical link to head
Brandon Mathis
2011-07-28 15:53:39 -0400
1e2d10c2c5removed appcache because it was annoying firefox users
Brandon Mathis
2011-07-28 15:42:28 -0400
3b29bfc46fadded / 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
a516c773d1improved 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
7209aaf64cupdated Github style backtick filter to support textile, markdown and html
Brandon Mathis
2011-07-28 14:44:18 -0400
d8b17814e0allow select and order of sidebar components to be configurable in jekyll's _config.yml
Jason Woodward
2011-07-28 12:02:08 -0400
3d238313a7Fixed [cp: cannot stat `.themes/classic/source/*.': No such file or directory]
Luke Armstrong
2011-07-27 23:50:35 +0200
25704fe355improved new_post title substitutions, fixed directories in rake update tasks
Brandon Mathis
2011-07-27 16:39:50 -0400
d0f56ef1cafixed bug in backtick_codeblock where indentations were being unintentionally removed
Brandon Mathis
2011-07-26 23:56:14 -0400
6e2beaa969added support for github style backtick code blocks
Brandon Mathis
2011-07-26 23:37:31 -0400
786b8e8783Merge branch 'master' of github.com:imathis/octopress
Brandon Mathis
2011-07-26 23:36:57 -0400
7b81aab5acadded 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