Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Collection ¶
type Collection struct { Files map[string]*Content Hashified map[string]*Content Redirects map[string]string }
func NewCollection ¶
func NewCollection(entries ...Entry) Collection
func (Collection) FuncMap ¶
func (c Collection) FuncMap(hashify bool, prefix string) map[string]interface{}
func (Collection) Middleware ¶
func (Collection) View ¶ added in v0.15.0
func (c Collection) View(hashify bool) (v *View)
Click to show internal directories.
Click to hide internal directories.