-
Notifications
You must be signed in to change notification settings - Fork 70
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 social sharing buttons #25
base: master
Are you sure you want to change the base?
Conversation
Social sharing
…. Updated minified css to re-include sharing button styles.
This will resolve #22 |
Also, you can see this live on https://eason.blog |
@josephhutch is the minified CSS here okay with you or do you want me to run it through the same minifier you've been using and resubmit? Happy to do that if you'd prefer it that way. |
I saw your minify CSS command and just pushed an update to the main.min.css file. It includes the xcode and font css now. Give it a look and let me know what you think. |
@josephhutch did you need anything else from me on this? |
@leason Thank you for the updates! I am going to work on introducing your changes in a way that better fits the visual style of the theme. Your blog is looking great by the way, let me know if there is anything else I can do to improve this theme. |
On my fork I added some social media buttons to aether, maybe these fit the style a bit better: Note: actual icons were taken from Jekyll Now which I used previously. |
…om the Twitter follow button.
…amically minify and fingerprint it.
Three new optional
params
added to the site config:If you supply
twitterHandle
a "follow me on twitter" button is added to the footer and displayed on all pages.The
shareOnLinkedIn
andshareOnTwitter
options allow you to show or hide the respective share icons that are displayed on post pages rendered through single.html.I pulled in the latest style.css and re-created the main.min.css file. I believe it includes the latest changes.