Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clo
cl-site
Commits
c90607fb
Commit
c90607fb
authored
May 11, 2018
by
Mariano Montone
Browse files
README
parent
6309247f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c90607fb
#
#
dependencies
#
Common-Lisp.net site generator #
This project uses cl-mustache for HTML templating.
## Dependencies
(ql:quickload 'cl-mustache)
CL-MUSTACHE for HTML templating
##
e
xecution
##
E
xecution
Load this project with this
comm
a
nd
:
### From command line (re
comm
e
nd
ed) ###
(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)
The output files will be generated in the
`output/`
directory.
The output files will be generated in the
`output/`
directory.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment