Documentation
¶
Overview ¶
Package publicsite renders published content as the built-in public site.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Content reads the published content the site shows.
Content Reader
// Types answers which content type an address belongs to.
Types content.TypeReader
// 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.