aboutsummaryrefslogtreecommitdiff
path: root/cgi-bin/index.lua
blob: 8889a607efdeee48a5eaab77c53e75564e329fc7 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env lua

local cgi = require "cgi"
local file = require "file"

cgi.serve(file.process("/index.md", nil, "--toc"))