mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-02-25 12:33:45 +01:00
Compare commits
2 Commits
AR-Backup-
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00aec9bad0 | ||
|
|
2ab6982684 |
@@ -173,5 +173,6 @@
|
||||
"/2025/10/12/recover.html": "这篇文章讲述了作者通过GitHub的Fork特性找回一个被删除的Brainfuck可视化演示仓库的经历。由于原仓库和作者主页都已消失,作者推测GitHub在Fork时会共享对象库,只要有任意一个Fork仓库存在,GitHub就会保留所有对象,从而可以通过找到一个Fork仓库的最新提交Hash值来还原目标仓库。作者通过Linux内核仓库的Fork进行验证,随后在互联网档案馆上找到目标仓库的Fork以及其Hash值,最终通过Git命令将本地仓库的HEAD指针指向目标提交,成功恢复了该仓库的代码,并将其部署到自己的GitHub Pages上。最后,作者发现Software Heritage组织会保存所有代码,因此在遇到类似情况时可以直接通过该平台进行查找。",
|
||||
"/2025/11/01/mirrors.html": "这篇文章讲述了作者为了提高博客的可靠性,探索利用被滥用的Git平台进行博客镜像的想法和实践。作者发现一些Git实例存在大量空仓库和异常用户,怀疑是SEO公司滥用,因此决定利用这些平台进行博客镜像备份,以应对平台倒闭或数据丢失的风险。作者选择Gitea和Forgejo平台作为目标,编写脚本自动注册账号并导入博客仓库,实现了自动化镜像分发。作者也意识到此类平台的稳定性存在不确定性,并思考了“量”和“质”两种方式确保博客永恒性的优劣,最终认为建立一个活跃的、自动执行维护操作的网络可能更有效。文章最后展示了作者创建的Git镜像列表,并表达了对博客永恒性的思考。",
|
||||
"/2025/12/01/linux.html": "这篇文章介绍了在浏览器中运行Linux的各种方法,从最初的纯JS虚拟机JSLinux,到后来的WASM虚拟机如v86、WebVM、WebCM,再到容器化方案container2wasm,以及直接将Linux内核编译为WASM的方案。作者详细对比了这些方案的优缺点,包括性能、兼容性、功能和开发难度。文章还提到了模仿Linux环境的WebContainers和JupyterLite,并最终认为虚拟机方案更靠谱,但对WASM的未来充满期待。作者最后表示,博客上添加类似功能的计划还在考虑中,目前主要分享了各种方法的探索过程。",
|
||||
"/2026/01/01/summary.html": "这篇文章介绍了作者对2025年的年终总结,主要表达了对自身状态的担忧和对未来的不确定感。作者认为自己在记忆和思考能力方面有所下滑,稳定性较低,且未能抓住资产保值的机会。同时,文章也记录了AI技术的飞速发展,以及自己博客内容与时代脱节的现象。尽管对未来感到迷茫,作者仍然抱有一丝希望,期望在2026年做出正确的选择,避免陷入危险。"
|
||||
"/2026/01/01/summary.html": "这篇文章介绍了作者对2025年的年终总结,主要表达了对自身状态的担忧和对未来的不确定感。作者认为自己在记忆和思考能力方面有所下滑,稳定性较低,且未能抓住资产保值的机会。同时,文章也记录了AI技术的飞速发展,以及自己博客内容与时代脱节的现象。尽管对未来感到迷茫,作者仍然抱有一丝希望,期望在2026年做出正确的选择,避免陷入危险。",
|
||||
"/2026/02/08/xslt.html": "这篇文章讲述了Google计划弃用XSLT技术,以及作者对这一决定的调查和应对方案。Google基于XSLT用户占比低、库存在漏洞等原因,建议将其从Web标准中删除。作者发现许多用户依赖XSLT进行博客订阅美化,甚至将其作为博客框架。为了对抗这一趋势,有人创建了网站https://xslt.rip,并开发了Polyfill库,通过WASM方式保持XSLT功能。虽然Polyfill库需要额外引用JS代码,但作者已将其提交至CDNJS。随后,作者探讨了替代方案,包括使用纯CSS美化订阅源(由AI生成feed.css),以及混合XHTML的方式,通过添加XHTML命名空间来实现链接等功能,但这种方法会产生“不纯粹”的警告。文章最后总结,技术可能会消失,但总有其他技术可以解决问题,并强调了适应浏览器厂商决策的重要性。"
|
||||
}
|
||||
@@ -21,3 +21,4 @@ Pinpe 的云端,https://pinpe.top/,https://pinpe.top/rss.xml,一个属于自己
|
||||
Chise Hachiroku,https://chise.hachiroku.com/zh/,https://chise.hachiroku.com/zh/feed/,向明日的辉迹,干杯!
|
||||
映屿,https://www.glowisle.me/,https://www.glowisle.me/atom.xml,关于互联网、书籍、生活琐事以及那些一闪而过的念头
|
||||
Restent's Notebook,https://blog.gxres.net/,https://blog.gxres.net/atom.xml,不前沿技术分享
|
||||
Coseroom,https://coseroom.com,,
|
||||
|
||||
|
@@ -10,20 +10,18 @@ https://git.pixie.town/mayx/mayx
|
||||
https://cgit.tilde.town/~mayx/blog
|
||||
https://gitlab.haskell.org/mayx/mayx
|
||||
https://repo2.serv00.com/git/pub/Mayx/mayx/
|
||||
https://www.gitlink.org.cn/mayx/blog
|
||||
https://git.minetest.land/Mayx/blog
|
||||
https://gitea.stormyhome.net/mayx/blog
|
||||
http://47.120.60.153:10880/mayx/blog
|
||||
http://61.139.16.27:26684/mayx/blog
|
||||
http://116.62.245.34:3000/mayx/blog
|
||||
http://1.6.141.109:3000/mayx/blog
|
||||
http://52.28.156.42/mayx/blog
|
||||
http://164.92.160.200:3000/mayx/blog
|
||||
https://git.tux.pizza/mayx/blog
|
||||
https://code.dsconce.space/mayx/blog
|
||||
https://git.anibilag.ru/mayx/blog
|
||||
https://git.lolpro11.me/mayx/blog
|
||||
https://git.empirica.pro/mayx/blog
|
||||
https://git.emanuelemiani.it/mayx/blog
|
||||
https://git.dehemi.com/mayx/blog
|
||||
http://101.66.229.132:61088/mayx/blog
|
||||
https://git.bp-web.app/mayx/blog
|
||||
@@ -35,13 +33,10 @@ https://gitea.nongnghiepso.com/mayx/blog
|
||||
https://codes.tools.asitavsen.com/mayx/blog
|
||||
http://122.116.190.233:3001/mayx/blog
|
||||
http://50.19.111.193:3000/mayx/blog
|
||||
https://git-test.zcy.dev/mayx/blog
|
||||
https://git.nothamor.com/mayx/blog
|
||||
https://git.zeroplay.io/mayx/blog
|
||||
https://git.successkaoyan.com/mayx/blog
|
||||
http://139.129.25.251:3000/mayx/blog
|
||||
http://45.33.87.87/mayx/blog
|
||||
https://git.rankenste.in/mayx/blog
|
||||
http://168.126.28.36:3000/mayx/blog
|
||||
http://120.79.27.232:3000/mayx/blog
|
||||
http://wangbeibei.xyz:6002/mayx/blog
|
||||
@@ -51,7 +46,6 @@ http://112.219.147.186:7000/mayx/blog
|
||||
https://git.rootfinlay.co.uk/mayx/blog
|
||||
https://repo.beithing.com/mayx/blog
|
||||
https://git.yi-guanjia.com/mayx/blog
|
||||
https://git.repo.in.net/mayx/blog
|
||||
https://gitea.belanjaparts.com/mayx/blog
|
||||
http://185.208.225.190:3000/mayx/blog
|
||||
https://git.sudo-fhir.au/mayx/blog
|
||||
@@ -64,18 +58,12 @@ http://103.231.8.120/mayx/blog
|
||||
https://gitea.jasonstolle.com/mayx/blog
|
||||
http://8.134.61.107:3000/mayx/blog
|
||||
http://47.107.88.161:3000/mayx/blog
|
||||
https://git.votava.org/mayx/blog
|
||||
https://gitea.madf12.com/mayx/blog
|
||||
http://8.134.104.234:3000/mayx/blog
|
||||
https://gitea.carmon.co.kr/mayx/blog
|
||||
http://142.171.47.170:3000/mayx/blog
|
||||
http://111.231.146.230:8418/mayx/blog
|
||||
https://git.winscloud.net/mayx/blog
|
||||
https://git.pwaapp.cc/mayx/blog
|
||||
http://119.28.73.80:5000/mayx/blog
|
||||
http://194.60.231.252:3000/mayx/blog
|
||||
https://git.sleepingforest.co.uk/mayx/blog
|
||||
https://git.brb.homeip.net/mayx/blog
|
||||
https://an360.top/mayx/blog
|
||||
https://gitea.chenxu2233.com/mayx/blog
|
||||
http://106.15.78.64:3000/mayx/blog
|
||||
@@ -83,20 +71,15 @@ http://hoenking.cn:3000/mayx/blog
|
||||
https://gitea.anessen.xyz/mayx/blog
|
||||
https://git.cjcrace.io/mayx/blog
|
||||
https://git.wisder.net/mayx/blog
|
||||
http://8.138.187.97:3000/mayx/blog
|
||||
https://git2.ujin.tech/mayx/blog
|
||||
http://111.119.244.185:3000/mayx/blog
|
||||
http://110.41.179.36:13000/mayx/blog
|
||||
https://git.moonwoou.com/mayx/blog
|
||||
https://git.tomlab.dev/mayx/blog
|
||||
http://182.92.109.202:8070/mayx/blog
|
||||
http://94.130.182.154:3000/mayx/blog
|
||||
https://git.unicom.studio/mayx/blog
|
||||
http://43.138.173.153:8804/mayx/blog
|
||||
http://frktedu.ru:3000/mayx/blog
|
||||
https://git.lokalix.de/mayx/blog
|
||||
http://8.141.14.13:3000/mayx/blog
|
||||
http://139.196.201.231:3000/mayx/blog
|
||||
https://git.influxfin.com/mayx/blog
|
||||
https://git.programar.io/mayx/blog
|
||||
http://219.157.255.213:25311/mayx/blog
|
||||
@@ -104,13 +87,10 @@ https://git.melvincarvalho.com/mayx/blog
|
||||
https://gitea.aerwen.net/mayx/blog
|
||||
https://git.vekus.ru/mayx/blog
|
||||
https://gitea.svc.obaa.cloud/mayx/blog
|
||||
http://8.134.64.84:3000/mayx/blog
|
||||
https://gitea.blubeacon.com/mayx/blog
|
||||
http://116.204.75.78:6180/mayx/blog
|
||||
https://git.ods-company.ru/mayx/blog
|
||||
http://109.228.48.121:8000/mayx/blog
|
||||
https://bk-house.synology.me:3081/mayx/blog
|
||||
http://123.57.95.66:9000/mayx/blog
|
||||
https://git.sparrowcomm.com/mayx/blog
|
||||
https://git.hubhoo.com/mayx/blog
|
||||
https://git.ultra.pub/mayx/blog
|
||||
@@ -119,7 +99,6 @@ https://saga.iao.ru:3043/mayx/blog
|
||||
https://git.sayndone.ru/mayx/blog
|
||||
https://gitea.hintsight.com/mayx/blog
|
||||
https://anzsco.co.nz/mayx/blog
|
||||
https://git.valami.giize.com/mayx/blog
|
||||
https://git.simbarbet.com/mayx/blog
|
||||
https://git.saintdoggie.org/mayx/blog
|
||||
http://blackobelisk.xyz:3000/mayx/blog
|
||||
@@ -129,19 +108,14 @@ https://git.tech.troyrc.com/mayx/blog
|
||||
http://git.zkyspace.top/mayx/blog
|
||||
http://149.88.87.128:3000/mayx/blog
|
||||
http://124.70.167.140:3000/mayx/blog
|
||||
http://8.137.38.60:8201/mayx/blog
|
||||
http://112.74.106.216:3000/mayx/blog
|
||||
http://77.223.118.106:8081/mayx/blog
|
||||
https://git.the-kn.com/mayx/blog
|
||||
https://gitea.net50.ne.jp/mayx/blog
|
||||
https://git.ism-dev.net/mayx/blog
|
||||
http://sinzero.xyz:3000/mayx/blog
|
||||
https://gitea.b54.co/mayx/blog
|
||||
https://git.matevi.sh/mayx/blog
|
||||
http://213.35.118.215:60001/mayx/blog
|
||||
https://git.jasonpittman.com/mayx/blog
|
||||
https://gitea.shirom.me/mayx/blog
|
||||
http://1.95.221.174:3000/mayx/blog
|
||||
https://git.wangxinlei.cn/mayx/blog
|
||||
http://101.200.74.121:3000/mayx/blog
|
||||
http://123.56.193.182:3000/mayx/blog
|
||||
@@ -155,12 +129,9 @@ http://116.236.50.103:8789/mayx/blog
|
||||
https://git.paulll.cc/mayx/blog
|
||||
https://gitea.reimann.ee/mayx/blog
|
||||
http://109.74.197.189/mayx/blog
|
||||
https://git.nussi.net/mayx/blog
|
||||
http://94.224.160.69:7990/mayx/blog
|
||||
https://git.hxps.ru/mayx/blog
|
||||
https://gitea.ekjeong.synology.me/mayx/blog
|
||||
https://git.d4m13n.dev/mayx/blog
|
||||
https://git.4lcap.com/mayx/blog
|
||||
https://git.stit.tech/mayx/blog
|
||||
https://www.9miao.fun:6839/mayx/blog
|
||||
https://git.autotion.net/mayx/blog
|
||||
@@ -178,19 +149,16 @@ https://git.kimcblog.com/mayx/blog
|
||||
https://git.minaev.su/mayx/blog
|
||||
https://git.0fs.ru/mayx/blog
|
||||
https://git.bremauer.cc/mayx/blog
|
||||
http://119.3.29.177:3000/mayx/blog
|
||||
http://47.110.224.240:13000/mayx/blog
|
||||
http://194.67.86.160:3100/mayx/blog
|
||||
http://47.101.58.33:3000/mayx/blog
|
||||
https://gitea.synapsetec.cn/mayx/blog
|
||||
http://gitea.yunshanghub.com:8081/mayx/blog
|
||||
https://repo.c-software.id/mayx/blog
|
||||
http://113.177.27.200:2033/mayx/blog
|
||||
http://152.69.204.151:3000/mayx/blog
|
||||
http://207.180.229.193:3001/mayx/blog
|
||||
https://g2.m8il.in/mayx/blog
|
||||
http://34.81.52.16/mayx/blog
|
||||
http://120.78.74.94:3000/mayx/blog
|
||||
https://git.genowisdom.cn/mayx/blog
|
||||
http://120.26.116.243:3000/mayx/blog
|
||||
http://123.57.16.111:3000/mayx/blog
|
||||
@@ -218,8 +186,6 @@ http://116.63.173.179:8001/mayx/blog
|
||||
https://git.iop.plus/mayx/blog
|
||||
http://47.114.82.162:3000/mayx/blog
|
||||
http://114.116.79.196/mayx/blog
|
||||
https://gitea.cybs.io/mayx/blog
|
||||
https://gitea.fcliu.net/mayx/blog
|
||||
http://git.yinas.cn/mayx/blog
|
||||
http://git.chilidoginteractive.com:3000/mayx/blog
|
||||
http://121.40.40.177:3000/mayx/blog
|
||||
@@ -248,7 +214,6 @@ https://k0ki-dev.com/mayx/blog
|
||||
http://110.42.45.89:2052/mayx/blog
|
||||
https://git.furcom.org/mayx/blog
|
||||
http://47.109.95.73:3000/mayx/blog
|
||||
http://8.133.240.249:3456/mayx/blog
|
||||
http://34.102.70.200:3000/mayx/blog
|
||||
http://175.178.219.170:3000/mayx/blog
|
||||
https://code.miraclezhb.com/mayx/blog
|
||||
@@ -278,7 +243,6 @@ https://git.baneynet.net/mayx/blog
|
||||
https://git.gupaoedu.cn/mayx/blog
|
||||
http://60.205.233.184:3010/mayx/blog
|
||||
https://git.ricecakecat.com/mayx/blog
|
||||
https://gittea.biveki.ru/mayx/blog
|
||||
https://git.7milch.com/mayx/blog
|
||||
https://git.sitenevis.com/mayx/blog
|
||||
https://git.nightime.org/mayx/blog
|
||||
@@ -292,8 +256,6 @@ https://git.git-happens.de/mayx/blog
|
||||
http://101.35.183.241/mayx/blog
|
||||
https://gitea.quiztimes.nl/mayx/blog
|
||||
http://106.14.189.125:3000/mayx/blog
|
||||
https://git.hundseth.com/mayx/blog
|
||||
https://travgit.guillorystack.com/mayx/blog
|
||||
http://gitea.coderpath.com/mayx/blog
|
||||
https://gitea.thanh0x.com/mayx/blog
|
||||
http://175.198.180.19:3000/mayx/blog
|
||||
@@ -303,22 +265,18 @@ https://git.hantify.ru/mayx/blog
|
||||
http://43.136.169.169:3000/mayx/blog
|
||||
http://121.196.213.68:3000/mayx/blog
|
||||
https://git.vereint-digital.de/mayx/blog
|
||||
https://git.advarna.fr/mayx/blog
|
||||
http://111.198.4.69:8092/mayx/blog
|
||||
https://git.lakaweb.com/mayx/blog
|
||||
https://forge.coreymclark.com/mayx/blog
|
||||
http://ems.iclematis.com:30000/mayx/blog
|
||||
https://git.micahmoore.io/mayx/blog
|
||||
https://schokigeschmack.de/mayx/blog
|
||||
https://git.anatid.net/mayx/blog
|
||||
https://git.lekai.info/mayx/blog
|
||||
https://git.avclick.ru/mayx/blog
|
||||
http://135.235.225.198:3000/mayx/blog
|
||||
https://git.sick.earth/mayx/blog
|
||||
https://git.prayujt.com/mayx/blog
|
||||
https://git.galaxylabs.ca/mayx/blog
|
||||
https://gitlab.n8n-store.xyz/mayx/blog
|
||||
https://gitea.katiethe.dev/mayx/blog
|
||||
http://159.203.33.179:3000/mayx/blog
|
||||
http://117.72.114.197:3000/mayx/blog
|
||||
https://git.ashcloud.com/mayx/blog
|
||||
@@ -334,12 +292,12 @@ http://sjhome.cloud:3000/mayx/blog
|
||||
https://gitea.sciotech.cn/mayx/blog
|
||||
http://8.148.220.5:8089/mayx/blog
|
||||
http://8.140.250.85:3000/mayx/blog
|
||||
https://git.emanuelemiani.it/mayx/blog
|
||||
http://8.134.11.35:3000/mayx/blog
|
||||
https://git.ctx.dev/mayx/blog
|
||||
https://nas.szwyll.com:3000/mayx/blog
|
||||
https://git.koppa.pro/mayx/blog
|
||||
http://202.65.194.19:3000/mayx/blog
|
||||
http://8.148.234.146:3001/mayx/blog
|
||||
http://www.bzturbo.com.br/mayx/blog
|
||||
https://git.maiasoft.jp/mayx/blog
|
||||
https://gitea.xala.dev/mayx/blog
|
||||
@@ -361,7 +319,6 @@ http://139.129.21.166:3000/mayx/blog
|
||||
http://111.231.240.168:9082/mayx/blog
|
||||
https://git.afonsosoares.com/mayx/blog
|
||||
http://209.141.47.52:3000/mayx/blog
|
||||
https://git.apfern.com/mayx/blog
|
||||
http://dapainas.asia:5990/mayx/blog
|
||||
http://60.204.158.188:3000/mayx/blog
|
||||
https://zqz5.com/mayx/blog
|
||||
@@ -415,7 +372,6 @@ http://117.72.15.187:3000/mayx/blog
|
||||
http://81.70.30.91:3000/mayx/blog
|
||||
https://gitea.kisechan.space/mayx/blog
|
||||
http://140.238.9.133:3007/mayx/blog
|
||||
http://8.138.100.115:3000/mayx/blog
|
||||
https://git.mwapp.com.br/mayx/blog
|
||||
http://yidaima.cn:6008/mayx/blog
|
||||
http://185.126.237.57:3000/mayx/blog
|
||||
@@ -428,16 +384,13 @@ http://down.luanhailiang.cn:9000/mayx/blog
|
||||
http://39.96.195.72:10082/mayx/blog
|
||||
https://gitea.klopfenstein.org/mayx/blog
|
||||
http://8.148.24.160:3000/mayx/blog
|
||||
http://221.219.181.35:30000/mayx/blog
|
||||
https://221.219.181.35:30000/mayx/blog
|
||||
http://172.172.102.93:3000/mayx/blog
|
||||
http://139.196.179.195:3000/mayx/blog
|
||||
http://115.120.245.164:3000/mayx/blog
|
||||
http://120.27.19.58:30000/mayx/blog
|
||||
https://gitea.suchodupin.com/mayx/blog
|
||||
http://117.72.219.18:6000/mayx/blog
|
||||
http://35.194.179.90:3000/mayx/blog
|
||||
http://188.245.173.247:3080/mayx/blog
|
||||
http://8.153.14.94:61308/mayx/blog
|
||||
http://66.179.208.56:3001/mayx/blog
|
||||
http://59.110.63.79:13000/mayx/blog
|
||||
http://59.110.63.80:3000/mayx/blog
|
||||
@@ -459,9 +412,7 @@ http://120.211.66.170:8418/mayx/blog
|
||||
http://187.189.244.23:3000/mayx/blog
|
||||
http://58.176.21.43:9004/mayx/blog
|
||||
https://gitea.vilcap.com/mayx/blog
|
||||
http://8.137.94.229:3000/mayx/blog
|
||||
http://121.196.245.62/mayx/blog
|
||||
http://47.102.209.69:53000/mayx/blog
|
||||
http://116.205.97.109:3000/mayx/blog
|
||||
https://gitea.ysme.top/mayx/blog
|
||||
http://8.140.242.230:3000/mayx/blog
|
||||
@@ -481,7 +432,6 @@ http://110.41.177.80:5000/mayx/blog
|
||||
https://gitea.dsmaster.myds.me/mayx/blog
|
||||
http://intechrnd.iptime.org:3000/mayx/blog
|
||||
https://gitea.primecontrols-dev.com/mayx/blog
|
||||
http://39.104.61.219:3000/mayx/blog
|
||||
http://www.scserverddns.top:13000/mayx/blog
|
||||
http://156.255.1.229:3000/mayx/blog
|
||||
https://git.ndpcloud.ru/mayx/blog
|
||||
@@ -512,10 +462,8 @@ http://8.129.11.230:7002/mayx/blog
|
||||
http://115.190.107.87:3000/mayx/blog
|
||||
https://git.hast.one/mayx/blog
|
||||
http://106.12.50.144:8081/mayx/blog
|
||||
http://43.192.90.133/mayx/blog
|
||||
http://120.77.94.227:9999/mayx/blog
|
||||
https://code.wxk8.com/mayx/blog
|
||||
http://www.befitsoft.com/mayx/blog
|
||||
http://36.213.200.127:23000/mayx/blog
|
||||
http://8.155.58.218:9000/mayx/blog
|
||||
http://fanlibo.i234.me:8418/mayx/blog
|
||||
@@ -531,7 +479,6 @@ http://120.27.238.24:3000/mayx/blog
|
||||
https://code.diekabuths.dynu.net/mayx/blog
|
||||
http://69.62.64.52:3333/mayx/blog
|
||||
https://git.flymiracle.com/mayx/blog
|
||||
https://git.scene.to/mayx/blog
|
||||
https://git.auwiesen2.de/mayx/blog
|
||||
http://naughtycat.biz:3333/mayx/blog
|
||||
https://git.p1.bitstorm.co.nz/mayx/blog
|
||||
@@ -553,7 +500,6 @@ http://8.148.31.14:3000/mayx/blog
|
||||
http://55x.top:9300/mayx/blog
|
||||
https://gitea.lelespace.top/mayx/blog
|
||||
https://git.lmbrs.org/mayx/blog
|
||||
https://fj.sinesation.com/mayx/blog
|
||||
http://47.94.246.1:3000/mayx/blog
|
||||
http://103.87.67.60:3100/mayx/blog
|
||||
https://docker-registry-lszz.uj.com.tw/mayx/blog
|
||||
@@ -574,5 +520,16 @@ http://39.99.175.172:8000/mayx/blog
|
||||
http://8.138.13.251:3000/mayx/blog
|
||||
http://47.115.223.229:8888/mayx/blog
|
||||
http://47.105.59.0:5132/mayx/blog
|
||||
https://git.veran.link/mayx/blog
|
||||
http://104.254.131.244:3000/mayx/blog
|
||||
https://gitea.alacloud.de/mayx/blog
|
||||
https://git.tobiasweise.dev/mayx/blog
|
||||
http://176.124.216.7/mayx/blog
|
||||
https://publica-gitea.a.cnpgc.embrapa.br/mayx/blog
|
||||
https://code.cif.su/mayx/blog
|
||||
http://47.99.119.173:13000/mayx/blog
|
||||
http://47.97.225.73:3000/mayx/blog
|
||||
http://git.topsailiot.com/mayx/blog
|
||||
https://git.monogps.com/mayx/blog
|
||||
https://gitea.brmm.ovh/mayx/blog
|
||||
https://git.cynic.moe/mayx/blog
|
||||
https://git.muellers-software.org/mayx/blog
|
||||
|
||||
|
@@ -18,6 +18,7 @@ mirrors:
|
||||
- https://mabbs.kinsta.page/
|
||||
- https://mayx.codeberg.page/
|
||||
- https://mayx.pages.lain.la/
|
||||
- https://mayx.pages.hast.one/
|
||||
- https://mayx.4everland.app/
|
||||
- https://mayx.readthedocs.io/
|
||||
- https://mayx.sourceforge.io/
|
||||
|
||||
@@ -97,7 +97,7 @@ layout: xslt_container
|
||||
{% include live2d.html %}
|
||||
<footer>
|
||||
<p>
|
||||
<small>Made with ❤ by Mayx<br />Last updated at {{ site.time | date: "%F %T" }}<br /> 总字数:{% include_cached word_count.html %} - 文章数:{{ site.posts.size }} - <a href="{{ site.feed.path | relative_url }}" >Atom</a> - <a href="{{ "/README.html" | relative_url }}" >About</a></small>
|
||||
<small>Made with ❤ by Mayx<br />Last updated at {{ site.time | date: "%F %T" }}<br /> 总字数:{% include_cached word_count.html %} - 文章数:{{ site.posts.size }} - <a href="/rss.xml">Feed</a> - <a href="{{ "/README.html" | relative_url }}" >About</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
@@ -2,130 +2,124 @@
|
||||
@namespace content "http://purl.org/rss/1.0/modules/content/";
|
||||
@namespace dc "http://purl.org/dc/elements/1.1/";
|
||||
|
||||
:root {
|
||||
--bg-color: #f4f5f7;
|
||||
--card-bg: #ffffff;
|
||||
--text-main: #222;
|
||||
--text-muted: #555;
|
||||
--text-light: #888;
|
||||
--max-width: 780px;
|
||||
}
|
||||
|
||||
/* 深色模式适配 */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--bg-color: #1a1a1c;
|
||||
--card-bg: #2c2c2e;
|
||||
--text-main: #e5e5e7;
|
||||
--text-muted: #a1a1a6;
|
||||
--text-light: #707074;
|
||||
}
|
||||
}
|
||||
|
||||
body,
|
||||
rss,
|
||||
atom|feed {
|
||||
font-family: -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", Roboto,
|
||||
"Noto Sans SC", "PingFang SC",
|
||||
"Microsoft YaHei", Arial, sans-serif;
|
||||
background: #f4f5f7;
|
||||
color: #222;
|
||||
margin: 0;
|
||||
padding: 2em 1em;
|
||||
/* 左右内边距 1em,竖屏不贴边 */
|
||||
font-size: 14px;
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
|
||||
background: var(--bg-color);
|
||||
color: var(--text-main);
|
||||
margin: 0 auto; /* 合并 margin */
|
||||
padding: 2rem 1rem;
|
||||
font-size: 16px; /* 稍微调大基础字号提升阅读感 */
|
||||
line-height: 1.6;
|
||||
|
||||
max-width: 780px;
|
||||
/* 最大宽度,桌面端居中 */
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: var(--max-width);
|
||||
}
|
||||
|
||||
/* 标题样式优化 */
|
||||
channel > title,
|
||||
atom|feed > atom|title {
|
||||
display: block;
|
||||
font-size: 1.7em;
|
||||
font-weight: 700;
|
||||
margin: 0 0 1.2em 0;
|
||||
font-size: 2rem;
|
||||
font-weight: 800;
|
||||
text-align: center;
|
||||
letter-spacing: -0.01em;
|
||||
margin: 0 0 0.5rem 0;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
||||
/* 列表卡片 */
|
||||
item,
|
||||
atom|entry {
|
||||
display: block;
|
||||
background: #ffffff;
|
||||
padding: 1.1em 1.2em;
|
||||
margin-bottom: 1.1em;
|
||||
border-radius: 14px;
|
||||
box-shadow:
|
||||
0 8px 24px rgba(0, 0, 0, 0.04),
|
||||
0 2px 6px rgba(0, 0, 0, 0.03);
|
||||
background: var(--card-bg);
|
||||
padding: 1.5rem;
|
||||
margin-bottom: 1.25rem;
|
||||
border-radius: 16px;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
item:hover,
|
||||
atom|entry:hover {
|
||||
transform: translateY(-2px); /* 轻微悬停效果 */
|
||||
}
|
||||
|
||||
item > title,
|
||||
atom|entry > atom|title {
|
||||
display: block;
|
||||
font-size: 1.15em;
|
||||
font-size: 1.25rem;
|
||||
font-weight: 600;
|
||||
margin-bottom: 0.45em;
|
||||
color: #111;
|
||||
letter-spacing: -0.01em;
|
||||
margin-bottom: 0.5rem;
|
||||
color: var(--text-main);
|
||||
}
|
||||
|
||||
/* 多行省略号优化 */
|
||||
item > description,
|
||||
atom|entry > atom|summary {
|
||||
display: block;
|
||||
color: #555;
|
||||
line-height: 1.65;
|
||||
max-height: 16.5em;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 4; /* 最多显示4行,自动加省略号 */
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
color: var(--text-muted);
|
||||
font-size: 0.95rem;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
item>description::after,
|
||||
atom|entry>atom|summary::after {
|
||||
content: "…";
|
||||
position: absolute;
|
||||
right: 0.3em;
|
||||
bottom: 0;
|
||||
padding-left: 1.5em;
|
||||
background: linear-gradient(to right,
|
||||
rgba(255, 255, 255, 0),
|
||||
#ffffff 70%);
|
||||
font-weight: 600;
|
||||
/* 元数据(日期) */
|
||||
item > pubDate,
|
||||
atom|entry > atom|updated {
|
||||
display: block;
|
||||
color: var(--text-light);
|
||||
font-size: 0.85rem;
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
||||
link,
|
||||
guid,
|
||||
pubDate,
|
||||
author,
|
||||
category,
|
||||
comments,
|
||||
source,
|
||||
enclosure,
|
||||
content|encoded,
|
||||
dc|creator,
|
||||
lastBuildDate,
|
||||
atom|id,
|
||||
atom|link,
|
||||
atom|updated,
|
||||
atom|published,
|
||||
atom|author,
|
||||
atom|category,
|
||||
atom|rights,
|
||||
atom|content,
|
||||
language,
|
||||
generator {
|
||||
/* 隐藏不需要的元素 */
|
||||
link, guid, author, category, comments, source, enclosure,
|
||||
content|encoded, dc|creator, lastBuildDate,
|
||||
atom|id, atom|link, atom|updated, atom|published, atom|author,
|
||||
atom|category, atom|rights, atom|content,
|
||||
language, generator {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* 副标题与说明文字 */
|
||||
channel > description,
|
||||
atom|feed > atom|subtitle {
|
||||
display: block;
|
||||
margin: 0.4em 0 2em 0;
|
||||
/* 与条目明显拉开 */
|
||||
text-align: center;
|
||||
color: #666;
|
||||
font-size: 0.95em;
|
||||
color: var(--text-muted);
|
||||
font-size: 1rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
channel>title,
|
||||
atom|feed>atom|title {
|
||||
margin-bottom: 0.4em;
|
||||
/* 原来较紧,这里放松 */
|
||||
}
|
||||
|
||||
atom|feed>atom|subtitle::after,
|
||||
channel>description::after {
|
||||
channel > description::after,
|
||||
atom|feed > atom|subtitle::after {
|
||||
content: "这是一个订阅源(Feed)。复制当前URL到任何支持 Atom/RSS 的阅读器,即可订阅本博客的最新文章。\A以下展示了此订阅源包含的最新文章:";
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-size: 0.95em;
|
||||
color: #666;
|
||||
margin: 1em 0 2em 0;
|
||||
line-height: 1.5;
|
||||
white-space: pre-wrap;
|
||||
font-size: 0.875rem;
|
||||
color: var(--text-light);
|
||||
margin-top: 1rem;
|
||||
padding: 1rem;
|
||||
border-top: 1px solid rgba(128, 128, 128, 0.2);
|
||||
}
|
||||
@@ -121,6 +121,7 @@ div.highlight button:hover {
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.footnotes p {
|
||||
margin: 0;
|
||||
text-indent: 0;
|
||||
@@ -129,16 +130,21 @@ div.highlight button:hover {
|
||||
.wrapper {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
header {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
section {
|
||||
width: 65%;
|
||||
}
|
||||
@media print, screen and (max-width: 960px) {
|
||||
|
||||
@media print,
|
||||
screen and (max-width: 960px) {
|
||||
.wrapper {
|
||||
width: auto;
|
||||
}
|
||||
@@ -177,3 +183,11 @@ code.highlighter-rouge{
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
td.h-entry {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
td.h-entry:hover {
|
||||
background: #f9f9f9;
|
||||
}
|
||||
Reference in New Issue
Block a user