TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: ZenMD converts a Markdown folder to a site with a single command

8 pointsby randomor8 months ago
I have been dogfooding this npx tool to build all my markdown content sites. It allows me to start a site within minutes. As it&#x27;s just `npx zenmd &amp;&amp; netlify deploy` without downloading any framework starter kit, cloning any repo, or generating any folder structure with configs.<p>It&#x27;s built on remark.js, supports images, [[wikilinks]], and raw html in markdown, as well as custom layout.html customizations. Once the site is built, you can open the output `.html` pages without a server to preview.<p>Demo: here is a post expanding on the &quot;whys&quot; on my personal site (built with ZenMD) - <a href="https:&#x2F;&#x2F;idealistspace.com&#x2F;zenmd" rel="nofollow">https:&#x2F;&#x2F;idealistspace.com&#x2F;zenmd</a><p>Just made the Github repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;randomor&#x2F;zenmd">https:&#x2F;&#x2F;github.com&#x2F;randomor&#x2F;zenmd</a> public if you&#x27;d like to look at the code.

no comments

no comments