Welcome to our Markdown Blog project! This repository showcases how to build a blog platform using Markdown for content, Bun as the backend runtime, and HTMX for dynamic frontend interactions. It's a perfect example for those looking to integrate these technologies in a web application.
gray-matter
, marked
sharp
@tailwindcss/typography
Before you begin, ensure you have the following installed:
git clone https://github.com/cindersax/bun-htmx-md-blog
cd [project-directory]
bun install
bun run dev
bun run build
This project uses HTMX on the frontend for dynamically loading blog posts. Please note that the post list will not render if JavaScript is disabled in the browser.
Interested in contributing? Great! We welcome any contributions, from bug fixes to feature enhancements. Fork the repository, make your changes, and submit a pull request.
This project is released under the MIT License.