cryogen-project / cryogen

A simple static site generator written in Clojure
http://cryogenweb.org/
Eclipse Public License 1.0
1.09k stars 96 forks source link

Add support for author avatar and bio for multiple authors #231

Open benjamincassidy opened 3 years ago

benjamincassidy commented 3 years ago

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:

{
  :authors [{:name "author name" :bio "author bio" :avatar "author.png"}]
}
holyjak commented 2 years ago

You can add whatever you want to the config and perhaps you can use :extend-params-fn - see http://cryogenweb.org/docs/customizing-cryogen.html - to pre-process it into a form suitable to be used in your selmer templates?