ended3월 13일· 4 sources

How to make your own static site generator

나만의 정적 사이트 생성기 만드는 법

Why it matters

The author shares lessons learned from building a custom static site generator that evolved from a simple Makefile to a tool achieving ~120ms clean builds. Key recommendations include avoiding N+1 query traps with git, using AST-based parsing for markdown content to enable flexible HTML generation and syntax highlighting, and leveraging structured data over string manipulation.

4
Sources
+0
24h
Growth
192d
Active
agileastcalculatorci/cdcompound interestfsnotifygitgolive reloadlumacamakefilemarkdownstatic sitestatic site generatortest managementvanilla jszero dependencies

Sources

Related Issues