An open API service indexing awesome lists of open source software.

https://github.com/ane/codox-kingfisher-theme

A theme for Codox
https://github.com/ane/codox-kingfisher-theme

Last synced: 10 months ago
JSON representation

A theme for Codox

Awesome Lists containing this project

README

          

# Kingfisher theme for Codox

Add this to your project.clj:

```clj
[com.github.ane/codox-kingfisher-theme "0.1.0"]
```

Then set kingfisher as your theme in project.clj:

```clj
:codox {:themes [:default :kingfisher]}
```