all repos — kushiyaki @ 0080fdaaa3e6d18ba1878d7e036465db026739c3

🍢 A tiny static site generator for grilling markdown files to perfection

Caddyfile (view raw)

 1
 2
 3
 4
 5
:3001 {
	root * ./out
	try_files {path}.html
	file_server
}