Hi there! This is where you can exchange links with me (AKA Blogroll), or simply to connect! :)
If we haven't interacted before, I'm glad to get to know you through this opportunity!
In today's era of declining independent blogs and mobile internet dominance, the meaning of friend links seems to be more important than ever.
Although it's often said "Friends first, link exchange later", for me, there aren't many opportunities to exchange friend links with people I already know.
Therefore, I hope to take this opportunity to "connect first, then become friends", establishing connections between us.
Here are some basic requirements:
- The website should have substantial content and be stably accessible.
- Independent domain: Including any paid domain, or domains that meet the
following conditions:
- Suffixes included in the
Public Suffix List.
- Such as:
github.io,vercel.app,netlify.app,pages.dev,js.org, etc.
- Such as:
- Subdomains of some online content hosting services, such as:
wordpress.com,wodemo.com.
- Suffixes included in the
Public Suffix List.
- The website does not contain illegal, pornographic, gambling, violent, political, or similar content.
-
First, you need to add my site to your friend links. Information as follows:
- name: Max Chang link: https://maxchang.me avatar: https://github.com/maxchang3.png descr: My shadow wants to fly, but I'm still on the ground. rss: https://maxchang.me/rss.xml
-
Fork this repository, modify src/data/links.json, and add your site information (you can edit it directly on GitHub). Format as follows (without comments):
{ "name": "Site Name", "link": "https://example.com", // Site link "avatar": "https://example.com/favicon.ico", // Site avatar (icon) "descr": "Site description" // One-line introduction: 20-30 characters recommended // "rss": "https://example.com/rss.xml" // Optional: RSS feed link } -
Submit a Pull Request. Wait for automatic format checks to pass and then merge.
-
After the PR is merged, your site information will appear on the Friends page shortly.
* Largely inspired by SukkaW/Friends, some content and code are borrowed from that repository.
{ "name": "Max Chang", "link": "https://maxchang.me", "avatar": "https://github.com/maxchang3.png", "descr": "My shadow wants to fly, but I'm still on the ground.", "rss": "https://maxchang.me/rss.xml" }