Re: [Haskell-cafe] experimental static blog engine in Haskell (file based, markdown syntax)

2008-09-08 Thread jinjing
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 <[EMAIL PROTECTED]> wrote:
> 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
>
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] experimental static blog engine in Haskell (file based, markdown syntax)

2008-09-06 Thread 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
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] experimental static blog engine in Haskell (file based, markdown syntax)

2008-09-06 Thread jinjing
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
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe