{"id":13489170,"url":"https://github.com/yoanbernabeu/LinkTreeFreeClone","last_synced_at":"2025-03-28T04:30:55.454Z","repository":{"id":64521748,"uuid":"574246811","full_name":"yoanbernabeu/LinkTreeFreeClone","owner":"yoanbernabeu","description":"LinkTreeFreeClone is a LinkTree clone built with Astro and Tailwind","archived":false,"fork":false,"pushed_at":"2022-12-09T22:36:46.000Z","size":1180,"stargazers_count":89,"open_issues_count":2,"forks_count":31,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T01:47:38.329Z","etag":null,"topics":["astro","links","linktree","linktree-alternative","linktree-clone","tailwindcss"],"latest_commit_sha":null,"homepage":"https://linktreefreeclone.yoandev.co/","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yoanbernabeu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-04T21:32:02.000Z","updated_at":"2025-02-26T11:50:51.000Z","dependencies_parsed_at":"2023-01-04T20:21:02.153Z","dependency_job_id":null,"html_url":"https://github.com/yoanbernabeu/LinkTreeFreeClone","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoanbernabeu%2FLinkTreeFreeClone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoanbernabeu%2FLinkTreeFreeClone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoanbernabeu%2FLinkTreeFreeClone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoanbernabeu%2FLinkTreeFreeClone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoanbernabeu","download_url":"https://codeload.github.com/yoanbernabeu/LinkTreeFreeClone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245970342,"owners_count":20702392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astro","links","linktree","linktree-alternative","linktree-clone","tailwindcss"],"created_at":"2024-07-31T19:00:18.859Z","updated_at":"2025-03-28T04:30:55.190Z","avatar_url":"https://github.com/yoanbernabeu.png","language":"Astro","funding_links":[],"categories":["Astro"],"sub_categories":[],"readme":"# LinkTree Free Clone\n\n[![Playwright Tests](https://github.com/yoanbernabeu/LinkTreeFreeClone/actions/workflows/playwright.yml/badge.svg)](https://github.com/yoanbernabeu/LinkTreeFreeClone/actions/workflows/playwright.yml) [![Netlify Status](https://api.netlify.com/api/v1/badges/3e928715-44c6-4439-864e-6a346f699c07/deploy-status)](https://app.netlify.com/sites/linktreefreeclone/deploys)\n\n![screenshoot](readme.png)\n\nLinkTree Free Clone is a free clone of LinkTree, a popular link aggregator for social media. \n\nIt is built with [Astro](https://astro.build) and [Tailwind CSS](https://tailwindcss.com).\n\nFeel free to use it as a template for your own projects.\n\n## 👀 Demo\n\nYou can see a demo of the project at [https://linktreefreeclone.yoandev.co/](https://linktreefreeclone.yoandev.co/)\n\n## 🚀 Quick start\n\n1. **Customize your general settings**\n\n   Open `src/config.ts` and edit the `SUBTITLE`, `TITLE`, `TAGLINE`, `contact`, `phone` and `email` variables.\n\n2. **Customize your links**\n\n    Create a new file in `src/pages/links/` for each link you want to add.\n    The file name will be not used, but it is recommended to use a descriptive name.\n    The file should contain a frontmatter section with the following variables:\n    \n    * `title`: The title of the link\n    \n    * `emoji`: The emoji to use for the link\n    \n    * `href`: The URL of the link\n\n    Example:\n    \n    ```md\n    ---\n\n    title: Link 1\n    emoji: 📺\n    href: https://lorem.com\n\n    ---\n    ```\n\n3. **Customize your avatar**\n\n    Replace the file `src/public/avatar.png` with your own avatar.\n\n4. **Customize your social media links**\n\n    Create a new file in `src/pages/social/` for each social media link you want to add.\n    The file name will be not used, but it is recommended to use a descriptive name.\n    The file should contain a frontmatter section with the following variables:\n\n    * `icon`: The icon to use for the link\n    \n    * `url`: The URL of the link\n\n    Example:\n\n    ```md\n    ---\n    icon: linkedin\n    url: https://linkedin.com/in/yoan-bernabeu\n\n    ---\n    ```\n\n## 🔠 List of available icons for social media\n\nFor the `icon` variable in the frontmatter section of the social media links, you can use the following values:\n\n* `behance`\n* `discord`\n* `github`\n* `facebook`\n* `instagram`\n* `google`\n* `linkedin`\n* `pinterest`\n* `vkontakte`\n* `stackoverflow`\n* `telegram`\n* `youtube`\n* `tiktok`\n* `snapchat`\n* `slack`\n* `messenger`\n* `dribbble`\n* `reddit`\n* `twitter`\n* `whatsapp`\n* `twitch`\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                | Action                                             |\n| :--------------------- | :------------------------------------------------- |\n| `npm install`          | Installs dependencies                              |\n| `npm run dev`          | Starts local dev server at `localhost:3000`        |\n| `npm run build`        | Build your production site to `./dist/`            |\n| `npm run preview`      | Preview your build locally, before deploying       |\n\n## 📝 License\n\nLicensed under the [MIT License](./LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoanbernabeu%2FLinkTreeFreeClone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoanbernabeu%2FLinkTreeFreeClone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoanbernabeu%2FLinkTreeFreeClone/lists"}