misaki Jekyll启发了Clojure中的静态站点生成器
misaki是Clojure中受启发的静态站点生成器。测试版中的新功能Clojurescript输出自定义可通过智能手机查看扩展内置功能演示示例模板; ; Define template options here ; @layout default ; @title sample template ; ; You can define function ( defn h1 [s] [ :h1 s]) ( h1 ( :title site)) [ :p " Welcome to misaki world! " ] #-CLJ ( println " google-code-prettify highlight! " ) CLJ用法运行示例$ git clone git://github.com/liquidz/misaki.git $ cd misaki
用户评论