export default {
banner: {
title: "Cloverta's Blog",
subtitle: ""
},
nav: {
home: "Home",
posts: "Posts",
tags: "Tags",
about: "About",
timeline: "timeline",
},
post: {
writtenBy: "Written by",
comments: "Comments",
publishedOn: "Published on",
},
theme: {
toggle: "Toggle theme",
},
langSwitcher: "中文",
home: {
title: "Welcome in — please mind the gap",
content: [
"These few lines speak what the heart would say; Ink and paper end, but thoughts still stay",
"Welcome to Cloverta's blog.",
]
},
about: {
title: "About Me, and This Blog",
name: "Cloverta",
slogan: "Sata Andagi!!!",
profilePicture: "https://files.seeusercontent.com/2026/03/24/Ne8b/009BC44B87E00F74351AA6730F8B7353.jpg",
content: [
"Who am I? Who are you? What even am I?",
"Whatever brought you to this page, I'm glad our paths crossed here on the internet.",
'This blog is built with Astro and is a fully static frontend website. Compared with third-party commercial blog platforms or WordPress, it is simpler, more efficient, faster, and, at least to my taste, more beautiful.',
"At first, I self-hosted WordPress on my server, but it was just too heavy — loading an article of only a few hundred words could still take several seconds. For any programmer anxiously searching online for a solution, that can be quite frustrating. So for a long time, I had wanted to build a static blog from scratch myself.",
"As you can see, the functionality of this website may still be incomplete for now. I will continue improving and maintaining it over time.",
"The design of this blog was inspired by:",
'· 極限風味',
'· Parsifal\'s Blog',
"· And some other websites whose names I have unfortunately forgotten",
"Thank you for your ideas and passion!",
"In addition, this blog is fully open source. You can find its source code through the link in the footer.",
]
},
tags: {
title: "Tags",
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 GitHub!',
repoIntro: 'This blog is fully open source at ClovertaTheTrilobita/SanYeCao-blog'
}
};