mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-02 01:54:50 +00:00
57 lines
No EOL
2.7 KiB
TypeScript
57 lines
No EOL
2.7 KiB
TypeScript
export default {
|
||
banner: {
|
||
title: "Cloverta的博客",
|
||
subtitle: "在这里,发现更多(雾)欢迎来到三叶的博客🥳"
|
||
},
|
||
nav: {
|
||
home: "首页",
|
||
posts: "文章",
|
||
tags: "标签",
|
||
about: "关于",
|
||
timeline: "时间轴",
|
||
friends: "友链"
|
||
},
|
||
post: {
|
||
writtenBy: "作者",
|
||
comments: "评论",
|
||
publishedOn: "发布于",
|
||
},
|
||
theme: {
|
||
toggle: "切换主题",
|
||
},
|
||
langSwitcher: "EN",
|
||
home: {
|
||
title: "欢迎光临,请进门左转",
|
||
content: [
|
||
"见字如晤,展信舒颜。楮墨有限,不尽欲言。",
|
||
"欢迎来到三叶的博客。",
|
||
]
|
||
},
|
||
about: {
|
||
title: "关于我,和这个博客",
|
||
name: "三叶",
|
||
slogan: "Sata Andagi!!!",
|
||
profilePicture: "https://files.seeusercontent.com/2026/03/24/Ne8b/009BC44B87E00F74351AA6730F8B7353.jpg",
|
||
content: [
|
||
"我是?你是?我是??",
|
||
"无论你是因为什么点开了这个页面,都很高兴能在互联网中偶遇你。",
|
||
'这个博客使用 <a href="https://astro.build/">Astro</a> 构建,是一个完全静态的纯前端网页。相比第三方商业博客平台或 WordPress,它更简洁、更高效、更快速,并且(至少在我的审美里)也更美观。',
|
||
"最初,我曾在服务器上自建过 WordPress,但它实在太重了——加载短短几百字的文章竟然也要花上好几秒。这对于任何一个火急火燎地上网查解决方案的码农来说,都是相当折磨的事情。因此,我从很久以前就想着自己从头写一个静态博客。",
|
||
"如你所见,这个网站的功能现在可能还不算完善。我会在接下来的时间里慢慢把它维护好。",
|
||
"这个博客在设计理念上参考了:",
|
||
'· <a href="https://ex-tasty.com/">極限風味</a>',
|
||
'· <a href="https://blog.cloudti.de/">Parsifal\'s Blog</a>',
|
||
"· 还有一些已经忘记名字的网站",
|
||
"谢谢你们的想法和热情!",
|
||
"此外,这个博客完全开源,你可以从页脚的链接处获取它的源代码。",
|
||
]
|
||
},
|
||
tags: {
|
||
title: "标签",
|
||
description: "在这里收集着整篇博客出现过的标签,点击标签跳转对应的文章列表。",
|
||
},
|
||
footer: {
|
||
githubIntro: '在 <a href="https://www.github.com/ClovertaTheTrilobita">GitHub</a> 查看更多!',
|
||
repoIntro: '这个博客完全开源于 <a href="https://www.github.com/ClovertaTheTrilobita/SanYeCao-blog">ClovertaTheTrilobita/SanYeCao-blog</a>'
|
||
}
|
||
}; |