cryogen-project / cryogen-project/cryogen
Add support for author avatar and bio for multiple authors
Open
likely invalid
- Dominant language
- HTML
- Stars
- 1.1k
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
Add support for multiple authors with author avatar image and author bio and make this available to selmer data for author.html templates.
Proposed config.edn:
```clojure
{
:authors [{:name "author name" :bio "author bio" :avatar "author.png"}]
}
```
Contributor guide
Assessment
This issue has not been assessed yet.