Katsuyuki Karasawa
Katsuyuki Karasawa
有没有可以重现它的存储库? 手头检查一下。
@jhq223 The footer can be centered if desired. However, when it comes to pagination, considering its role as pagination for blog content, it should not be placed in the center...
I'll try to find out the cause of this.
Astro 允许您创建静态 API 端点。 https://docs.astro.build/en/guides/endpoints/ 我认为使用这个和 Hono 的 Basic Auth Middleware 在 frontmatter 添加一个标志,然后根据该标志执行身份验证是一个好主意。 https://hono.dev/docs/middleware/builtin/basic-auth
@Zhuguli232 It's unclear what "all text" refers to, but in principle there's no reason to dwell on it. Because the basic functionality of the language key is supported and should...
@pdxuan The question is, to what extent will users be required to select a language? Frankly, I believe that our ultimate goal of supporting multiple languages will be achieved as...
This code relies too heavily on external APIs. In particular, I think relying on CORS proxies is not a good idea.
@h-willow-k I don't think it's a problem to abolish integration, but since it includes PostCSS-dependent notations such as `tailwindcss/nesting`, it is still not realistic to migrate to Vite. https://github.com/saicaca/fuwari/blob/8287e42e6e4e1cd835585b9749afeb506b0471fc/postcss.config.mjs#L8
I have tried tailiwind v4 + vite plugin, but due to many destructive changes, I will temporarily put it on hold and consult with saicaca to proceed. Tailwind v4 will...
About the questions that will probably come up. Q. Why not just use a cache (in CI/CD)? A. Yes, of course I agree, and I am sure everyone is already...