package
0.0.0-20240512234322-ddfb969bdf6c
Repository: https://github.com/mirovarga/litepub.git
Documentation: pkg.go.dev

# Functions

NewMarkdownBlog creates a MarkdownBlog in the provided directory.
NewStaticBlogGenerator creates a StaticBlogGenerator that generates the Blog to static HTML files in the outputDir using templates from the templatesDir.

# Structs

MarkdownBlog represents a Blog stored as Markdown files in a directory.
Post
Post is a Blog's post.
StaticBlogGenerator generates Blogs to static HTML files.

# Type aliases

Blog is just a collection of Posts.
ProgressFunc is used to monitor progress of generating a Blog.