K1D77A / cl-bloggy

A simple extendable blogging system to use with Hunchentoot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cl-bloggy

This library implements a simple but highly extensible plugin blogging system for Hunchentoot.

It uses its own custom handler to add routes but but you can still use hunchentoots define-easy-handler.

This is designed to be used with Sly/SLIME's remote connection ability, when you want to add a new entry you would open your ssh tunnel, connect with sly/slime and then compile your new entry straight into the source written on your own machine. Ofcourse you could use a makefile so that you can just deploy the image anywhere with all of your previous posts ready to go.

CL-BLOGGY is in use with its default theme @my blog

README needs a rewrite.

if you want to try it, clone the repo to quicklisp/local-projects, register local projects

(ql:quickload :cl-bloggy)
(in-package :cl-bloggy)
<compile the contents of src/test-server.lisp using sly/slime>
(start)

Navigate to http://127.0.0.1:4203/blog/main

About

A simple extendable blogging system to use with Hunchentoot

License:GNU General Public License v3.0


Languages

Language:Common Lisp 100.0%