all repos — kushiyaki @ 4bb8cf16bf94ddbed895c506f82ba60ea9e2df9f

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