change default bundle.css

master
bel 2022-06-26 21:33:25 -06:00
parent de57779200
commit 7b04c49f4a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func main() {
fs = args.NewArgSet() fs = args.NewArgSet()
fs.Append(args.STRING, "p", "port to serve", "8100") fs.Append(args.STRING, "p", "port to serve", "8100")
fs.Append(args.BOOL, "md", "whether to render markdown as html", true) fs.Append(args.BOOL, "md", "whether to render markdown as html", true)
fs.Append(args.STRING, "md-css", "css to load for md", "./public/bundle.css") fs.Append(args.STRING, "md-css", "css to load for md", "/dev/null")
fs.Append(args.STRING, "md-class", "class to wrap md", "phb") fs.Append(args.STRING, "md-class", "class to wrap md", "phb")
fs.Append(args.STRING, "d", "static path to serve", "./public") fs.Append(args.STRING, "d", "static path to serve", "./public")
if err := fs.Parse(); err != nil { if err := fs.Parse(); err != nil {