mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-07-19 17:32:03 +00:00
Update 3 files
- /proxylist.md - /_data/links.csv - /links.md
This commit is contained in:
parent
b0bf30adcd
commit
aa83c0efc1
@ -4,9 +4,9 @@ title,link,description
|
||||
贫困的蚊子,https://mozz.ie/,*No description*
|
||||
极客兔兔,https://geektutu.com/,致力于分享有趣的技术实践
|
||||
维基萌,https://www.wikimoe.com/,萌即是正义!一名热爱acg的前端设计师的小站!
|
||||
7gugu's blog,https://www.7gugu.com/,一个用来存放我爱好的地方,编程,摄影之类的空间
|
||||
7gugu's blog,https://www.7gugu.com/,"一个用来存放我爱好的地方,编程,摄影之类的空间"
|
||||
云游君,https://www.yunyoujun.cn/,希望能成为一个有趣的人。
|
||||
Kingfish404,https://blog.kingfish404.cn/,Stay curious,stay naive. WUT. Jin Yu's Blog
|
||||
Kingfish404,https://blog.kingfish404.cn/,"Stay curious,stay naive. WUT. Jin Yu's Blog"
|
||||
FKUN,https://blog.fkun.tech/,*No description*
|
||||
Sinofine,https://sinofine.me/,*No description*
|
||||
JiaoYuan's blog,https://yuanj.top/,思绪来得快去得也快,偶尔会在这里停留
|
||||
|
|
6
links.md
6
links.md
@ -7,12 +7,12 @@ tags: [links]
|
||||
---
|
||||
|
||||
| Link | Description |
|
||||
| - | - |{% for item in site.data.links %}
|
||||
| [{{ item.title }}]({{ item.link }}) | {{ item.description }} |
|
||||
| - | - |
|
||||
{% for item in site.data.links %}| [{{ item.title }}]({{ item.link }}) | {{ item.description }} |
|
||||
{% endfor %}
|
||||
|
||||
## Links申请
|
||||
请在下面留言或者直接发起[Pull request](https://github.com/Mabbs/mabbs.github.io/pull/new/master)
|
||||
请在下面留言或者直接[修改Links](https://github.com/Mabbs/mabbs.github.io/edit/master/_data/links.csv)并发起PR
|
||||
请在申请之前加上本站友链
|
||||
要求:
|
||||
1. 全站HTTPS
|
||||
|
@ -10,14 +10,12 @@ title: 代理列表
|
||||
# 代理列表
|
||||
考虑到中国对于Github Pages在很多地区都有一定程度的解析异常,所以我为我的博客做了很多反向代理。以下代理站均为官方授权:
|
||||
(根据可能的可用性排序)
|
||||
{%- for item in site.data.proxies -%}
|
||||
- <{{ item.url }}> <img src="{{ item.url }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
|
||||
{% for item in site.data.proxies %}- <{{ item.url }}> <img src="{{ item.url }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
|
||||
{% endfor %}
|
||||
|
||||
# 镜像列表
|
||||
由于[Github已经不再可信](/2022/01/04/banned.html),所以现在提供以下镜像站:
|
||||
{%- for item in site.data.mirrors -%}
|
||||
- <{{ item.url }}> <img src="{{ item.url }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
|
||||
{% for item in site.data.mirrors %}- <{{ item.url }}> <img src="{{ item.url }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
|
||||
{% endfor %}
|
||||
|
||||
# 其他平台博客(备用)
|
||||
|
Loading…
x
Reference in New Issue
Block a user