白石悟

Results 7 comments of 白石悟

I am looking for a solution to a similar problem as well. By some googling, I figure out that I can separate the "excerpt" and the "rest content" using the...

Hello. I am not fully sure I understand your question but I guess you want some way to define the path that store generated image, right? Indeed, you can set...

I apologize I miss understanding the original issue with guessing and thanks for the correction. Indeed, I did configure the picture.yml file with a specific width to reduce the ```_site```...

Hi, try to modify Vite config to ```js import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { viteStaticCopy } from 'vite-plugin-static-copy' // https://vitejs.dev/config/ export default defineConfig({ plugins:...

The statement 'This should work' means it will eliminate the error that the original question provided. (I tested on the minimal react project and that works.) However, I am not...

Hi, My approach is to try to eliminate the issue of `build your site and serve it.` mentioned in [framework specific guide for Vite](https://elilambnz.github.io/react-py/docs/introduction/vite-usage). I created a minimum test project...

哈囉,幾年前我寫一個一腳本是based on這個lib,生成webp的。 https://github.com/siraisisatoru/hexo-sharp-script 如果不介意的話可以嘗試看看? --- Hello, I wrote a version of the user script that is based on this repo which supports webp images (output webp) three years ago. https://github.com/siraisisatoru/hexo-sharp-script...