package
0.0.0-20230427210519-7635d6edda19
Repository: https://github.com/klingtnet/static-site-generator.git
Documentation: pkg.go.dev

# Functions

NewSimpleDate returns a SimpleDate for the given date values.
Read parses a front-matter from the given reader and stores the decoded data into dest.

# Constants

Fence delimits front-matter blocks.
SimpleDateLayout is the time.Time layout used for SimpleDate typed dates that omit a timestamp.

# Variables

ErrBadFrontMatter indicates that the front-matter is incomplete or not decodeable.
ErrNoFrontMatter indicates that the content began without a front-matter.
ErrUnsupportedFormat indicates that the front-matter uses an unsupported format.

# Type aliases

SimpleDate is a basic date format omitting a timestamp.