{"id":19887120,"url":"https://github.com/longitude-digital/Ulink","last_synced_at":"2025-05-02T17:30:29.541Z","repository":{"id":44676609,"uuid":"344537086","full_name":"longitude-digital/Ulink","owner":"longitude-digital","description":"Ulink (Formerly InstaLink) is an open source bio link generator. Ulink uses a simple json file to create a fast biolink! Ulink is a Static site generator that provides your links in a clean Bio link","archived":false,"fork":false,"pushed_at":"2023-11-26T18:13:00.000Z","size":983,"stargazers_count":39,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T12:36:02.933Z","etag":null,"topics":["bio","css","glitch","google-analytics","instagram","instagram-bio-link","social-media"],"latest_commit_sha":null,"homepage":"https://demo.ulink.benja.ml","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/longitude-digital.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-04T16:24:01.000Z","updated_at":"2025-02-24T13:16:05.000Z","dependencies_parsed_at":"2024-11-05T08:31:43.601Z","dependency_job_id":"b826d4b6-905c-4ed2-a9c1-5f01d1e6264b","html_url":"https://github.com/longitude-digital/Ulink","commit_stats":null,"previous_names":["longitude-digital/ulink"],"tags_count":9,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longitude-digital%2FUlink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longitude-digital%2FUlink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longitude-digital%2FUlink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longitude-digital%2FUlink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/longitude-digital","download_url":"https://codeload.github.com/longitude-digital/Ulink/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252080747,"owners_count":21691567,"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":["bio","css","glitch","google-analytics","instagram","instagram-bio-link","social-media"],"created_at":"2024-11-12T18:00:31.739Z","updated_at":"2025-05-02T17:30:29.534Z","avatar_url":"https://github.com/longitude-digital.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# ULINK - OS BIO LINK\n\nUlink is a simple Bio Link Generator for every social media! Ulink uses JSON to create a epic Bio Link!\n\n# Geting started\n\n| Host             | Result             | Link                                                                                                                           \n|------------------|--------------------|-----------------------------------------------------------------------------------------------------------------|\n| Replit           | :white_check_mark: | [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/Benja-media/Ulink) |\n| Glitch           | :white_check_mark: | [![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg)](https://glitch.com/edit/#!/import/github/benja-media/Ulink) |\n| Cloudflare Pages | :white_check_mark: |   |\n| Vercel           | :white_check_mark: | [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FBenja-media%2FUlink)|\n| Heroku           | :x:                | |\n| Github pages     | :white_check_mark: | [![forks - instalink](https://img.shields.io/github/forks/benja-media/Ulink?style=social)](https://github.com/Benjamedia/Ulink/network/members)|\n\nTo deploy to replit use deploy command `ulink`\n\n# Adding your links\n\nAll options are required unless otherwise stated\n\nHere is an example config.json file\n\n**_Link structure has changed!!! Below is the new verion_**\n\n```\n{\n  \"user\": \"instagrammer\",\n  \"profile\": \"https://instagram.com/instagrammer\",\n  \"symbol\": \"@\",\n  \"name\": \"Instagrammer\",\n  \"photo\": \"https://cdn.glitch.com/35409746-8e4a-406e-ac47-16c4db92cad8%2F10x100profile.jpeg\",\n  \"display\":\"instagrammer\",\n\n  \"body\":[\n    {\"id\":\"1\",\"title\":\"Link_1\",\"url\":\"/link\"},\n    {\"id\":\"2\",\"title\":\"Link_2\",\"url\":\"/link\"},\n    {\"id\":\"3\",\"title\":\"Link_3\",\"url\":\"/link\"}\n  ]\n}\n```\n\n## Options\n\n`user` Is your username.\n\n`profile` Is the URL to your chosen profile\n\n`symbol` is the symbol from your name EX: `@benmmonster`\n\n`name` Is your display name\n\n`photo` This is your URL to your avatar! Linking directly to your social media avatar is not supported due to CORS restrictions!\n\n**_Recomeded dimensions is 100x100px!_**\n\n## Types\nUlink now has widgets! The supported types are \n\n`links` `title` `image`\n\nType can be set for each element! EX: \n```   \n{\"type\":\"link\", \"title\":\"LINK 1!\",\"url\":\"https://example.com\"}\n```\nValues are case sensitive!\n### Type: Link\n\nOptions: \n\n`title` Is the display to your link\n\n`url` Is the destination\n\nEX:\n```   \n{\"type\":\"link\", \"title\":\"LINK 1!\",\"url\":\"https://example.com\"}\n```\n### Type: Image\n\nOptions:\n\n`src` The image to display\n\n`url` A link were the image links to: if you do not wish to have the image as a link, use the value `none`\n\nEX:\n```\n{\"type\":\"image\", \"src\":\"https://live.staticflickr.com/65535/52052394106_a32cca4a1e_b.jpg\",\"url\":\"none\"},\n```\n### Type: Title\n\nOptions:\n\n`title` The display of the title\n\nEX:\n```\n{\"type\":\"title\",\"title\":\"TITLE\"},\n```\n\n# Styles\n\nThe style readme is located at `/styles/styles.md`\n\n# Icons\nUlink now supports Icons from Font Awesome!\n\nThe icon config file is found in `/config/config.json`\n## Example Icon set\n\n```\n\"icons\":{\n  \"size\": \"fa-2x\",\n  \"space\": \"fa-fw\",\n  \"color\":\"#1A4EB4\",\n  \"icons\": [\n    {\n      \"fa\": \"fab fa-github-square\",\n      \"url\": \"https://github.com/Benja-media\"\n    },\n    {\n      \"fa\": \"fab fa-youtube-square\",\n      \"url\": \"https://youtube.com/channel/UC8g9QqWZYtgfKvuzs22TNqw\"\n    },\n    {\n      \"fa\": \"fab fa-flickr\",\n      \"url\": \"https://www.flickr.com/people/benmmonster/\"\n    },\n    {\n      \"fa\": \"fas fa-cube\",\n      \"url\": \"https://www.thingiverse.com/benjm/\"\n    },    \n    {\n      \"fa\": \"fab fa-instagram\",\n      \"url\": \"https://instagram.com/benmmonster\"\n    }\n  ]\n}\n```\n\nOptions:\n`size` The size of the Icon. Reccomended Value is `fa-2x`\n\n`space` The spacing between Icons. Reccomended Value is `fa-fw`\n\n`color` The color of the Icon.\n\nIcons:\n\n`fa` The Font awesome Icon! (The `fa` is required)\n\n`url` Where the icon brings users to\n\n# Extras\n\n**ULINK SVR HAS BEEN DISCONTINUED**\n\nUpload to `/extras` and link to `index.html`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongitude-digital%2FUlink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flongitude-digital%2FUlink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongitude-digital%2FUlink/lists"}