I've moved to Codeberg.org for my my online Git repos and left the Hub behind but, I was feeling a little nostalgic about the GH Profile pages. GH lets you add a custom README.md
to your account to use as a profile page but, Codeberg doesn't currently have an equivalent option. Thats OK I worked out a solution to port over my old GH README.md!
It's super simple really.
1. Create a new empty Repo, call it MyProfile ( or whatever you like) and add a README.md to the repo along with your profile markdown.
2. push it to Codeberg.
3. Edit your Codeberg Profile and add a direct link to your readme in the Bio field! Like this:
<a href="https://codeberg.org/meadowhawk/MyProfile/src/branch/master/README.md">My README.md</a>
Not exactly the same but, it was good enough to fill the void for me!