mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Move demos and tutorials to their own packages
This commit is contained in:
parent
63586cfb0f
commit
2c7230356e
35 changed files with 75 additions and 83 deletions
|
|
@ -1,10 +1,10 @@
|
|||
;;;; Demo 4 - CMS Website
|
||||
|
||||
(defpackage #:clog-user
|
||||
(defpackage #:clog-demo-4
|
||||
(:use #:cl #:clog #:clog-web)
|
||||
(:export start-demo))
|
||||
|
||||
(in-package :clog-user)
|
||||
(in-package :clog-demo-4)
|
||||
|
||||
;; Site Configuration
|
||||
(defparameter side-panel-size 200 "Size of menu")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue