this post was submitted on 09 Jun 2026
1 points (60.0% liked)

Web Development

5674 readers
22 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 3 years ago
MODERATORS
 

I'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.

top 2 comments
sorted by: hot top controversial new old
[–] certified_expert@lemmy.world 2 points 13 hours ago (1 children)

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.

[–] RougeEric@lemmy.zip 1 points 13 hours ago

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!