Fork me on GitHub

0.2.3 beta

2012-09-29

  • Add `prev`, `next` site option to access previous/next post data.
    • Add misaki.util.seqence/get-prev-next function
    • Add misaki.compiler.default.html.core/prev-next-post-link function
  • Support using multiple compiler at the same time.
  • Add copy compiler to copy template file without any changes.
  • Support :* as compiler watching extension.
  • Add/Update utility functions
    • Update misaki.util.sequence/find-first to handle lazy sequence.
    • Update misaki.util.file/has-extension? to handle all extension(*).
    • Add misaki.util.file/normalize-extension.
    • Update misaki.compiler.default.html.core/heading to generate self heading link.
    • Update misaki.compiler.default.html.conv/post-title->url to handle #jump_position.

2012-10-21

0.2.4 beta

2012-10-23

  • Fixed to compile templates under directories correctly. GitHub Issue

0.2.6 beta

2013-02-16

  • Fix filename generation problem. #28
  • Fix misaki.util.notify to only support GNTP. #29
  • Add pagination method. #31
  • Fixed some other bugs.

0.2.6.2 beta

2013-05-11

  • Fix set-base-dir! problem. #32
  • Update atom.xml to use base directory in _config.clj. #36
  • Update to use cuma as a template engine instead of clostache.

« Pagination  |  Top Page