Minor TODO and plugins update.
This commit is contained in:
parent
1d01f91c2b
commit
44acf9d02b
9 changed files with 17 additions and 2 deletions
2
TODO
2
TODO
|
@ -26,7 +26,7 @@ Ideas:
|
||||||
;; -- What are alternatives?
|
;; -- What are alternatives?
|
||||||
|
|
||||||
;;;; PLUGINS
|
;;;; PLUGINS
|
||||||
;;;; implement disqus support
|
;;;; implement: analytics, crossposting, disqus, mathjax, pygments, recaptcha, s3
|
||||||
;;; import
|
;;; import
|
||||||
;; add output to HTML files when static-p is true
|
;; add output to HTML files when static-p is true
|
||||||
;; add comment handling ... (when comments ...)
|
;; add comment handling ... (when comments ...)
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
:maintainer "Brit Butler <redline6561@gmail.com>"
|
:maintainer "Brit Butler <redline6561@gmail.com>"
|
||||||
:author "Brit Butler <redline6561@gmail.com>"
|
:author "Brit Butler <redline6561@gmail.com>"
|
||||||
:licence "LLGPL"
|
:licence "LLGPL"
|
||||||
:depends-on (:cl-markdown :docutils :closure-template :cl-fad)
|
:depends-on (:cl-markdown :docutils :closure-template
|
||||||
|
:cl-fad :local-time)
|
||||||
:components ((:module src
|
:components ((:module src
|
||||||
:components ((:file "packages")
|
:components ((:file "packages")
|
||||||
(:file "coleslaw"
|
(:file "coleslaw"
|
||||||
|
|
2
plugins/analytics.lisp
Normal file
2
plugins/analytics.lisp
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(in-package :coleslaw)
|
||||||
|
|
2
plugins/crosspost.lisp
Normal file
2
plugins/crosspost.lisp
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(in-package :coleslaw)
|
||||||
|
|
2
plugins/disqus.lisp
Normal file
2
plugins/disqus.lisp
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(in-package :coleslaw)
|
||||||
|
|
2
plugins/mathjax.lisp
Normal file
2
plugins/mathjax.lisp
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(in-package :coleslaw)
|
||||||
|
|
2
plugins/pygments.lisp
Normal file
2
plugins/pygments.lisp
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(in-package :coleslaw)
|
||||||
|
|
2
plugins/recaptcha.lisp
Normal file
2
plugins/recaptcha.lisp
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(in-package :coleslaw)
|
||||||
|
|
2
plugins/s3.lisp
Normal file
2
plugins/s3.lisp
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(in-package :coleslaw)
|
||||||
|
|
Loading…
Add table
Reference in a new issue