Skip to content
Snippets Groups Projects
Commit c90607fb authored by Mariano Montone's avatar Mariano Montone
Browse files

README

parent 6309247f
No related branches found
No related tags found
No related merge requests found
## dependencies
# Common-Lisp.net site generator #
This project uses cl-mustache for HTML templating.
## Dependencies
(ql:quickload 'cl-mustache)
CL-MUSTACHE for HTML templating
## execution
## Execution
Load this project with this command:
### From command line (recommended) ###
(asdf:load-system 'cl-site)
Using Make.
To generate the static files:
The Makefile contains various useful commands.
Among them:
`make` - to generate the site.
`make serve` - to run a simple site server (needs python)
`make clean` - to remove the generated files in output directory
### From Lisp ###
Load with this command:
(ql:quickload :cl-site)
To generate the site:
(cl-site::make-site)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment