DICK
自由的個人編程技術 Blog 發布網
D
Data
I
Innovation
C
Code
K
Knowledge

Launching 2026/5/1 · www.sankuai.asia

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.

1
Create your Markdown file Place it in the /posts/ folder — e.g. posts/my-post.md
2
Add frontmatter at the top of the file --- blocks with title, author, date, tags, and excerpt fields.
3
Register the file path Open assets/posts-registry.js and add the path to POSTS_REGISTRY array.
4
Deploy to any static host GitHub Pages, Netlify, Vercel, Nginx, Apache — any static server works. No build step required.

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