Forrest logo
back to context overview

soupault

List of commands for soupault:

  • soupault:tldr:1d157 soupault: Override default config file and directory locations.
    $ soupault --config ${config_path} --site-dir ${input_dir} --build-dir ${output_dir}
    try on your machine
    explain this command
  • soupault:tldr:73ef1 soupault: Initialize a minimal website project in the current working directory.
    $ soupault --init
    try on your machine
    explain this command
  • soupault:tldr:73f62 soupault: Extract metadata into a JSON file without generating pages.
    $ soupault --index-only --dump-index-json ${filename-json}
    try on your machine
    explain this command
  • soupault:tldr:9726a soupault: Show the effective config (values from `soupault.toml` plus defaults).
    $ soupault --show-effective-config
    try on your machine
    explain this command
  • soupault:tldr:b8f61 soupault: Build a website.
    $ soupault
    try on your machine
    explain this command
back to context overview