Documentation
¶
Overview ¶
Package page implements page parsing and generation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Minify ¶
Minify minifies file src with the type mimetype, returning an error otherwise.
Types ¶
type Frontmatter ¶ added in v0.2.3
type Frontmatter struct {
URI string `yaml:"uri"`
Title string `yaml:"title"`
Description string `yaml:"description"`
MetaTags map[string]string `yaml:"meta_tags"`
Template string `yaml:"template"`
}
Frontmatter represents a page frontmatter.
Source Files
¶
- page.go
Click to show internal directories.
Click to hide internal directories.