Skip to content

Commit 04b0a07

Browse files
committed
Update README.md
1 parent a9d57ea commit 04b0a07

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This is a list of parameters you can change in `local_settings.py`.
7878

7979
### Example
8080

81-
This code will portfoliofy a webpage served on a web server running on a local computer. It only requests `OUTPUT_BROWSER` in the default PNG format. `OUTPUT_MAIN` will not be processed. But all `OUTPUT_SCREENSHOTS` will be saved. All other parameters remain set to their default values.
81+
This code will portfoliofy a webpage served on a web server running on a local computer. It only requests `OUTPUT_BROWSER` in the default PNG format. `OUTPUT_MAIN` and `OUTPUT_MOBILES` will not be processed. But all `OUTPUT_SCREENSHOTS` will be saved. All other parameters remain set to their default values.
8282

8383
```python
8484
user_input = {
@@ -103,6 +103,15 @@ user_input = {
103103
"base_stroke_color": "#23445D",
104104
"base_fill_color": "#BAC8D3",
105105
},
106+
"output_mobiles": {
107+
"request": False,
108+
"format": "png",
109+
"doc_pad_h": 300,
110+
"doc_pad_v": 200,
111+
"doc_fill_color": "#FFFFFF",
112+
"base_stroke_color": "#23445D",
113+
"base_fill_color": "#BAC8D3",
114+
},
106115
}
107116
```
108117

0 commit comments

Comments
 (0)