Saica

Results 87 comments of Saica

> I believe adding Language lable at `PostMeta.astro` is unnecessary, but not pretty sure wheather I should add the `language` field in the frontmatter template of `new-post.js`. I think it's...

Thank you for your contribution!

I'll look into it

That’s expected. I haven’t decided how to place the button on mobile yet. It will be added later.

之后会添加加载动画。

Thanks for your suggestion, but I’m a bit unclear on what the `language` field should actually do. Could you please explain further?

抱歉我不知道你指的 i18n 是针对 UI 元素还是整个网站的内容。 前者我认为必要性不大。对于后者,我目前没有具体的实现思路,但我预估这可能需要对大部分的页面和组件进行改造,以及设计相关的用户配置。考虑到对于一个博客网站而言多语言版本切换不是一个特别常用的功能,我认为实现和后续维护此功能的成本可能大于收益,因此我暂时不打算往项目中添加此功能。 这只是我的初步想法,如果确实有简单可行的实现方法也欢迎提出讨论,感谢支持。

Could you please provide more detailed information, such as the operating system and Node.js version, or alternatively, a demo that reproduces the issue?

There's already a PR for OG #80, but I will need some additional time to refine the image design.

You might need to add a parameter to both `Layout` and `MainGridLayout` to pass the image path to `Layout`. I’m not sure what you mean by adding `ogImage` to the...