ejmg / zerm

a minimalist and dark theme for Zola
https://zerm.ejmg.now.sh/
MIT License
120 stars 39 forks source link

feat: Socials Bar #53

Open kartva opened 2 years ago

kartva commented 2 years ago

to enable, you should also enable generate_feed

show_rss_badge = false



[Live example](https://desmondwillowbrook.github.io/blog/)
![image](https://user-images.githubusercontent.com/51814158/154720435-8800781f-5ce9-4c1a-ad13-28cb8b2f7ef4.png)

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.
vercel[bot] commented 2 years ago

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]

kartva commented 2 years ago

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

ejmg commented 2 years ago

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 commented 2 years ago

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

kartva commented 2 years ago

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.

ebkalderon commented 1 year ago

@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?