experimental static blog engine in Haskell (file based, markdown syntax)

Hia, It's called Panda. It's pretty young, no theme, no tags, no comments, around 360 lines of code and uses Kibro to bootstrap. hosted on GitHub: http://github.com/nfjinjing/panda/ a quick demo at: http://jinjing.blog.easymic.com/ cheers, - jinjing

nfjinjing:
Hia,
It's called Panda. It's pretty young, no theme, no tags, no comments, around 360 lines of code and uses Kibro to bootstrap.
hosted on GitHub: http://github.com/nfjinjing/panda/
a quick demo at: http://jinjing.blog.easymic.com/
Awesome! Kibro seems to be taking off. Will you release it on hackage.haskell.org? -- Don

It's up ( I think, since it's my first cabal ).
cabal install panda
kibro new ttmyblog
cd myblog
rm -r db; rm -r public
git clone git://github.com/nfjinjing/panda-template.git db
sh db/scripts/bootstrap.sh
kibro start
On Sun, Sep 7, 2008 at 4:26 AM, Don Stewart
nfjinjing:
Hia,
It's called Panda. It's pretty young, no theme, no tags, no comments, around 360 lines of code and uses Kibro to bootstrap.
hosted on GitHub: http://github.com/nfjinjing/panda/
a quick demo at: http://jinjing.blog.easymic.com/
Awesome! Kibro seems to be taking off.
Will you release it on hackage.haskell.org?
-- Don
participants (2)
-
Don Stewart
-
jinjing