# Functions
CopyHtmlResources copies associated resources (like images, scripts) for an article, determines the output path, and handles special cases for "PAGE" tagged articles.
DateTimeFromString attempts to parse a date and time from a string using predefined regex patterns.
FormatMarkdown applies an HTML template to the Markdown content of an article.
GenerateHtmlIndex creates an HTML index page listing all processed articles.
GenerateRSS creates an RSS feed XML file from the processed articles.
GetPaths retrieves all file paths within a directory and its subdirectories that match the specified extensions.
HTMLFile parses an HTML file, extracts metadata from tags, and populates an Article struct.
MarkdownFile parses a Markdown file, extracts frontmatter, and populates an Article struct.
RemoveDateFromPath attempts to remove date patterns from a given string.
# Variables
No description provided by the author
# Type aliases
No description provided by the author