🎯 Friend Links#
Friendship Application:
Example:
Name: Kemeow loves to eat braised noodles
Website: https://blog-v3.kemeow.top
Description:Miracles can only last for a moment, fate is always long.
Category: Life/Resource Sharing
Avatar: Please visit here
Background: Please visit here
Subscription: blog-v3.kemeow.top/atom.xml
Basic Requirements#
If you are familiar with me, just send an email
- First, please ensure that you have added my website to the friend link section on your site
- Second, you are not exchanging for the purpose of selling ads, your website should be a personal blog
- The domain name of the website is very important; if it is a free domain, please do not consider it for now~~, unless we are familiar~~
- Free domains include but are not limited to the following definitions:
- Free domain suffixes operated by Freenom, such as
.ml
,.tk
- Default domain names of some companies' static website hosting services, such as:
- oschina.io
- gitee.io
- coding.me
- coding.io
- coding-pages.com
- ......
- Free domain suffixes operated by Freenom, such as
- Free domains do not include the following definitions:
- Domains such as
.ml
,.tk
that are purchased for a fee from Freenom - Online blog services operated by Automattic's wordpress.com
- Any free subdomain services included in the
Public Suffix List
, such asgithub.io
,gitlab.io
, etc. - ......
- Domains such as
- Free domains include but are not limited to the following definitions:
- Your website should be accessible from mainland China
- I sincerely hope that your website is not filled with ads, plagiarism, or other low-quality content
- Websites and blogs can be inactive, but do not fill them with junk
- The final interpretation rights belong to me
- Your site complies with relevant laws and regulations in mainland China and Hong Kong, and does not involve sensitive content
- Additionally, you must be able to use
Git
andGitHub
, setting up this repository is intended to test your basic usage skills
Start Exchanging#
If you believe your site meets the above requirements, then welcome to exchange!
Note: The information you submit may be modified#
If there are modifications, I will inform you of the changes in the PR
- For the uniformity and aesthetics of the friend link-related pages and components, your nickname may be shortened, for example, if the nickname contains
blog
,XX's XX
, etc., it may be simplified. - All friend link links must be to the blog homepage, not personal homepage links.
My Friend Link Information#
To avoid potential image hosting issues, you can store your avatar on your site's image hosting.
Name: Kemeow loves to eat braised noodles
Website: https://xlog.kemiao.xyz
Description:Miracles can only last for a moment, fate is always long.
Category: Life/Resource Sharing
Avatar: Please visit here
Background: Please visit here
Subscription: xlog.kemiao.xyz/feed.xml
What You Need to Prepare#
All information about your site, including the site itself, must comply with relevant laws and regulations in mainland China and Hong Kong, and not involve any sensitive content
- Your site's logo
- The logo should be square or circular
- Use common graphic file formats (such as
png
,jpg
,svg
, etc., excludingtiff
,gif
,icns
). - The logo must meet the Gravater
G
rating requirements (i.e., suitable for display to anyone of any age on any website) - Your site's logo will be stored on my site's image hosting and compressed; updates may not be timely, please submit a PR for modifications
- Prepare the site name to be displayed
- The site name should be suitable for display to anyone of any age on any website
- Prepare a site description (Slogan), preferably not too long
Exchange Steps#
- Fork this repository on
GitHub
- 【Optional but strongly recommended】Submit your site logo in the
src/img
directory- The file name format should be
[domain].[format]
, such asexample.com.png
,blog.example.com.jpg
- The title of the
commit
should be namedAdd: [filename] ( [url] )
, such asAdd: example.com.png ( https://example.com )
- In principle, it should be less than
1 MiB
- The file name format should be
- Modify the
src/links.yml
file- Add your site information to the end of the links.yml file in the following format:
"Name": # Name should be in double quotes, not too long url: https://example.com/ # Website URL, note the indentation【this is the blog link】 img: https://xxx/xxx/xxx/[YOUR_FILE_HERE] # URL of the website logo, replace [YOUR_FILE_HERE] with the image submitted above, of course, it's better to have your own image hosting text: "Always on the road of learning" # Slogan of the website, in double quotes, note the indentation
- The title of the
commit
should beAdd: [sitename] ( [url] )
, such asAdd: example blog ( https://example.com )
- For the logo link, if you performed step two, replace
[YOUR_FILE_HERE]
with the file name of the image submitted above; otherwise, please fill in the link you prepared, it is recommended to use a stable image hosting- For the logo reference address, you can choose either
yandao.is-a.dev
orsource.friends.ydlk.cc
, the latter is friendly to mainland China but has cache delays
- For the logo reference address, you can choose either
- Add your site information to the end of the links.yml file in the following format:
- After completing the above steps, please create a new
Pull Request
- The PR title should be
Add: [sitename] ( [url] )
, such asAdd: example blog ( https://example.com )
- If there are any additions, please explain them in the PR, such as special RSS addresses, etc.
- The PR title should be
- Once your
Pull Request
is reviewed, approved, and merged, your website will be displayed on the friend link page within 12 hours.- Note, if your site does not provide an RSS subscription feed, please be sure to indicate this in the PR.