Add blog page
This commit is contained in:
parent
922a249ead
commit
efcb6087b3
8 changed files with 133 additions and 30 deletions
src/lib
|
@ -9,9 +9,13 @@
|
|||
(:import-from #:website/lib/cache
|
||||
#:memorize)
|
||||
(:export #:get-about
|
||||
#:*get-about-cache*
|
||||
#:get-works
|
||||
#:*get-works-cache*
|
||||
#:get-blog-list
|
||||
#:get-blog-detail))
|
||||
#:*get-blog-list-cache*
|
||||
#:get-blog-detail
|
||||
#:*get-blog-detail-cache*))
|
||||
(in-package #:website/lib/cms)
|
||||
|
||||
(setf microcms:*service-domain* (microcms-service-domain))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue