Documentation ¶
Index ¶
Constants ¶
View Source
const (
// MARKDOWN post ext
MARKDOWN = ".md"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByPublished ¶
type ByPublished []Post
ByPublished sort
func (ByPublished) Len ¶
func (p ByPublished) Len() int
func (ByPublished) Less ¶
func (p ByPublished) Less(i, j int) bool
func (ByPublished) Swap ¶
func (p ByPublished) Swap(i, j int)
type Engine ¶
Engine engine
func (*Engine) RegisterWorker ¶ added in v0.3.0
func (p *Engine) RegisterWorker()
RegisterWorker register worker
Click to show internal directories.
Click to hide internal directories.