Coder Social home page Coder Social logo

wuon / links Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.44 MB

Showcase your digital identity with this LinkTree clone. This starter ships with customizable links with the option to add icons.

Home Page: https://links-wuon.vercel.app/

License: BSD Zero Clause License

JavaScript 19.06% TypeScript 80.15% CSS 0.80%
gatsbyjs linktree

links's Introduction

Gatsby

Links

alt text

Showcase your digital identity with this LinkTree clone. This starter ships with customizable links with the option to add icons. Feel free to fork and customize the project to fit your own needs!

๐Ÿšข Deploy (Vercel)

Deploy this starter with one click on Vercel:

Deploy with Vercel

๐Ÿš€ Quick start

  1. Install and setup
git clone https://github.com/Wuon/links.git
cd links
npm install
npm start

Your site is now running at http://localhost:8000

  1. Customizing your profile

To update the title and description modify gatsby-config.js

module.exports = {
  siteMetadata: {
    title: `Your desired title`,
    description: `Your desired description.`,
    ...
  },
  ...
}

To update the profile picture, replace avatar.png in ./src/images with an image of your choice

.
โ”œโ”€โ”€ src
โ”‚   โ”œโ”€โ”€ images
โ”‚   โ”‚   โ”œโ”€โ”€ avatar.png
  1. Customizing your links

To update the links you would like to display, head over to ./src/data/socials/socials.json

.
โ”œโ”€โ”€ src
โ”‚   โ”œโ”€โ”€ data
โ”‚   โ”‚   โ”œโ”€โ”€ socials
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ socials.json

The format which the data is read is as follows:

[
  {
    "platform": "Instagram",
    "username": "danielktwu",
    "icon": "../../images/instagram.png",
    "link": "https://www.instagram.com/danielktwu/"
  },
  ...
]

Note that username, icon, and link are optional as some platforms don't have a direct link.

links's People

Contributors

wuon avatar

Watchers

 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.