mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-02-24 15:42:25 +08:00
Update 5 files
- /_data/proxylist.yml - /_data/other_repo_list.csv - /proxylist.md - /other_repo_list.md - /.readthedocs.yaml
This commit is contained in:
parent
6dab77e73c
commit
5c739ed695
16
.readthedocs.yaml
Normal file
16
.readthedocs.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Required
|
||||
version: 2
|
||||
|
||||
build:
|
||||
os: ubuntu-24.04
|
||||
tools:
|
||||
ruby: "3.3"
|
||||
|
||||
commands:
|
||||
- gem install bundler
|
||||
- bundle install
|
||||
- mkdir Mabbs
|
||||
- curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md
|
||||
- bundle exec jekyll build --destination $READTHEDOCS_OUTPUT/html
|
||||
- tar czvf MayxBlog.tgz -C $READTHEDOCS_OUTPUT html
|
||||
- mv MayxBlog.tgz $READTHEDOCS_OUTPUT/html
|
||||
413
_data/other_repo_list.csv
Normal file
413
_data/other_repo_list.csv
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -18,8 +18,9 @@ mirrors:
|
|||
- https://mayx.pixie.homes/
|
||||
- https://mabbs.kinsta.page/
|
||||
- https://mayx.codeberg.page/
|
||||
- https://mayx.4everland.app/
|
||||
- https://mayx.pages.lain.la/
|
||||
- https://mayx.4everland.app/
|
||||
- https://mayx.readthedocs.io/
|
||||
- https://mayx.sourceforge.io/
|
||||
- https://unmayx.bitbucket.io/
|
||||
- https://mayx.pages.debian.net/
|
||||
|
|
@ -31,31 +32,20 @@ gits:
|
|||
- https://gitlab.com/mayx/mayx.gitlab.io
|
||||
- https://framagit.org/mayx/mayx.frama.io
|
||||
- https://salsa.debian.org/mayx/mayx.pages.debian.net
|
||||
- https://gitlab.lain.la/mayx/mayx.pages.lain.la
|
||||
- https://codeberg.org/mayx/blog
|
||||
- https://git.gay/mayx/mayx
|
||||
- https://gitea.com/mayx/mayx
|
||||
- https://gitea.moe/Mayx/mayx
|
||||
- https://gitgud.io/mayx/mayx
|
||||
- https://git.sr.ht/~mayx/mayx
|
||||
- https://tvoygit.ru/Mayx/mayx
|
||||
- https://git.envs.net/Mayx/mayx
|
||||
- https://tildegit.org/Mayx/mayx
|
||||
- https://git.launchpad.net/mayx
|
||||
- https://git.pixie.town/mayx/mayx
|
||||
- https://cgit.tilde.town/~mayx/blog
|
||||
- https://git.disroot.org/mayx/mayx
|
||||
- https://bitbucket.org/unmayx/mayx
|
||||
- https://sourcecraft.dev/mayx/mayx
|
||||
- https://git.disroot.org/mayx/mayx
|
||||
- https://gitlab.haskell.org/mayx/mayx
|
||||
- https://git.gammaspectra.live/Mayx/blog
|
||||
- https://repo2.serv00.com/git/pub/Mayx/mayx/
|
||||
- https://gitee.com/mabbs/mabbs
|
||||
- https://cnb.cool/unmayx/mayx
|
||||
- https://atomgit.com/mayx/blog
|
||||
- https://sourceforge.net/projects/mayx/
|
||||
- http://gdatura24gtdy23lxd7ht3xzx6mi7mdlkabpvuefhrjn4t5jduviw5ad.onion/Mayx/mayx
|
||||
- http://giteabolfdejtdzblkooalqei6jr67imiugmhtsh6ocw4hlj5a4q.b32.i2p/mayx/blog
|
||||
|
||||
static:
|
||||
- https://mayx.nekoweb.org/
|
||||
- https://mayx.neocities.org/
|
||||
|
|
|
|||
8
other_repo_list.md
Normal file
8
other_repo_list.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
layout: default
|
||||
title: 其他Git仓库镜像列表
|
||||
---
|
||||
|
||||
# 其他Git仓库镜像列表
|
||||
{% for item in site.data.other_repo_list %}- <{{ item }}>
|
||||
{% endfor %}
|
||||
|
|
@ -22,6 +22,8 @@ title: 代理列表
|
|||
{% for item in site.data.proxylist.gits %}- <{{ item }}>
|
||||
{% endfor %}
|
||||
|
||||
其他更多社区/个人类型实例托管的Git仓库列表参见[这里](/other_repo_list.html)
|
||||
|
||||
# 服务架构
|
||||
```mermaid
|
||||
graph LR;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user