Compare commits

...

3 commits

Author SHA1 Message Date
b1851ec550 Merge branch 'master' into blog-content
Some checks are pending
Deploy Astro Blog / build-and-deploy (push) Waiting to run
2026-04-01 18:10:04 +03:00
62036d3e5b update link to projects 2026-04-01 18:09:50 +03:00
4453bfc694 add friends 2026-04-01 17:43:31 +03:00
3 changed files with 8 additions and 2 deletions

6
src/friends/juliet.md Normal file
View file

@ -0,0 +1,6 @@
---
name: 'NeoJuliet'
description: "似乎来到了没有知识存在的荒原??"
url: "https://neojulietblog.netlify.app/"
avatar: 'https://neojulietblog.netlify.app/images/avatar.JPG/'
---

View file

@ -51,7 +51,7 @@ export default {
description: "All tags that have appeared across the blog are collected here. Click a tag to jump to the corresponding list of posts."
},
footer: {
githubIntro: 'See more on <a href="https://www.github.com/ClovertaTheTrilobita">GitHub</a>!',
githubIntro: 'See more on <a href="https://repo.cloverta.top/cloverta">Forgejo</a>!',
repoIntro: 'This blog is fully open source at <a href="https://repo.cloverta.top/cloverta/SanYeCao-blog">ClovertaTheTrilobita/SanYeCao-blog</a>'
}
};

View file

@ -51,7 +51,7 @@ export default {
description: "在这里收集着整篇博客出现过的标签,点击标签跳转对应的文章列表。",
},
footer: {
githubIntro: '在 <a href="https://www.github.com/ClovertaTheTrilobita">GitHub</a> 查看更多!',
githubIntro: '在 <a href="https://repo.cloverta.top/cloverta">Forgejo</a> 查看更多!',
repoIntro: '这个博客完全开源于 <a href="https://repo.cloverta.top/cloverta/SanYeCao-blog">ClovertaTheTrilobita/SanYeCao-blog</a>'
}
};