Katsuyuki Karasawa

Results 140 comments of Katsuyuki Karasawa

Tanner was the one who answered this in X, and since I was new to sending an issue to a repository of this size and organization, I felt it would...

The banner image seems to have disappeared, so I'll investigate a bit... 😢

```js banner: { enable: false, } ``` ... but image cannot load. will continue investigating.

![image](https://github.com/user-attachments/assets/a06eb434-1368-4ba3-8971-e95182fe8158) 🤔

What does resizing an image entail? px?, aspect ratio?

@SickHacks The markdown syntax `![image](expample.jpg)` does not allow specifying image height or width. To do so, you must use the ``. however, it's possible that Fuwari is overriding those values.

https://github.com/saicaca/fuwari/pull/244 The update to Astro v5 is being carried out here. mdx requires additional work, but markdown is supported

It's neither bad nor good. It's not a bug, nor is it a significant change, so it's up to saicaca to decide whether they like the change or not. I...

```diff title: Simple Guides for Fuwari published: 2024-04-01 description: "How to use this blog template." -image: "./cover.jpeg" +image: "./guide/cover.jpeg" or "/guide/cover.jpeg" tags: ["Fuwari", "Blogging", "Customization"] category: Guides draft: false ```...