Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwylynko/personal-link-sharing-site
https://github.com/nwylynko/personal-link-sharing-site
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nwylynko/personal-link-sharing-site
- Owner: NWylynko
- License: mit
- Created: 2022-11-09T08:21:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T07:05:30.000Z (5 months ago)
- Last Synced: 2024-10-11T01:23:24.014Z (3 months ago)
- Language: TypeScript
- Homepage: personal-link-sharing-site.vercel.app
- Size: 1.64 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Link Sharing Site
A simple, single page website to display information, links, projects, etc.
Feel free to fork it to deploy your own version. It uses the new React Server Components to fetch data thanks to Next.js 13. All styling is just simple css modules. The Features can be removed or swapped out to suit your needs.
Things you can edit to make this your own:
- The `config.ts` file, this stores a lot of the stuff on the site, this is a great place to start to put in your own links, enable / disable features and more.
- Swap out the `image`, stored in the public folder, swap it out for a photo of yourself or any profile pic you want. (and the favicon)
- Edit the `CSS`, stored in the css files is all the styling for the site, make it your own by giving it a make over.
- Change the font, using the new `@next/font` module, you can use any google font or bring in your own one.## Features
- ### Github Pinned Repositories
This pulls in the (up to) six pinned repositories from your github and displays them on the page- ### FormSpree
Allow people to send you an email without giving out your email, sign up on the formspree website and put your token in.- ### Wakatime statistics
Want to show off how dedicated you are, Wakatime tracks how long (and on what) you spend you time coding, show it off.- ### Vercel Analytics
Simple, free, respectful analytics, we want to know how many people are looking at our site right.## New Features
Got a great idea for pulling in data from an api, wanna use a different analytics module, etc?
Create a fork and get to work, if you want help with it open a pr and I will see what I can do. I am more than happy to merge back in any cool features.