blob: be51d480c95017dcadbde302ca6d94d463f5d173 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Personal Page
Live [here](https://guyonvarch.me).
## Getting started
```sh
cd public
python -m http.server
```
## Captures
- Take screenshots with Chrome developer tool for web views, with 1280×800 resolution.
- Convert screenchots to WEBP with imagemagick: `magick input.png output.webp`.
|