Export *config* accessors useful in user plug-ins
This commit is contained in:
parent
075477b9ce
commit
414c8dd742
1 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,14 @@
|
||||||
(:export #:main
|
(:export #:main
|
||||||
#:preview
|
#:preview
|
||||||
#:*config*
|
#:*config*
|
||||||
|
;; Config Accessors
|
||||||
|
#:author
|
||||||
|
#:deploy-dir
|
||||||
|
#:domain
|
||||||
|
#:page-ext
|
||||||
|
#:repo-dir
|
||||||
|
#:staging-dir
|
||||||
|
#:title
|
||||||
;; Core Classes
|
;; Core Classes
|
||||||
#:content
|
#:content
|
||||||
#:post
|
#:post
|
||||||
|
|
Loading…
Add table
Reference in a new issue