package
0.0.0-20200112123733-0e48e746cce1
Repository: https://github.com/fbaube/blog-generator.git
Documentation: pkg.go.dev
# Functions
New creates a new SiteGenerator.
WrapHtmlInMasterPageTemplate writes an index.html file.
WriteIndexHTML writes an index.html file.
# Variables
DO_SEQUENTIALLY simplifies debugging by forcing all Generators to run sequentially - not concurrently - in func runTasks().
# Structs
No description provided by the author
IndexHtmlMasterPageTemplateVariableArguments is variables passed to func WriteIndexHTML(..).
IndexHtmlMasterPageTemplateVariables used to be IndexData: a data container for the landing page.
ListingConfig holds the configuration for the listing page.
ListingData holds the data for the listing page.
ListingGenerator Object.
Post holds data for a post.
PostConfig holds the post's configuration.
PostGenerator object.
RSSConfig holds the configuration for an RSS feed.
RSSGenerator object.
SiteConfig holds the sources and destination folder.
SiteGenerator object.
SitemapConfig holds the config for the sitemap.
SitemapGenerator object.
StaticsConfig holds the data for the static sites.
StaticsGenerator object.
Tag holds the data for a Tag.
TagsConfig holds the tag's config.
TagsGenerator object.
# Interfaces
Generator interface.