all repos — kushiyaki @ 3c70b9e05ed0717e5ca98b1270444c2f15e0c177

🍢 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
}