GithubHelp home page GithubHelp logo

mustafagenc / links.dev Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fatih-yavuz/links.dev

0.0 0.0 0.0 7.57 MB

Simple site to group all your links. A free linktree alternative. Register your username before someone else does.

Home Page: https://links.dev/m

Shell 0.18% JavaScript 81.87% Python 0.63% CSS 8.34% HTML 8.97%

links.dev's Introduction

Simplify your online presence with one simple link.

Are you tired of having to constantly update your CV, social media profiles, and other online platforms with your latest links and information? With links.dev, you can simplify your online presence and make it easier for potential employers, clients, and followers to find and access all your important links in one place.

Benefits

  • Add all your links to one simple page
  • Get a professional, easy-to-remember URL
  • No more updating individual platforms - just add your Link in Bio URL to your CV, social media bios, and anywhere else you want to share your links
  • You have the full control over your links - you can change them at any time from your GitHub repository
  • You have the full control over how your page looks - you can customize the page's design and from your GitHub repository
  • It is completely free!

How to sign up

To register for links.dev, you need to do two things:

  • Create a pull request to add yourself to the registry.yaml file.
  • Create a new public repository called "my-links". (You can also fork this) This repository should contain two files:
    1. page.json, which contains the content of your page.
    2. [Optional] custom.css, which allows you to customize the look of your page.

That's it! Once you have created your "my-links" repository and opened your pull request, wait for it to be reviewed and approved. Once it is merged to the master branch, your page will be visible at: https://links.dev/username

Tips

Profile Picture Tips

  • Use and image url which has 1:1 aspect ratio for your profile picture. This will make sure that your profile picture is displayed correctly.
  • You can use your Twitter or LinkedIn profile picture image url as your profile picture.
  • Do not use a url which contains the image in a web page. This will not work. You need to use the direct image url (which most probably will have .jpg or .png extension). You can get this url by right clicking on the image and selecting "Copy image address".

Available Icons

  • You can use any of the icons listed here
  • If you are a designer, feel free to create a pull request to add more icons to the list.

Required page.json sections

To display your website, your page.json must have at least these sections:

  • Name (name)
  • Description (description)
  • Your image URL (image_url)
  • Collection of links (links)

The minimal version page.json file may looks like this:

{
  "name": "Your name",
  "description": "Your description",
  "image_url": "url_to_your_image",
  "links": [
    {
      "title": "Link title",
      "url": "link_url"
    }
  ]
}

Restrictions

  • Your username must be unique. If your username is already taken, you will be asked to choose a different one.
  • Your page cannot contain any offensive content.
  • Your page cannot contain any links to illegal content.
  • You cannot register reserved usernames. These are listed in the restricted-usernames.yaml file.
  • You cannot register multiple usernames.

Support links.dev

If you like this project and want to support it, you can do so by starring this repo and buying a coffee. The money will be used for domain registry fees, server costs, and monitoring tools costs. Any support is highly appreciated. Thank you!

Buy me a coffee

Stay in touch?

  • Subscribe to the newsletter, get notified when new features are added to links.dev
  • Follow @links4dev on Twitter for updates
  • Join the Discord server to get help and share your ideas

Frequently Asked Questions

My PR is merged but my page is online yet

You should invalidate the registry cache. Normally, it should be done automatically on the CI but sometimes, GitHub's own cache is not invalidated when links.dev's registry cache is invalidated. Click this link to invalidate registry cache. https://links.dev/fatih/?refresh-registry=1

I've updated my-links, but I don't see the update on my page

You need to clear the cache with hitting your page refresh=1 query param. Example: https://links.dev/fatih?refresh=1 If you still don't see the update, it might be because you recently committed the changes to your repo. It takes a bit time for GitHub to invalidate raw content caches. Try hitting your page with refresh=1 5 minutes later.

Everything seems correct but there is a problem

  • Check your my-links repo's branch. Make sure that it has a branch called "main" and it has relevant files.

Can I add myself to example-pages.js?

It depends. If you have a different theme than the default one, yes you can. Please keep in mind that, you have to have a known image hosting provider url or Twitter, LinkedIn profile picture url. Because its content is displayed on the home page, and it is susceptible to XSS. That's why I cannot accept your pull request if you are using a custom image url.

links.dev's People

Contributors

fatih-yavuz avatar bsoyka avatar silaeryilmaz avatar birkanatici avatar aligoktas96 avatar burak-bilgen avatar zarifpour avatar furkankapukayaa avatar kursadsaka avatar balamir20 avatar abbaselmas avatar abhi14nexu avatar ahmetbcakici avatar ahmetcanaydemir avatar alfreddagenais avatar aliyilmazz avatar xacnio avatar aminecodes avatar arielventu avatar attithom avatar arslanaybars avatar aydinnecmias avatar ayseakr avatar bariscanyilmaz avatar ozcberkay avatar burakkduran avatar bsormagec avatar cancit avatar cempehlivan avatar ceydamehves avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.