char-reader is beginning to work, codox themes working.
This commit is contained in:
parent
6f59385eaf
commit
8b99c62ac3
31 changed files with 1603 additions and 81 deletions
11
resources/codox/theme/journeyman/theme.edn
Normal file
11
resources/codox/theme/journeyman/theme.edn
Normal 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"}]]]}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{:resources ["css/default.css" "css/highlight.css"]}
|
||||
Loading…
Add table
Add a link
Reference in a new issue