Obsidian Neocities integration

I just found out about Neocities, whish is sort of a conglomerate of sites that you can make one for free.

And i actually wanted to edit stuff in Obsidian and to be send to the server to edit the website, i think this would be a much nicer way of editing things since I wouldn’t need to change HTML and CSS from scratch.

I don’t know how hard that would be, to be honest, if its impossible please let me know.

For now i will try to edit things in HTML and CSS and learn both, thanks for reading.

FYI there is a tool that will get you halfway there, it’s called Pandoc. It’s designed to convert between loads of file types, including Markdown to HTML conversion. There’s a plugin for it.

Thank you, i will check it out

hey! couple months late but eleventy may be what you’re looking for, it’s a static site generator that has markdown to html conversion in its workflow.
here’s a 6 minute showcase to quickly see if it interests you:
www.youtube (dot) com/watch?v=kzf9A9tkkl4

and also, some tutorials by petrapixel that may be of use; the first one is on setting up eleventy for a website, and the second is on using git/github to upload the files to neocities with a git push
petrapixel.neocities (dot) org/coding/eleventy-tutorial
petrapixel.neocities (dot) org/coding/git-tutorial

hope i’m not too late and that you find it helpful! :smiley:

Thank you, will look at it later