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
Mason Loring Bliss
cl-site
Commits
6c7378be
Commit
6c7378be
authored
Apr 23, 2017
by
Cheshire Yang
Browse files
Remove a line of test code, oops
parent
957c85fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.lisp
View file @
6c7378be
...
...
@@ -7,7 +7,6 @@
(
defparameter
*OUTPUT-DIR*
"output/"
)
(
defparameter
*PRIVATE-KEYS*
'
(
:slug
:content
))
(
defparameter
*PAGES*
(
list
'
((
:title
.
"Test Page"
)
...
...
@@ -30,6 +29,3 @@
(
defun
make-site
()
(
loop
for
page
in
*PAGES*
do
(
render-page
page
)))
(
format
t
(
mustache:render*
"Hello {{person}}"
'
((
:person
.
"Jason"
))))
\ No newline at end of file
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