What is DICK網?
DICK網 is a free, minimalist personal tech blog platform built on a single principle:
deploy your .md files and go live.
No databases, no CMS, no headaches. Just markdown, a browser, and a static server.
The site is built by 叁夬文化工作室 (Sankuai Culture Studio) as a space for developers, engineers, and curious minds to share programming knowledge, data science insights, and software craftsmanship.
How to Publish a Post
Publishing is as simple as dropping a .md file into the /posts/
folder and registering it in assets/posts-registry.js.
The system automatically reads the frontmatter and populates the card.
/posts/ folder — e.g. posts/my-post.md
--- blocks with title, author,
date, tags, and excerpt fields.
assets/posts-registry.js and add the path to
POSTS_REGISTRY array.
Frontmatter Reference
Add this block at the very top of your .md file:
---
title: My Awesome Post
author: John Doe
date: 2026-05-01
tags: [javascript, tutorial, web]
excerpt: A short description shown on the card (optional, auto-generated if absent).
---
## Your content here
Tech Stack
DICK網 is built with zero dependencies beyond marked.js for Markdown parsing. Everything else — the router, search engine, theme system, and tag filters — is hand-rolled vanilla JavaScript for maximum transparency and extensibility.
Contact
Built and maintained by 叁夬文化工作室.
Website: www.sankuai.asia