cl-common-blog version 0.2
Source codes host on github Download
My Blog is running on cl-common-blog 0.2.
Screenshots
cl-common-blog is a lightweight simple persoanl blog for lisper (in certain case). It's easy to manage and deploy.
Features description:
- Dynamic render pages.
- Create, edit and manage blog on line.
- Post comments, reply to a comment.
- Category, Tags and tag cloud supports.
- RSS feeds for posts and comments.
- Achive posts.
- Simple localize support
- Support gravatar user icons for comment.
Getting start:
Read and change config.lisp:
At least, you have to change the value of
*owner* *pass* *blog-root*.
and rest:
(setf hunchentoot:*session-secret* "u92843uja9t8hyoisdjl(*&$*wjsdafdlj99")
then just follow cl-common-blog.org.
localize the web interface:
edit locale.lisp and there is chinese localize example, just replace the string with yours.
the function
lls is used for translate a string,
grep '(lls' *.lisp #to find out all localize strings.
And you can rewrite the css style if you don't like the current interface, when you make a beautiful interface, you can share your css with others.