Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrontMatter ¶
type HexoReader ¶
type HexoReader struct {
// contains filtered or unexported fields
}
func New ¶
func New(r io.Reader) HexoReader
func (HexoReader) ReadAll ¶
func (h HexoReader) ReadAll() (Post, error)
type Post ¶
type Post struct { FrontMatter Content string }
Click to show internal directories.
Click to hide internal directories.