Update 3 files

- /README.md
- /_data/ai-cache.json
- /feed.xslt.xml
This commit is contained in:
mayx
2025-05-12 14:47:25 +00:00
parent 6de5898f85
commit 17c27841b0
3 changed files with 5 additions and 4 deletions

View File

@ -6,12 +6,12 @@ layout: default
Mayx's Home Page Mayx's Home Page
Powered by [Jekyll](https://github.com/jekyll/jekyll) Powered by [Jekyll](https://github.com/jekyll/jekyll)
[![pages-build-deployment](https://github.com/Mabbs/mabbs.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/Mabbs/mabbs.github.io/actions/workflows/pages/pages-build-deployment) [![pages-build-deployment](https://github.com/Mabbs/mabbs.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/Mabbs/mabbs.github.io/actions/workflows/pages/pages-build-deployment) [![Jekyll](https://img.shields.io/badge/Powered%20by-Jekyll-red?logo=jekyll)](https://github.com/jekyll/jekyll)
[![GitLab deployments](https://gitlab.com/mayx/mayx.gitlab.io/badges/master/pipeline.svg)](https://gitlab.com/mayx/mayx.gitlab.io/-/pipelines)
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fmabbs.github.io)](https://mabbs.github.io) [![Website](https://img.shields.io/website?url=https%3A%2F%2Fmabbs.github.io)](https://mabbs.github.io)
[![GitHub repo size](https://img.shields.io/github/repo-size/Mabbs/mabbs.github.io?label=Size)](https://github.com/Mabbs/mabbs.github.io) [![GitHub repo size](https://img.shields.io/github/repo-size/Mabbs/mabbs.github.io?label=Size)](https://github.com/Mabbs/mabbs.github.io)
[![Commits](https://img.shields.io/github/commit-activity/t/Mabbs/mabbs.github.io?label=Commits)](https://github.com/Mabbs/mabbs.github.io/commits/master/) [![Commits](https://img.shields.io/github/commit-activity/t/Mabbs/mabbs.github.io?label=Commits)](https://github.com/Mabbs/mabbs.github.io/commits/master/)
[![Gitalk](https://img.shields.io/github/issues-raw/Mabbs/mabbs.github.io/Gitalk?label=Gitalk&color=blue)](https://github.com/Mabbs/mabbs.github.io/issues?q=is%3Aissue%20state%3Aopen%20label%3AGitalk) [![Gitalk](https://img.shields.io/github/issues-raw/Mabbs/mabbs.github.io/Gitalk?label=Gitalk&color=blue)](https://github.com/Mabbs/mabbs.github.io/issues?q=is%3Aissue%20state%3Aopen%20label%3AGitalk)
[![GitLab deployments](https://gitlab.com/mayx/mayx.gitlab.io/badges/master/pipeline.svg)](https://gitlab.com/mayx/mayx.gitlab.io/-/pipelines) [![Netlify Status](https://api.netlify.com/api/v1/badges/76b7229e-4e96-4d67-b4d7-4db4dabfb2eb/deploy-status)](https://app.netlify.com/sites/mayx/deploys) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Mabbs/mabbs.github.io)
[![Github Stars](https://img.shields.io/github/stars/Mabbs/mabbs.github.io)](https://github.com/Mabbs/mabbs.github.io/stargazers) [![Github Stars](https://img.shields.io/github/stars/Mabbs/mabbs.github.io)](https://github.com/Mabbs/mabbs.github.io/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/Mabbs/mabbs.github.io)](https://github.com/Mabbs/mabbs.github.io/forks) [![GitHub forks](https://img.shields.io/github/forks/Mabbs/mabbs.github.io)](https://github.com/Mabbs/mabbs.github.io/forks)
[![GitLab Stars](https://img.shields.io/gitlab/stars/mayx%2Fmayx.gitlab.io)](https://gitlab.com/mayx/mayx.gitlab.io/-/starrers) [![GitLab Stars](https://img.shields.io/gitlab/stars/mayx%2Fmayx.gitlab.io)](https://gitlab.com/mayx/mayx.gitlab.io/-/starrers)

File diff suppressed because one or more lines are too long

View File

@ -101,7 +101,7 @@ https://nicolas-hoizey.com/feeds/all.xml
</a> </a>
</h3> </h3>
<small class="gray"> <small class="gray">
Published: <xsl:value-of select="pubDate" /> Published: <xsl:value-of select="substring(pubDate, 0, 17)" />
</small> </small>
<p><xsl:value-of select="description"/></p> <p><xsl:value-of select="description"/></p>
</div> </div>