1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages/common/soupault.md
Vitor Henrique af35564618
pages*: do not use config abbreviation (#12118)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-25 10:59:16 +05:30

25 lines
717 B
Markdown

# soupault
> 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 configuration 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 configuration (values from `soupault.toml` plus defaults):
`soupault --show-effective-config`