Documentation
¶
Overview ¶
Package publicsite renders published posts as the built-in public site.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Posts reads the published content the site shows.
Posts Reader
// Title names the site in its chrome.
Title string
// Version is the application version the pages report.
Version string
}
Config carries what the site renders with.
Click to show internal directories.
Click to hide internal directories.