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

Support for favicon #133

Merged
merged 2 commits into from
Feb 6, 2017
Merged

Support for favicon #133

merged 2 commits into from
Feb 6, 2017

Conversation

jdesiloniz
Copy link

Fixes: #114

This PR adds code to let users customize a favicon in their microsites. It also divides the current MicrositeSettings case class in several case classes as we already reached the point of having more than 22 fields.

Could you please review, @juanpedromoreno? Thanks!

Copy link
Member

@juanpedromoreno juanpedromoreno left a comment

Choose a reason for hiding this comment

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

LGTM!

@jdesiloniz jdesiloniz merged commit be0a1b1 into master Feb 6, 2017
@jdesiloniz jdesiloniz deleted the sm114-support-favicon branch February 6, 2017 14:08
@raulraja
Copy link
Contributor

raulraja commented Feb 6, 2017

@jdesiloniz We should autogenerate the favicon since that is more valuable than even providing new settings. Can we address that separate from #114? Based on community members feedback that is more satisfying since you don't need to create one at all. If done from jekyll we can use some ruby gem to postprocess the images or in sbt if we use something like https://github.com/sksamuel/scrimage downscale the images as an sbt task that generates the favicon if none is present in the setting.

@jdesiloniz
Copy link
Author

@raulraja Sure. Makes sense.

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.

None yet

3 participants