178a198ea7updated blog theme to default to left aligned images. To center images, use classname "center"
Brandon Mathis
2011-08-18 15:00:47 -04:00
cf31601d4breordered arguments in pagination
Brandon Mathis
2011-08-18 14:30:36 -04:00
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 -04:00
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 -04:00
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 -04:00
33112a65a8page layout will now accept pages without title metadata
Brandon Mathis
2011-08-14 17:47:46 -04:00
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 -04:00
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 -04:00
7d6062b5ebfixed @extend for pp, code, and tt. The @extend was extending a non-existant entry.
Jake McCrary
2011-08-06 23:19:00 -05:00
0108966c55added source.old, sass.old to .gitignore
Adam Bowen
2011-08-02 09:38:47 -04:00
b42a7f87dcchanged mdash to unicode character to help some users with encoding errors
Brandon Mathis
2011-08-02 00:55:28 -04:00
4a181e3a14added explaination to _config.yml for why pygments are turned off
Brandon Mathis
2011-08-02 00:40:38 -04:00
98200038f7added header to customizable includes
Brandon Mathis
2011-08-01 17:57:17 -04:00
7b52fb492eadded yml alias for yaml code highlighting
Brandon Mathis
2011-08-01 17:35:33 -04:00
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 -04:00
6009daa8a2code_block and inlcude_code no longer needlessly render through the Liquid template parser
Brandon Mathis
2011-08-01 16:23:17 -04:00
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 -04:00
5d24e0ba2budpated rake udpate_source task to preserve custom includes instaed of preserving navigation and footer
Brandon Mathis
2011-07-31 13:24:38 -04:00
07f4937bfdadded custom partials for for footer and navigation
Brandon Mathis
2011-07-31 13:13:00 -04:00
c837acd497added support for width and height to image tag plugin
Brandon Mathis
2011-07-29 18:29:39 -04:00
d6744967faImproved support for adding author metadata to pages
Brandon Mathis
2011-07-29 16:27:13 -04:00
20de112526include_code is now more forgiving, stripping leading forward slashes from the code_dir config
Brandon Mathis
2011-07-29 10:49:37 -04:00
df86e647b1Rake task update_source now preserves footer as well as navigation
Brandon Mathis
2011-07-28 22:12:50 -04:00
c779ad7916Now rss link in head will update correctly with changes to the config
Brandon Mathis
2011-07-28 16:51:55 -04:00
49a67785dcAdd support using github backtick code blocks without supplying a language
Brandon Mathis
2011-07-28 15:59:27 -04:00
2af038a725added cannonical link to head
Brandon Mathis
2011-07-28 15:53:39 -04:00
1e2d10c2c5removed appcache because it was annoying firefox users
Brandon Mathis
2011-07-28 15:42:28 -04:00
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 -04:00
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 -04:00
7209aaf64cupdated Github style backtick filter to support textile, markdown and html
Brandon Mathis
2011-07-28 14:44:18 -04:00
d8b17814e0allow select and order of sidebar components to be configurable in jekyll's _config.yml
Jason Woodward
2011-07-28 12:02:08 -04:00
3d238313a7Fixed [cp: cannot stat `.themes/classic/source/*.': No such file or directory]
Luke Armstrong
2011-07-27 23:50:35 +02:00
25704fe355improved new_post title substitutions, fixed directories in rake update tasks
Brandon Mathis
2011-07-27 16:39:50 -04:00
d0f56ef1cafixed bug in backtick_codeblock where indentations were being unintentionally removed
Brandon Mathis
2011-07-26 23:56:14 -04:00
6e2beaa969added support for github style backtick code blocks
Brandon Mathis
2011-07-26 23:37:31 -04:00
786b8e8783Merge branch 'master' of github.com:imathis/octopress
Brandon Mathis
2011-07-26 23:36:57 -04:00
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 -04:00
c32516fdb0Stops the (scary) warning bar in Firefox about storing data for offline usage.
Luke Armstrong
2011-07-26 23:27:44 +02:00
a12b0b7f6eupdated push rake task to copy contents of public directory into _deploy
Brandon Mathis
2011-07-26 14:32:15 -04:00
d6bed015beimproved the default options and instructions on custom/_colors.scss
Brandon Mathis
2011-07-26 12:32:43 -04:00
38e6772260imrpoved support for light colored solarized theme
Brandon Mathis
2011-07-26 12:08:07 -04:00
3ebe3e5a0eMerge branch 'master' of github.com:imathis/octopress
Brandon Mathis
2011-07-25 20:35:36 -04:00
20764e31eeupdated syntax highlighting support for perl and objective c in code_block and include_code plugins
Brandon Mathis
2011-07-25 20:34:52 -04:00
9facd80d90fixed issue where solarized syntax highlighting colors were not being defaulted appropriately
Brandon Mathis
2011-07-25 11:02:17 -04:00
d10ba20d14improved consistency of video and image block styling
Brandon Mathis
2011-07-24 17:32:38 -04:00
b4584bd01cimproved navigation selection and fixed mobile nav select
Brandon Mathis
2011-07-21 15:32:10 -04:00
16b03308bdimproved font-size for pages
Brandon Mathis
2011-07-23 18:47:09 -04:00
a92504a629fixed typo in CHANGELOG - thanks VIM modes :/
Brandon Mathis
2011-07-23 17:57:47 -04:00
240a3202d9removed upgrading instructions for now.
Brandon Mathis
2011-07-23 17:47:17 -04:00
af910781f0updated readme to point to octopress.org and removed old instructions
Brandon Mathis
2011-07-23 17:45:48 -04:00
d5aa08d3f3added video tag plugin
Brandon Mathis
2011-07-23 17:39:49 -04:00
a80cb12c8cfixed typos and cleand up the image tag plugin
Brandon Mathis
2011-07-23 17:40:17 -04:00
3d3781e259scoped force-wrap to anchor links in articles and sidebar
Brandon Mathis
2011-07-23 09:45:23 -04:00
51b2a36b40Added a fix for wrapping long lines of text in articles and in the sidebar
Brandon Mathis
2011-07-23 09:05:16 -04:00
fe074b2c1bremoved some unnecessary steps from the category_generator plugin to avoid confusion
Brandon Mathis
2011-07-23 01:17:47 -04:00
da38dbe584fixed misspelling of exerpt to excerpt for in the Octopress filters
Brandon Mathis
2011-07-23 01:16:40 -04:00
f49b24ac60improved consistency of margins on code blocks
Brandon Mathis
2011-07-23 00:32:19 -04:00
a2bc6f97621. 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 -04:00
8e489ac2dafixed error in pullquote plugin
Brandon Mathis
2011-07-22 17:45:26 -04:00
967eeb46e8blockquote plugin now allows for source attribution with out a link, see docs
Brandon Mathis
2011-07-22 11:47:23 -04:00
ba0e5ef4a3Render partial now automatically stirps out yaml front matter
Brandon Mathis
2011-07-22 11:46:55 -04:00