- 20 Oct, 2018 17 commits
-
-
Mariano Montone authored
Added styles for generated table-of-contents by cl-markdown. Worked on lisp-companies.md and libraries.md pages.
-
Erik Huelsmann authored
As the underline version interacts badly with the absense of a metadata header (CVS and Git both have a 3-dash underline, same as used by the metadata header separator).
-
Erik Huelsmann authored
Note that the 'markdown.cl' file doesn't support the extensions required to generate the content section. Note also that the 'cl-markdown' library doesn't actually generate the content section we want. However, with a ton of tweaks, it likely will. Or, if it won't, we can create our own extension to cl-markdown. Or, if that's too much work, we can do the same thing as currently happens in the newsbox processing: add our own processing of the HTML output...
-
Erik Huelsmann authored
-
Erik Huelsmann authored
... while a separate page is dedicated to implementations.
-
Erik Huelsmann authored
-
Erik Huelsmann authored
Correct omission copying layout/static/ to output/static See merge request clo/cl-site!63
-
Erik Huelsmann authored
While at it, also separate the 'layout-dir' and 'template-dir' concerns.
-
Erik Huelsmann authored
Content vs layout See merge request clo/cl-site!62
-
Erik Huelsmann authored
To better separate the concerns of the templates from the actual content.
-
Erik Huelsmann authored
Simplify build See merge request clo/cl-site!61
-
Erik Huelsmann authored
-
Erik Huelsmann authored
Because simpler is better...
-
Erik Huelsmann authored
-
Dave Cooper authored
Added back clobbered changes to support test-serve.lisp. See merge request clo/cl-site!60
-
Dave Cooper authored
-
Dave Cooper authored
Added current AllegroServe and replaced Python test server with it. See merge request clo/cl-site!56
-
- 19 Oct, 2018 13 commits
-
-
Dave Cooper authored
-
Dave Cooper authored
-
Dave Cooper authored
-
Dave Cooper authored
Separated the test server out from the main make command See merge request clo/cl-site!59
-
Dave Cooper authored
# Conflicts: # Makefile # README.md # build.lisp # cl-site.asd
-
Dave Cooper authored
-
Erik Huelsmann authored
-
Erik Huelsmann authored
Revert "Merge branch 'zacl+aserve' into 'master'" See merge request clo/cl-site!58
-
Erik Huelsmann authored
This reverts merge request !57
-
Dave Cooper authored
Zacl+aserve See merge request !57
-
Dave Cooper authored
-
Dave Cooper authored
-
Dave Cooper authored
-
- 18 Oct, 2018 8 commits
-
-
Dave Cooper authored
put back full build after apparently having updated Quicklisp dist. See merge request dcooper/cl-site!5
-
Dave Cooper authored
-
Dave Cooper authored
temporarily changed build.lisp to just update quicklisp. See merge request dcooper/cl-site!4
-
Dave Cooper authored
-
Dave Cooper authored
Attempting to update Quicklisp dist See merge request dcooper/cl-site!3
-
Dave Cooper authored
to avoid apparent ironclad incompatibility error.
-
Dave Cooper authored
Got rid of the local aserve See merge request dcooper/cl-site!2
-
Dave Cooper authored
legacy portableaserve from Quicklisp (which should work fine for our needs for the time being, until Quicklisp officially has the updated one).
-
- 17 Oct, 2018 2 commits
-
-
Dave Cooper authored
Added temporary snapshot of current AllegroServe (will carry here See merge request dcooper/cl-site!1
-
Dave Cooper authored
until it manages to get into Quicklisp). Changed default `make serve` command to publish & serve from CL/aserve instead of Python.
-