# `blagger` fer yer blag `blagger` is a simple static site generator, not as powerful as Jekyll but more robust than a hand-rolled pipeline of scripts. ## Usage ``` USAGE: blagger [FLAGS] [OPTIONS] --out-dir FLAGS: -h, --help Prints help information -a Include hidden files -V, --version Prints version information OPTIONS: -b, --base-url Base URL of the site once deployed -f, --feed RSS feed file location. When specified, an RSS feed of posts (markdown files) is written to the given file --hub-template Template for the special "all tags" tag page. If not given, defaults to tag_html -I, --ignored-files ... List of files to ignore [default: ] -i, --in-dir Input directory [default: .] -l, --language Language tag. Note that not much validation is performed beyond attempting to convert a Linux-style locale into an HTML language code [env: LANG=] -o, --out-dir Output directory --pages-dir Directory relative to `${out-dir}` that tag pages will be rendered to [default: tags] --tag-html