char-reader is beginning to work, codox themes working.

This commit is contained in:
Simon Brooke 2023-04-11 00:35:45 +01:00
parent 6f59385eaf
commit 8b99c62ac3
31 changed files with 1603 additions and 81 deletions

View file

@ -0,0 +1,11 @@
{:resources ["css/default.css" "css/highlight.css"]
:transforms [[:head] [:append
[:link {:rel "stylesheet"
:type "text/css"
:href "css/default.css"}]
[:link {:rel "stylesheet"
:type "text/css"
:href "css/highlight.css"}]
[:link {:rel "icon"
:type "image/x-icon"
:href "../img/beowulf_logo_favicon.png"}]]]}

View file

@ -1 +0,0 @@
{:resources ["css/default.css" "css/highlight.css"]}