Building my Website – Content structure
7d 19h ago by lemmy.zip/u/RougeEric in webdev@programming.dev from eric-lowry.comI'm currently building a small website as my online portfolio and blog, with some fun stuff like making it explorable as a side-scroller "game" (I gaven't enabled that functionality yet), and as part of documenting the process, I'm trying to write short blog posts that cover some of the tools and decisions I'm making along the way.
This post is about how I decided to write the site's content using Markdown in order to write using Obsidian, and how I then turn that Markdown code into clean, modern HTML "on the fly".
Please note that the site itself is still very much a work in progress.
Have you checked mdbook? It is a quite mature program (written in the amazing Rust programming language).
Its main target is to build books (as the name implies), but chances are it can fit your use-case.
The "Rust Book" is made with this program.
Oh, thanks for the recommend!
I'll be sure to have a look. I like where I've got things; but I'm always happy to discover new tools!