Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
benjamincassidy opened this issue Mar 26, 2021 · 1 comment
Open

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

benjamincassidy opened this issue Mar 26, 2021 · 1 comment

Comments

@benjamincassidy
Copy link

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
Copy link
Contributor

holyjak commented Oct 4, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants