Skip to content

A simple extendable blogging system to use with Hunchentoot

License

Notifications You must be signed in to change notification settings

K1D77A/cl-bloggy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published