Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlogPost ¶
type BlogPost struct { Author string `yaml:"author"` Content string Icon string `yaml:"icon"` Time time.Time `yaml:"time"` Title string }
func (*BlogPost) ParseDescription ¶
func (*BlogPost) RenderContent ¶
type BuildCollection ¶
func (*BuildCollection) FileName ¶
func (m *BuildCollection) FileName(extension string) string
func (*BuildCollection) Label ¶
func (m *BuildCollection) Label() string
Click to show internal directories.
Click to hide internal directories.