0b5215c0f5Adds first 150 chars of content as meta description, if no page.description specified. Fixes#162
Frederic Hemberger
2011-09-21 10:08:38 +0200
48cd2793cfadded itegration to gen_deploy
Brandon Mathis
2011-09-12 14:51:49 -0500
565648300bFix an issue in 'watch' and 'preview' where main process is terminated with child processes still running
fhemberger
2011-09-12 21:36:14 +0200
04973e0948Move generate + deploy to separate task
fhemberger
2011-09-12 20:48:26 +0200
960a57c256Generate site before deploying, execute tasks in sequence
fhemberger
2011-09-12 19:49:18 +0200
5c275542c3Copy dotfiles also for subdirectories
fhemberger
2011-09-12 19:46:11 +0200
7c1c24f899moved from Posix::Span to Process.span, fixing #46
Brandon Mathis
2011-09-08 11:54:07 -0500
a289c90909improved backtick codeblock's handling of the raw option
Brandon Mathis
2011-09-07 23:29:54 -0500
3d2d1a8be41. Vastly improved backtick code blocks and added support for Textile 2. Refactored Octopress filters into Liquid filters and pre/post render filters (using post_filters plugin) 3. Added methods to raw plugin to prevent Markdown and Textile from parsing blocks 4. Updated render partial to invoke the pre_render method of post_filters 5. Moved Rubypants filter out of default.html into Octopress post_render filters 6. Added raw's safe_wrapper method to codeblock and include_code filters
Brandon Mathis
2011-09-07 18:32:57 -0500
80f8a609f6Improved support for non Latin characters in category names. Fixes#128
fhemberger
2011-09-04 12:56:54 +0200
dae6cceec2show page.title first, best practice for SEO and usability (e.g. bookmarks)
fhemberger
2011-09-04 12:21:58 +0200
8de095bfa9move code for Twitter, Google +1 and Google Analytics to bottom of page, as inline <script> tags are always blocking page load
fhemberger
2011-09-04 12:17:44 +0200
2efe11e0eb'updated' is not a valid attribute for <time>, moved to data attribute
fhemberger
2011-09-04 12:12:27 +0200
4f9c45f24aImproved support for non Latin characters in category names. Fixes#128
Brandon Mathis
2011-09-03 08:15:01 -0500
3f07677276Added prompt for overwriting posts and pages when a new_post and new_page tasks are run and the file already exists. Fixes#130
Brandon Mathis
2011-09-03 08:06:36 -0500
724fd1dbc8fixed bug where update_source Rake task was not copying over changes from .themes
Brandon Mathis
2011-09-02 17:24:42 -0500
bd44056045fixed bug with twitter feed where it would sometimes say "undefined" if the post was more than a month old
Brandon Mathis
2011-09-02 16:43:49 -0500
f033475b4aFix broken line height in diff syntax highlighting
Toby Matejovsky
2011-08-30 23:11:32 -0400
376a22a355removed right border from #content when sidebar has been removed
Brandon Mathis
2011-08-28 22:44:28 -0500
e20e68139csitemap_generator dies if public dir doesn't exist yet
masukomi
2011-08-23 22:45:29 -0400
35a158dd14Somehow I replaced Rakefile with oder version, oops
Brandon Mathis
2011-08-25 10:52:43 -0400
b38b613908Added warning if users try to add posts, pages, or generate their site before installing an Octopress theme, fixes#116
Brandon Mathis
2011-08-25 10:36:57 -0400
806d27db13using @extend for responsive blocks, added shadow-box mixin to utlities for configurable border shadow box styling, moved .left, .right, .center classes to .basic-alignment class for @extending as needed in layouts. Fixes#109
Brandon Mathis
2011-08-22 16:28:50 -0400
423e8ecbdaStatic Server based on Sinatra
Scott Watermasysk
2011-08-21 21:06:21 -0400
23f05c1158Merge branch 'master' of github.com:imathis/octopress
Brandon Mathis
2011-08-21 18:38:33 -0400
9f830dd96fadded support for deploying "dot" files (eg. .htaccess), fixes#104
Brandon Mathis
2011-08-21 18:38:10 -0400
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