Skip to content

Releases: taylorchu/baker

1.0.0-pre2

15 Jul 01:41
Compare
Choose a tag to compare
1.0.0-pre2 Pre-release
Pre-release
  • parallel build
  • tweak themes
  • twitter and github integration
  • some other minor tweaks

1.0.0-pre

22 Jun 22:09
Compare
Choose a tag to compare
1.0.0-pre Pre-release
Pre-release

This is another release after I use baker for one year. Everything is redesigned for simplicity.

The biggest change is the template system, which now runs a lot faster than the old one. The code is shorter too. Please take a look at the new template syntax that is influenced by laravel blaze, lua and mustache.

0.4

03 Jan 21:30
Compare
Choose a tag to compare

it is a bug-fix release.

  • refactor video markdown. [video] is used for user-uploaded video, [youtube] is used for youtube video, and [vimeo] is used for vimeo video.
  • fix some markdown bugs

0.3

22 Jun 22:12
Compare
Choose a tag to compare
0.3

spring

  • reworked default theme
  • disqus support
  • reworked video, audio markdown syntax
  • add iframe markdown syntax (e.g. soundcloud)
  • make post/page compatible with octopress
  • optimization here and there

first bread

09 Nov 01:02
Compare
Choose a tag to compare

This is the first release of baker.
In addition to pure bash awesome markdown and template engine, baker now includes video and audio posts.

How to post video and audio

  1. ./baker.sh video , and you will get a markdown code for the video. baker will convert the video or audio file to html5 friendly format(mp3 and mp4) with ffmpeg. The video will also have a preview image ready.
  2. use the code in your post.