diff --git a/_data/other_repo_list.csv b/_data/other_repo_list.csv index f0015f1..417a30b 100644 --- a/_data/other_repo_list.csv +++ b/_data/other_repo_list.csv @@ -2,6 +2,9 @@ repo_url http://gdatura24gtdy23lxd7ht3xzx6mi7mdlkabpvuefhrjn4t5jduviw5ad.onion/Mayx/mayx http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/mayx/blog http://giteabolfdejtdzblkooalqei6jr67imiugmhtsh6ocw4hlj5a4q.b32.i2p/mayx/blog +https://lavaforge.org/mayx/blog +https://sij.ai/mayx/blog +https://repobase.net/mayx/blog https://gitlab.lain.la/mayx/mayx.pages.lain.la https://gitplac.si/mayx/mayx.gitpage.si https://gitnet.fr/mayx/blog @@ -13,6 +16,7 @@ https://git.tilde.town/mayx/blog https://gitlab.haskell.org/mayx/mayx https://repo2.serv00.com/git/pub/Mayx/mayx/ https://git.pixie.town/mayx/mayx +https://codefloe.com/mayx/blog https://git.minetest.land/Mayx/blog http://47.120.60.153:10880/mayx/blog http://1.6.141.109:3000/mayx/blog diff --git a/_data/proxylist.yml b/_data/proxylist.yml index 6f4ee59..3a43392 100644 --- a/_data/proxylist.yml +++ b/_data/proxylist.yml @@ -14,8 +14,10 @@ mirrors: - https://mayx.gitpage.si/ - https://mayx.serv00.net/ - https://mayx.vercel.app/ +- https://mayx-blog.pgs.sh/ - https://mayx.netlify.app/ - https://mayx.gitnet.page/ +- https://mayx.grebedoc.dev/ - https://mabbs.kinsta.page/ - https://mayx.codeberg.page/ - https://mayx.tildepages.org/ @@ -42,6 +44,7 @@ repos: - https://gitea.com/mayx/mayx - https://gitgud.io/mayx/mayx - https://git.sr.ht/~mayx/mayx +- https://worktree.ca/mayx/blog - https://git.launchpad.net/mayx - https://gin.g-node.org/mayx/blog - https://tildeforge.dev/mayx/blog diff --git a/_tools/envs_post-receive b/_tools/envs_post-receive index 6212158..07c8183 100644 --- a/_tools/envs_post-receive +++ b/_tools/envs_post-receive @@ -6,6 +6,7 @@ cd blog mkdir Mabbs curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md bundle exec jekyll build -d ../public_html +rsync --delete -rv ../public_html/ mayx@pgs.sh:/blog tar czvf MayxBlog.tgz --exclude-vcs ../public_html/ mv MayxBlog.tgz ../public_html/ cd ../public_html/ @@ -14,8 +15,10 @@ git init git branch -m main git add . git commit -m "update" +git branch pages 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 codeberg pages git push -f bitbucket main /home/mayx/blog-env/node_modules/surge/bin/surge /home/mayx/public_html/ mayx.surge.sh \ No newline at end of file