zerm icon indicating copy to clipboard operation
zerm copied to clipboard

feat: Socials Bar

Open kartva opened this issue 4 years ago • 6 comments

  • add links in config.toml
# Socials bar
github_profile = "https://github.com/ejmg/zerm"
# email = ""
# reddit_profile = ""

# to enable, you should also enable generate_feed
show_rss_badge = false 

Live example image

Still a draft as currently the social media icons are colored blue. I'll need to make them grayscale then write CSS filters for each theme color before readying for review.

kartva avatar Feb 18 '22 16:02 kartva

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/ejmg/zerm/66ecMrQ7JATJ7AcuQwJWD6yWXPy7
✅ Preview: Failed

[Deployment for bf4280e failed]

vercel[bot] avatar Feb 18 '22 16:02 vercel[bot]

Hmm, this isn't failing on my machine. This might be because I'm using Zola 0.15.3 and load_data's behavior was changed in v0.14 (ref: changelog) while CI is using v0.13

kartva avatar Feb 18 '22 16:02 kartva

i didn't realize we were trailing zola versions yet again, if you open a PR that bumps the version in the package.json (which is what Vercel uses), we can see if the theme builds off of that and merge it before touching your other PRs.

ejmg avatar Feb 21 '22 16:02 ejmg

hopefully we can get #54 figured out so that this can be included

ejmg avatar Feb 23 '22 01:02 ejmg

Hmm, just found out about Icon Fonts - maybe this would be better for the socials icons instead of having custom ones which have to be colored with CSS trickery.

kartva avatar Feb 23 '22 10:02 kartva

@DesmondWillowbrook Perhaps open PR #14 might be useful here, since it would integrate Font Awesome into the site and allow its social icons to be used in the socials bar at the bottom?

ebkalderon avatar Nov 16 '22 16:11 ebkalderon