soupault
all
A static website generator based on HTML element tree rewriting. It can also be used as an HTML post-processor or metadata extractor.
More info →Examples (5)
Initialize a minimal website project in the current working directory
soupault --initBuild a website
Override default configuration file and directory locations
soupault --config config_path --site-dir input_directory --build-dir output_directoryExtract metadata into a JSON file without generating pages
soupault --index-only --dump-index-json path/to/file.jsonShow the effective configuration (values from `soupault.toml` plus defaults)
soupault --show-effective-configmade by @shridhargupta | data from tldr-pages