feat: initial commit
Simple Blog Generator. A tool to build a simple blog from a single CommonMark file.
build
: builds the blog.--base-url
: defines the url where the blog will be hosted. (default: /
)--title
: defines the blog tite. (default: blog
)--file
: defines the markdown file to be read. (default: entries.md
)--style
: defines the CSS file to use. (default: style.css
or an
embedded file)