-
Notifications
You must be signed in to change notification settings - Fork 34
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
Update microsite using sbt-microsites 1.0.2 #728
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @calvellido!
micrositeGitterChannelUrl := "47deg/mu", | ||
micrositeOrganizationHomepage := "http://www.47deg.com", | ||
includeFilter in Jekyll := "*.html" | "*.css" | "*.png" | "*.jpg" | "*.gif" | "*.js" | "*.swf" | "*.md", | ||
micrositeOrganizationHomepage := "https://www.47deg.com", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔐
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Codecov Report
@@ Coverage Diff @@
## master #728 +/- ##
=======================================
Coverage 81.67% 81.67%
=======================================
Files 73 73
Lines 1168 1168
Branches 16 16
=======================================
Hits 954 954
Misses 214 214 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really like the new theme compared to the old one 👍
What this does?
This PR updates the microsite to use
sbt-microsites
1.0.2, and it also updates the site name to reflect the recent repo change.Checklist