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 multiple authors filtering support #63

Merged
merged 1 commit into from
Feb 10, 2016
Merged

Add multiple authors filtering support #63

merged 1 commit into from
Feb 10, 2016

Conversation

tomasz-biernacki
Copy link
Contributor

For each author, I'd like to generate a page with all his/her posts.
To keep backwards compatibility this would be enabled only if the author-root-uri key is not nil (in the config.edn file). It would work just like page-root-uri or post-root-uri.

@tomasz-biernacki
Copy link
Contributor Author

If you think it could be merged, then also the documentation needs to be updated.

(let [uri (path "/" blog-prefix author-root-uri (str author ".html"))]
(println "\t-->" (cyan uri))
(create-file uri
(render-file "/html/author.html"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/html/author.html then needs to be added to the cryogen templates.

lacarmen pushed a commit that referenced this pull request Feb 10, 2016
Add multiple authors filtering support
@lacarmen lacarmen merged commit 2635126 into cryogen-project:master Feb 10, 2016
@lacarmen
Copy link
Member

New version is on clojars :)

If you want to update the docs then that'd be great, otherwise I'll open an issue for myself.

@tomasz-biernacki
Copy link
Contributor Author

I will update it

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

Successfully merging this pull request may close these issues.

2 participants