A simple X themed profile or "link in bio" type page so you can link to your projects, social, blog posts, or whatever you want. Built withSvelteKit so I can expand on it with more routes.
If you just want a static page, you can just copy the static/html/index.html
file to your own project.
Demo: I created my personal site with this template.
If you're new to Svelte or Vercel, here's a quick walkthrough video:
Open a terminal in the folder you want to clone this repo to and run.
git clone [email protected]:loopsandvariables/x-themed-profile.git
cd x-themed-profile
npm install
npm run dev
You can now see your site by opening http://localhost:5173
in your browser.
- Edit the
src/app.config.js
file - update with your own details. - Add your own favicons and icons - to make this easy, you can use RealFaviconGenerator and just copy paste the image files in to
/static/images/favicons
. - Update the main page content in
src/routes/+page.svelte
- Sign up for a free Vercel account.
- Add new project
- Import from GitHub repository
- Deploy to your
main
branch and it will automatically build in Vercel.