Skip to content

Commit c21a051

Browse files
monolith: add page (#17660)
* Create monolith.md Co-authored-by: Lena <[email protected]>
1 parent 8236732 commit c21a051

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

pages/common/monolith.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# monolith
2+
3+
> Save a web page as a single HTML file.
4+
> More information: <https://github.com/Y2Z/monolith>.
5+
6+
- Save a webpage as a single HTML file:
7+
8+
`monolith {{url}}`
9+
10+
- Save a webpage as a single HTML file, excluding audio:
11+
12+
`monolith {{url}} {{[-a|--no-audio]}}`
13+
14+
- Save a webpage as a single HTML file, excluding CSS:
15+
16+
`monolith {{url}} {{[-c|--no-css]}}`
17+
18+
- Save a webpage as a single HTML file, excluding images:
19+
20+
`monolith {{url}} {{[-i|--no-images]}}`
21+
22+
- Save a webpage as a single HTML file, excluding videos:
23+
24+
`monolith {{url}} {{[-v|--no-video]}}`
25+
26+
- Save a webpage as a single HTML file, excluding JavaScript:
27+
28+
`monolith {{url}} {{[-j|--no-js]}}`
29+
30+
- Save a webpage as a single HTML file, accepting invalid TLS certificates:
31+
32+
`monolith {{url}} {{[-k|--insecure]}}`
33+
34+
- Save a webpage as a single HTML file, specifying a specific output file:
35+
36+
`monolith {{url}} {{[-o|--output]}} {{path/to/file.html}}`

0 commit comments

Comments
 (0)