Documentation
¶
Index ¶
- type Area
- func (A *Area) GenerateSite(target string, themedir string, p areainfo.Purpose) error
- func (A *Area) GenerateWithBindings(target, themedir, head, foot string) (map[string]sitefile.Resource, error)
- func (A *Area) Handler(themedir string) (*Handler, error)
- func (A *Area) Hash() (string, error)
- func (A *Area) Inject(m map[string]sitefile.CustomPage) error
- func (A *Area) Title() (string, error)
- type Handler
- type LiveHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Area ¶
type Area struct {
// contains filtered or unexported fields
}
func (*Area) GenerateSite ¶
func (*Area) GenerateWithBindings ¶
type LiveHandler ¶
type LiveHandler struct {
// contains filtered or unexported fields
}
func CreateLiveHandler ¶
func CreateLiveHandler(src, theme, chromastyle string) *LiveHandler
func (*LiveHandler) ServeHTTP ¶
func (lh *LiveHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.