Documentation ¶
Overview ¶
Package gomks implements an scriptable static website generator.
Index ¶
- func Copytree(srcpath, dstpath string)
- func Fread(filename string) string
- func Getenv(key string)
- func Log(format string, v ...interface{})
- func MakeList(pages *Pages, dst string, listLayout string, itemLayout string, ...)
- func NewVM() *vms
- func Panic(v interface{})
- func Panicf(format string, v ...interface{})
- func ParamsNew() paramMap
- func PathIsFile(path string) bool
- func Render(tpl string, params paramMap) string
- func Rmtree(path string)
- func SetenvDefault(key, val string)
- func Version() string
- type Env
- type Pages
- type VM
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PathIsFile ¶
func SetenvDefault ¶
func SetenvDefault(key, val string)
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.