mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2026-04-02 17:32:38 -05:00
16 lines
781 B
YAML
16 lines
781 B
YAML
ci:
|
|
collect:
|
|
url:
|
|
- https://localhost/ # homepage
|
|
- https://localhost/links/ # very simple page
|
|
- https://localhost/blog/ # list page
|
|
- https://localhost/blog/the-redesign-of-my-website/ # average post, but no footnotes
|
|
- https://localhost/blog/blog-post-newsletter/ # average post, but WITH footnotes
|
|
- https://localhost/blog/youtube-url-structures-you-should-know/ # youtube embed
|
|
- https://localhost/blog/copilot-post/ # lots of code blocks & text
|
|
- https://localhost/blog/github-copilot-experiments/ # heavy use of images
|
|
- https://localhost/blog/caddy-is-the-best-webserver/
|
|
startServerCommand: sudo caddy run
|
|
settings:
|
|
chromeFlags: "--ignore-certificate-errors --throttling.cpuSlowdownMultiplier=2.4"
|