Publishing a blog to github.signalk.io

looking for guidance on how/where to put image files for my mdx file… my local editor (vs code) has put image files into same directory (_posts ) as the mdx file … unclear if this correct?
11 Replies
Lille Ø
Lille Ø3w ago
See this PR as an example: * Blog post should go to _posts/year/ folder as a Markdown file with front matter metadata * Inlined images should have their own folder under 'public/images/posts/ * The cover image should go to src/assets/images` * All images should be in WebP format
Greg Young
Greg YoungOP3w ago
ok thanks, that helpful …. as i also “learn” git
Greg Young
Greg YoungOP3w ago
still a noice at git … so struggling but determined. novice
Lille Ø
Lille Ø3w ago
I think you could do all of this in the GitHub web-based file editor as well
Greg Young
Greg YoungOP3w ago
more than likely … just that vs code has some extensions that are helpful … eg my bad typing/spelling!
Teppo Kurki
Teppo Kurki3w ago
There’s also the option of just writing the damn thing, digging up the pictures and yelling ”hey somebody help me publish this thing….please” If you don’t feel like tackling the technical side of this
Greg Young
Greg YoungOP3w ago
thanks .. i was trying to avoid that option 🙂 as its also a useful learning experience with git/github Question. : should i be using SignalK or Signal K ? .. as I see that its used both ways in various references…
Teppo Kurki
Teppo Kurki3w ago
I used to think it is with a space, but no longer care…as in both have their merits. Together it is very googlable, separate is more true to the origins And people use both anyway
Greg Young
Greg YoungOP3w ago
🙂 good, i will not offend anyone … as I prefer SignalK
Brandon Keepers
@Greg Young give me a shout if you need help with the technical aspects of the blog.

Did you find this page helpful?