hikarujs
Version:
A static site generator that generates routes based on directories naturally.
50 lines (49 loc) • 1.64 kB
JSON
{
".htm": "text/html; charset=UTF-8",
".html": "text/html; charset=UTF-8",
".xhtml": "text/html; charset=UTF-8",
".xml": "application/xml; charset=UTF-8",
".js": "text/javascript; charset=UTF-8",
".json": "application/json; charset=UTF-8",
".css": "text/css; charset=UTF-8",
".txt": "text/plain; charset=UTF-8",
".c": "text/plain; charset=UTF-8",
".h": "text/plain; charset=UTF-8",
".cpp": "text/plain; charset=UTF-8",
".cc": "text/plain; charset=UTF-8",
".cxx": "text/plain; charset=UTF-8",
".hpp": "text/plain; charset=UTF-8",
".go": "text/plain; charset=UTF-8",
".kt": "text/plain; charset=UTF-8",
".coffee": "text/plain; charset=UTF-8",
".cl": "text/plain; charset=UTF-8",
".java": "text/plain; charset=UTF-8",
".python": "text/plain; charset=UTF-8",
".el": "text/plain; charset=UTF-8",
".sh": "text/plain; charset=UTF-8",
".lua": "text/plain; charset=UTF-8",
".asm": "text/plain; charset=UTF-8",
".glsl": "text/plain; charset=UTF-8",
".vim": "text/plain; charset=UTF-8",
".vala": "text/plain; charset=UTF-8",
".yml": "text/plain; charset=UTF-8",
".yaml": "text/plain; charset=UTF-8",
".manifest": "text/cache-manifest; charset=UTF-8",
".bmp": "image/bmp",
".gif": "image/gif",
".ico": "image/x-icon",
".jpg": "image/jpeg",
".jpeg": "image/jpeg",
".mp4": "video/mpeg4",
".pdf": "application/pdf",
".png": "image/png",
".torrent": "application/x-bittorrent",
".wav": "audio/wav",
".wmv": "video/x-ms-wmv",
".avi": "video/avi",
".midi": "audio/mid",
".mp3": "audio/mp3",
".webp": "image/webp",
".ogg": "audio/ogg",
".webm": "video/webm"
}