System Grab Bag

View all TLDR pages from common (or from all pages)

soupault

Soupault is a static website generator based on HTML element tree rewriting. It can also be used as an HTML post-processor or metadata extractor. More information: https://soupault.app.
  • Initialize a minimal website project in the current working directory:
    soupault --init
  • Build a website:
    soupault
  • Override default config file and directory locations:
    soupault --config {{config_path}} --site-dir {{input_dir}} --build-dir {{output_dir}}
  • Extract metadata into a JSON file without generating pages:
    soupault --index-only --dump-index-json {{path/to/file.json}}
  • Show the effective config (values from soupault.toml plus defaults):
    soupault --show-effective-config

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.