mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 23:01:20 +00:00
Update cheatsheets
This commit is contained in:
30
soupault
Normal file
30
soupault
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user