modulepackage
0.0.0-20241105143623-2b0f73e30e6a
Repository: https://github.com/markkurossi/blog.git
Documentation: pkg.go.dev
# README
blog
Yet Another Static Site Generator (YASSG)
TODO
- Footnotes, links from footnotes to the original references via u21A9.
# Packages
No description provided by the author
# Functions
I returns an indent string for the specified level.
NewArticle creates a new article with the Markdown extensions.
NewAssets creates a new assets object for the specified directory tree root.
NewSiteArticle creates a new site article with the Markdown extensions.
NewTags creates a new tags object.
NewValues creates a new values object.
TagOutputName returns the HTML file name for the tag.
Verbose prints a verbose output message if the verbose output is enabled.
# Constants
Limits for article meta data.
Limits for article meta data.
Well-known template file names.
Well-known template file names.
Well-known template file names.
Well-known template file names.
Template variables.
Template variables.
Template variables.
Template variables.
Template variables.
Template variables.
Template variables.
Template variables.
Template variables.
Template variables.
Template variables.
# Structs
Article implements a blog article.
Assets define static assets from a directory tree.
RtfRenderer implements Markdown RTF renderer.
Settings define the article settings.
Template defines blog output template.