-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
How to change icon pictures of socials, add a new category #420
Comments
👋 Welcome! Looks like this is your first issue.Hey, thanks for your contribution! Please give us a bit of time to review it. 😄 |
Social header definitions are between lines 480 and 600 (roughly) in the Linkedin begins at line 529 and the icon is set with
Inserting something like this between lines 479 and 480 should give you an easy way to add location to the social header:
You will also need to add something like this in a reasonable place in social definitions of
And you will need to add this to your
You could of course change the favicons to whatever favicon you want or you could make more substantive changes to the class file. You could also add a href to homecity and link to a wikipage (or anything else). Might need some minor tweaks, too. I hope this was helpful and that your journey with LaTex is rewarding. |
I'd like to make it easier to configure new 'social' icon/links, it's perhaps the main source of issues & PRs; I've mentioned it a couple of times elsewhere but this is perhaps the clearest cut issue I'll link to from now on. I'm thinking of refactoring the existing ones to use a new function taking icon and link template, which will reduce the boilerplate in adding new ones. It'd also make it easier to change behaviour for all of them at once, such as also allowing an optional icon override as described above. (Thanks as usual @dcsim for your prompt & thorough advice/workaround 🙂 - nothing wrong with it, I just think we can make it easier.) |
Hello, I am wondering how to change the icon picture (ex. linkedin icon picture) to something of my liking. Additionally, how can I move the location line to be in the same line as my socials, maybe along with a world icon or something.
Excuse me for my lack of knowledge, I just started learning LaTex
The text was updated successfully, but these errors were encountered: