A blog-style collection of written articles and posts covering engineering concepts, tech tutorials, personal reflections, and educational topics. Supports Markdown rendering, bilingual (Bengali/English) toggle, reading time estimate, and category filtering.
Engineering, tech tutorials, personal reflections এবং educational topics নিয়ে articles। Markdown rendering, bilingual toggle (বাংলা/English), reading time estimate এবং category filter সহ।
The posts listing page shows articles as styled blog cards with cover image, title, excerpt, reading time, publish date, and category tags. Filtering by category and searching by keyword updates the grid in real-time.
Posts listing page-এ blog card grid। Cover image, title, excerpt, reading time, date ও tags সহ। Category filter এবং keyword search real-time কাজ করে।
Posts are written in Markdown and rendered to styled HTML. The renderer supports headings, bold/italic, code blocks with syntax highlighting, inline code, blockquotes, tables, and image embeds — all with the site's dark red aesthetic.
Posts Markdown-এ লেখা, styled HTML-এ render হয়। Headings, code blocks (syntax highlighting), tables, images সব support করে।
Posts can be written in both Bengali and English, stored in separate Markdown files. A toggle button on the post page switches the displayed language instantly without reloading. The active language preference is saved per session.
Posts বাংলা ও English দুটি ভাষায় লেখা যায়। Post page-এ একটি toggle button ভাষা switch করে — page reload ছাড়াই। Language preference session-এ save থাকে।
post-en.md and post-bn.md in the storage folderThe post editor now includes 10 powerful formatting features to create richer content: emoji picker, callout boxes, video embeds, text highlighting, task lists, collapsible sections, tables, and an integrated help modal with step-by-step guides.
Post editor-এ এখন ১০টি নতুন formatting feature: emoji picker, callout boxes, video embeds, text highlighting, task lists, collapsible sections, tables ও integrated help guide সহ।
- [ ] / - [x]) rendered with custom styling and red accent==highlighted text== renders with yellow background mark element<details>/<summary> with animated arrow and hover effects| File | Type | Description |
|---|---|---|
| Content Studio/written-posts/ | Folder | Post listing, post detail, and post reader HTML pages |
| Content Storage/written-posts/ | Storage | Markdown files (post-en.md, post-bn.md) and images for each post |
| Written-posts listing page | Page | Blog grid with search, category filter, reading time — reads JSON manifest |
| Post detail / reader page | Page | Renders Markdown, shows bilingual toggle, reading progress, related posts |
| Posts manifest JSON | Data | Lists all posts: slug, title, date, category, reading time, language availability |