Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FaviconSize is the size of the favicon.ico file FaviconSize = 32 // AppleTouchIconSize is the size of the apple-touch-icon.png file AppleTouchIconSize = 180 // IconSize is the size of the icon.png file IconSize = 300 )
View Source
const ( FaviconFilename = "favicon.ico" AppleTouchIconFilename = "apple-touch-icon.png" FaviconSvgFilename = "favicon.svg" FaviconPngFilename = "favicon.png" )
View Source
const ( DefaultTitle = "Captain" DefaultSubtitle = "An AI authored blog engine" DefaultTimezone = "UTC" DefaultChromaStyle = "paraiso-dark" DefaultPostsPerPage = 10 DefaultTheme = "light" )
View Source
const ( Version = "1.9.2" Commit = "development" Date = "unknown" )
Version information
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.