Ver código fonte

Update 6 files

- /_data/links.csv
- /_data/proxylist.yml
- /_tools/envs_post-receive
- /_tools/serv00_post-receive
- /_tools/ai-summary.js
- /_posts/2025-09-01-quine.md
mayx 6 meses atrás
pai
commit
3dd82ed54c

+ 1 - 1
_data/links.csv

@@ -18,4 +18,4 @@ Vullfin的博客,https://blog.vull.top/,https://blog.vull.top/atom.xml,Vullfin's
 Lanke's blog,https://www.blueke.top/,https://www.blueke.top/rss.xml,请为一切不真实之物骄傲,因为我们高于这个世界!
 时光流·言,https://www.hansjack.com/,https://www.hansjack.com/feed/,个人博客,持续分享网站部署实战经验、精选书评解读和生活观察手记。 这里提供可复用的技术教程、深度阅读指南和真实生活洞察,与技术爱好者一起进步......
 Pinpe 的云端,https://pinpe.top/,https://pinpe.top/rss.xml,一个属于自己的云朵。
-Chise Hachiroku,https://chise.hachiroku.com/,https://chise.hachiroku.com/zh/feed/,
+Chise Hachiroku,https://chise.hachiroku.com/,https://chise.hachiroku.com/zh/feed/,向明日的辉迹,干杯!

+ 3 - 0
_data/proxylist.yml

@@ -19,6 +19,7 @@ mirrors:
 - https://mabbs.kinsta.page/
 - https://mayx.codeberg.page/
 - https://mayx.4everland.app/
+- https://mayx.pages.lain.la/
 - https://mayx.sourceforge.io/
 - https://unmayx.bitbucket.io/
 - https://mayx.pages.debian.net/
@@ -30,6 +31,7 @@ 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
@@ -52,6 +54,7 @@ gits:
 - https://cnb.cool/unmayx/mayx
 - https://atomgit.com/mayx/blog
 - https://sourceforge.net/projects/mayx/
+- http://gdatura24gtdy23lxd7ht3xzx6mi7mdlkabpvuefhrjn4t5jduviw5ad.onion/Mayx/mayx
 static:
 - https://mayx.nekoweb.org/
 - https://mayx.neocities.org/

Diferenças do arquivo suprimidas por serem muito extensas
+ 95 - 0
_posts/2025-09-01-quine.md


Diferenças do arquivo suprimidas por serem muito extensas
+ 388 - 0
_tools/ai-summary.js


+ 21 - 0
_tools/envs_post-receive

@@ -0,0 +1,21 @@
+#!/bin/bash
+cd /home/mayx/
+rm -rf public_html
+git --work-tree=/home/mayx/blog --git-dir=/home/mayx/blog.git checkout -f
+cd blog
+mkdir Mabbs
+curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md
+bundle2.7 exec jekyll build -d ../public_html
+tar czvf MayxBlog.tgz --exclude-vcs ../public_html/
+mv MayxBlog.tgz ../public_html/
+cd ../public_html/
+unset GIT_DIR
+git init
+git branch -m main
+git add .
+git commit -m "update"
+git remote add codeberg ssh://git@codeberg.org/mayx/pages.git
+git remote add bitbucket ssh://git@bitbucket.org/unmayx/unmayx.bitbucket.io.git
+git push -f codeberg main
+git push -f bitbucket main
+/home/mayx/blog-env/node_modules/surge/bin/surge /home/mayx/public_html/ mayx.surge.sh

+ 36 - 0
_tools/serv00_post-receive

@@ -0,0 +1,36 @@
+#!/bin/bash
+cd /home/Mayx/
+rm -rf domains/mayx.serv00.net/public_html/
+git --work-tree=/home/Mayx/blog --git-dir=/home/Mayx/repo/git/pub/mayx checkout -f
+cd blog
+mkdir Mabbs
+curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md
+bundle exec jekyll build -d ../domains/mayx.serv00.net/public_html/
+tar czvf MayxBlog.tgz --exclude-vcs -C ../domains/mayx.serv00.net public_html/
+mv MayxBlog.tgz ../domains/mayx.serv00.net/public_html/
+rsync -avz --delete ../domains/mayx.serv00.net/public_html/ mayx@web.sourceforge.net:/home/project-web/mayx/htdocs/
+cd ../domains/mayx.serv00.net/public_html/
+unset GIT_DIR
+git init
+git lfs install
+git lfs track "*.png"
+git lfs track "*.moc"
+git lfs track "*.tgz"
+git lfs track "*.jpg"
+git lfs track "*.zip"
+git branch -m main
+echo "---
+title: Mayx
+emoji: 🏢
+colorFrom: green
+colorTo: blue
+sdk: static
+pinned: false
+short_description: Mayx's Home Page
+---
+
+">README.md
+git add .
+git commit -m "update"
+git remote add hf git@hf.co:spaces/Mabbs/blog
+git push -f hf main