Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cl-site
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clo
cl-site
Commits
90ed9d67
Commit
90ed9d67
authored
Oct 13, 2018
by
Erik Huelsmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused code blocks
parent
9bcedd90
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
globals.lisp
globals.lisp
+0
-8
process.lisp
process.lisp
+0
-3
No files found.
globals.lisp
View file @
90ed9d67
...
...
@@ -19,14 +19,6 @@
(
list
"layout_2018.css"
)
"A list of strings representing relative filenames."
)
;; JS files - separate from static files, because they are processed differently
;; within the template.
(
defparameter
*SCRIPTS-DIR*
(
asdf:system-relative-pathname
:cl-site
"layout/js/"
)
"Pathname for location and list of scripts."
)
(
defparameter
*SCRIPTS*
(
list
"scripts.js"
)
"A list of strings representing relative filenames."
)
;; General static files - images etc
(
defparameter
*STATIC-DIR*
(
asdf:system-relative-pathname
:cl-site
"content/static/"
)
"Pathname for location of static files."
)
...
...
process.lisp
View file @
90ed9d67
...
...
@@ -12,9 +12,6 @@
*STYLES*
)))
(
push
(
cons
:styles
styles-list
)
*GLOBAL-CONTEXT*
)))
;; Copies/renders script files + adds to global context
(
defun
process-scripts
()
nil
)
;; Copies/renders static assets (imgs, etc)
(
defun
process-static
()
(
let
((
destination-root
(
merge-pathnames
#P"static/"
*output-dir*
))
...
...
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