Social media links to Jekyll github page

Hello dear friends
Is there anyone to help me.
How can I add my social media links to my Jekyll GitHub page with hackers theme?

Every theme has its own approach to how they work and I do not know how the Hacker theme works. In general though, you would simply add it with HTML or markdown code, like this:

Markdown

[Twitter](https://twitter.com)

HTML

<a href="https://twitter.com">Twitter</a>