lumeland / theme-simple-blog

Lume theme to create a simple blog
https://lumeland.github.io/theme-simple-blog/
MIT License
49 stars 23 forks source link

change module ver #21

Closed haturatu closed 3 months ago

haturatu commented 3 months ago

I encountered a permission error with the current deno.json, so I upgraded the version using deno.json

haturatu commented 3 months ago

No problem, here is the translation:

"changelog": "deno run --allow-read --allow-write https://deno.land/x/changelog@v2.1.0/bin.ts"
haturatu commented 3 months ago

I committed changes to copy images from the upload folder during the build process because uploaded images via /admin were not accessible due to incorrect image paths. Are there other solutions?

oscarotero commented 3 months ago

Thanks, good catch! Just one thing: can you move the copy("uploads") to plugins.ts file? It could be after this line.

oscarotero commented 3 months ago

thank you!

haturatu commented 3 months ago

Thank you! it's solved.

Regarding another issue, it seems that the image Markdown format URL copying isn't working on my smartphone and my friend's Firefox browser when accessing:

https://cdn.jsdelivr.net/gh/lumeland/cms@0.5.2/static/components/u-copy.js

If I can resolve it on my own, I'll report it in a separate repository. It works fine on Chromium.

thanks!