Add blog page

This commit is contained in:
Akira Tempaku 2025-05-25 14:53:40 +09:00
commit efcb6087b3
Signed by: paku
GPG key ID: 5B4E8402BCC50607
8 changed files with 133 additions and 30 deletions
src/lib

View file

@ -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))