mirror of https://gitlab.com/mayx/mayx.gitlab.io
parent
b1929b927f
commit
c6b5330945
|
@ -18,6 +18,7 @@ gits:
|
|||
- https://gitlab.com/mayx/mayx.gitlab.io
|
||||
- https://codeberg.org/mayx/blog
|
||||
- https://gitea.com/mayx/mayx
|
||||
- https://gitgud.io/mayx/mayx
|
||||
- https://git.sr.ht/~mayx/mayx
|
||||
- https://gitee.com/mabbs/mabbs
|
||||
- https://git.i2phides.me/mayx/blog
|
||||
|
|
2
links.md
2
links.md
|
@ -8,7 +8,7 @@ tags: [links]
|
|||
|
||||
| Link | Description |
|
||||
| - | - |
|
||||
{% for item in site.data.links %}| <a href="{{ item.link }}" target="_blank" rel="noopener nofollow" {% if item.feed_url %}data-feed="{{ item.feed_url }}"{% endif %}>{{ item.title }}</a> | {% if item.description %}{{ item.description }}{% else %}*No description*{% endif %} |
|
||||
{% for item in site.data.links %}| <a href="{{ item.link }}" target="_blank" rel="noopener sponsored" {% if item.feed_url %}data-feed="{{ item.feed_url }}"{% endif %}>{{ item.title }}</a> | {% if item.description %}{{ item.description }}{% else %}*No description*{% endif %} |
|
||||
{% endfor %}
|
||||
|
||||
订阅以上链接:[OPML](/blogroll.opml)
|
||||
|
|
|
@ -29,8 +29,7 @@ graph LR;
|
|||
GH@{ shape: bow-rect, label: "GitHub" }
|
||||
GL@{ shape: bow-rect, label: "GitLab" }
|
||||
GE@{ shape: bow-rect, label: "Gitee" }
|
||||
GEA@{ shape: bow-rect, label: "Gitea" }
|
||||
CB@{ shape: bow-rect, label: "Codeberg" }
|
||||
OG@{ shape: bow-rect, label: "Other..." }
|
||||
CFP@{ shape: docs, label: "CloudFlare Pages" }
|
||||
GHP@{ shape: docs, label: "GitHub Pages" }
|
||||
GLP@{ shape: docs, label: "GitLab Pages" }
|
||||
|
@ -51,8 +50,7 @@ graph LR;
|
|||
GH
|
||||
GL
|
||||
GE
|
||||
GEA
|
||||
CB
|
||||
OG
|
||||
end
|
||||
|
||||
subgraph Pages
|
||||
|
@ -85,8 +83,7 @@ graph LR;
|
|||
|
||||
GH <-- Sync --> GL
|
||||
GH -- Sync --> GE
|
||||
GH -- Sync --> GEA
|
||||
GH -- Sync --> CB
|
||||
GH -. Sync .-> OG
|
||||
GH -- Deploy --> GHP & SH & Netlify & FELH & DA
|
||||
GL -- Deploy --> CFP & Vercel & GLP
|
||||
CFW -- Reverse Proxy --> GHP
|
||||
|
|
Loading…
Reference in New Issue