package
0.0.0-20210814015554-82bc1ab3fc6d
Repository: https://github.com/datadrake/static-cling.git
Documentation: pkg.go.dev
# Functions
NewCategory creates a Category.
NewIndex creates an Index.
NewPage creates a new Page.
NewSection creates a new Section.
NewSectionDir creates a new Section.
NewSite creates a Site from a configuration and template tree.
# Variables
ErrNoListing is returned when there is no configured Listing template for the current directory.
# Structs
Category is all of the data necessary to render an Category index page.
Dir contains all of the data necessary to configure rendering for a Directory.
Index is all of the data necessary to render an index page.
Page contains all of the data necessary to render a single content Page.
Section contains all of the data necessary to configure rendering for a section.
Site is the content of the Site we are rendering.