One link for Social Bios: LinkinBios vs Bento like websites
One link for Social Bios: LinkinBios vs Bento like websites
January 24, 2025
I know we cant know about everything.
But the amount of close people that its trying to build something on social media, yet does not have a website still amazes me.
Why not giving a try to linktree, many.link… pricing?
Then, lets have a look to solutions that will just require your time:
SSG Solutions for LinkInBios
Hugo example and Lynx
We can use HUGO SSG together with the Lynx Theme and have a quick Linktree alternative.
You dont really need anything to get started, as we can make this work with Github Pages.
Astro Link examples
SSG LinkinBio with CMS
SelfHosted Solutions for LinkinBio
Little Link
Bento Portfolio as LinkinBio Alternative
There is the possibility to use Bento Themes with Astro:
- For example, this astro bento portfolio, which I used with Github Pages for the web3 sample blog:
You can also have a look to:
I have forked this one here - https://github.com/JAlcocerT/techtim-astro-bento-portfolio
And you can use it by:
npm install
npm run dev
#npm run build
#rm -rf .git
Remember to tweak:
- All content from
/public
and/src/content
as per the original theme License - The
index.astro
file calls the individual components, like../components/sections/AboutMe.astro