2026-03-24 19:32:44 +00:00
export default {
2026-03-24 22:28:23 +00:00
banner : {
title : "Cloverta's Blog" ,
2026-03-28 20:42:16 +00:00
subtitle : "More to explore here (kinda) — welcome to Cloverta's blog 🥳"
2026-03-24 22:28:23 +00:00
} ,
2026-03-24 19:32:44 +00:00
nav : {
home : "Home" ,
posts : "Posts" ,
tags : "Tags" ,
about : "About" ,
2026-03-25 09:01:09 +00:00
timeline : "Timeline" ,
2026-03-25 10:06:37 +00:00
friends : "Friends"
2026-03-24 19:32:44 +00:00
} ,
post : {
writtenBy : "Written by" ,
comments : "Comments" ,
publishedOn : "Published on" ,
} ,
theme : {
toggle : "Toggle theme" ,
} ,
2026-03-24 22:28:23 +00:00
langSwitcher : "中文" ,
home : {
2026-03-25 07:25:40 +00:00
title : "Welcome in — please mind the gap" ,
2026-03-24 23:13:44 +00:00
content : [
"These few lines speak what the heart would say; Ink and paper end, but thoughts still stay" ,
"Welcome to Cloverta's blog." ,
2026-04-17 11:26:16 +00:00
] ,
latestTitle : "Latest Posts"
2026-03-24 22:28:23 +00:00
} ,
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 <a href="https://astro.build/">Astro</a> 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:" ,
'· <a href="https://ex-tasty.com/">極限風味</a>' ,
'· <a href="https://blog.cloudti.de/">Parsifal\'s Blog</a>' ,
2026-04-17 18:04:33 +00:00
'· <a href="https://www.kokosa.icu/">Kokosa\'s Notebook</a>' ,
2026-03-24 22:28:23 +00:00
"· And some other websites whose names I have unfortunately forgotten" ,
"Thank you for your ideas and passion!" ,
2026-04-16 19:20:09 +00:00
"In addition, this blog is open source under MIT License. You can find its source code through the link in the footer." ,
2026-03-24 22:28:23 +00:00
]
} ,
2026-03-24 22:50:33 +00:00
tags : {
2026-03-24 23:13:44 +00:00
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."
2026-03-24 22:50:33 +00:00
} ,
2026-03-24 22:28:23 +00:00
footer : {
2026-04-09 09:28:50 +00:00
githubIntro : 'See more on <a href="https://github.com/ClovertaTheTrilobita">Github</a>!' ,
repoIntro : 'This blog is fully open source at <a href="https://github.com/ClovertaTheTrilobita/SanYeCao-blog">ClovertaTheTrilobita/SanYeCao-blog</a>'
2026-04-17 16:16:02 +00:00
} ,
friends : {
title : "Friends" ,
content : [
"Thank you for making it this far." ,
"These are my friends, and you're very welcome to exchange links with me too!" ,
'You can send your link information to <a href="mailto:cloverta@petalmail.com">my email</a>.' ,
"The format is as follows:"
] ,
imgDesc : "Our everyday lives may, in fact, be a series of miracles."
2026-03-24 22:28:23 +00:00
}
2026-03-24 19:32:44 +00:00
} ;