~glorifiedgluer/sbg

A tool to build a simple blog from a single markdown file.
feat: initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~glorifiedgluer/sbg
read/write
git@git.sr.ht:~glorifiedgluer/sbg

You can also use your local clone with git send-email.

#sbg

builds.sr.ht status

Simple Blog Generator. A tool to build a simple blog from a single CommonMark file.

#Goals

#CLI commands

  • build: builds the blog.

#CLI options

  • --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)