all repos — kushiyaki @ e4961f6bb7899d694e7f731d5ffff2478f255b84

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

Caddyfile (view raw)

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