Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CustomPage ¶
Types ¶
type Page ¶
type Page interface { Title() (string, error) Link(path string, pi PageInfo) (string, error) GenerateIndex(w io.Writer, posts []Post, pi PageInfo) error Generate(w io.Writer, pi PageInfo, index Page) error GenerateWithoutIndex(w io.Writer, pi PageInfo) error GenerateEmailHtml(w io.Writer, pi PageInfo) error GenerateEmailText(w io.Writer) error IsPost() bool AsPost(category, link string) *Post ToResource( pagepath, emailhtmlpath, emailtextpath string, ) (sitefile.Resource, error) }
func ParsePageGit ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.