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
- Host: GitHub
- URL: https://github.com/ane/codox-kingfisher-theme
- Owner: ane
- License: other
- Created: 2017-12-03T18:52:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T18:55:44.000Z (over 8 years ago)
- Last Synced: 2025-06-21T01:46:57.795Z (12 months ago)
- Language: CSS
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]}
```