Skip to content
Snippets Groups Projects
Commit 17feca53 authored by Cheshire Yang's avatar Cheshire Yang
Browse files

Update README

parent 8ef92206
No related branches found
No related tags found
No related merge requests found
## dependencies ## dependencies
This project uses cl-mustache for HTML templating: This project uses cl-mustache for HTML templating.
(ql:quickload 'cl-mustache) (ql:quickload 'cl-mustache)
...@@ -10,3 +10,8 @@ Load this project with this command: ...@@ -10,3 +10,8 @@ Load this project with this command:
(asdf:load-system 'cl-site) (asdf:load-system 'cl-site)
To generate the static files:
(cl-site::make-site)
The output files will be generated in the `output/` directory.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment