Organize directories
This commit is contained in:
parent
412a8adbe0
commit
7f569560b2
7 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@
|
||||||
#:*trim-trailing-slash*)
|
#:*trim-trailing-slash*)
|
||||||
(:import-from #:clack-errors
|
(:import-from #:clack-errors
|
||||||
#:*clack-error-middleware*)
|
#:*clack-error-middleware*)
|
||||||
(:import-from #:hp/env
|
(:import-from #:hp/lib/env
|
||||||
#:hp-env)
|
#:hp-env)
|
||||||
(:import-from #:hp/renderer)
|
(:import-from #:hp/renderer)
|
||||||
(:export #:*app*))
|
(:export #:*app*))
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
(:use #:cl)
|
(:use #:cl)
|
||||||
(:import-from #:microcms
|
(:import-from #:microcms
|
||||||
#:define-list-client)
|
#:define-list-client)
|
||||||
(:import-from #:hp/env
|
(:import-from #:hp/lib/env
|
||||||
#:microcms-service-domain
|
#:microcms-service-domain
|
||||||
#:microcms-api-key)
|
#:microcms-api-key)
|
||||||
(:export #:get-blog-list
|
(:export #:get-blog-list
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(defpackage #:hp/env
|
(defpackage #:hp/lib/env
|
||||||
(:use #:cl)
|
(:use #:cl)
|
||||||
(:import-from #:cl-dotenv
|
(:import-from #:cl-dotenv
|
||||||
#:load-env)
|
#:load-env)
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
#:hp-url
|
#:hp-url
|
||||||
#:microcms-service-domain
|
#:microcms-service-domain
|
||||||
#:microcms-api-key))
|
#:microcms-api-key))
|
||||||
(in-package #:hp/env)
|
(in-package #:hp/lib/env)
|
||||||
|
|
||||||
(load-env (merge-pathnames "./.env"))
|
(load-env (merge-pathnames "./.env"))
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#:set-response-header)
|
#:set-response-header)
|
||||||
(:import-from #:hsx/element
|
(:import-from #:hsx/element
|
||||||
#:element)
|
#:element)
|
||||||
(:import-from #:hp/env
|
(:import-from #:hp/lib/env
|
||||||
#:hp-url
|
#:hp-url
|
||||||
#:hp-env))
|
#:hp-env))
|
||||||
(in-package #:hp/renderer)
|
(in-package #:hp/renderer)
|
||||||
|
|
|
@ -3,7 +3,7 @@ module.exports = {
|
||||||
content: [
|
content: [
|
||||||
"./src/renderer.lisp",
|
"./src/renderer.lisp",
|
||||||
"./src/routes/**/*.lisp",
|
"./src/routes/**/*.lisp",
|
||||||
"./src/components/**/*.lisp",
|
"./src/ui/**/*.lisp",
|
||||||
],
|
],
|
||||||
theme: {
|
theme: {
|
||||||
container: {
|
container: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue