mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 16:08:26 -04:00
changed most of them to redirect to GitHub Pages mental health note: stats will take a hit ;)
21 lines
493 B
YAML
21 lines
493 B
YAML
version: 1
|
|
snapshot:
|
|
widths: [450, 1050] # px
|
|
enable-javascript: true
|
|
percy-css: |
|
|
div.embed, iframe, video, img[src$=".gif"] {
|
|
display: none;
|
|
}
|
|
code, div.highlight {
|
|
border: 0 !important; /* no clue why this bugs out... */
|
|
}
|
|
.wave, .beat {
|
|
animation: none;
|
|
}
|
|
static-snapshots:
|
|
path: public/
|
|
snapshot-files: 'index.html,notes/**/index.html,uses/index.html,previously/index.html'
|
|
agent:
|
|
asset-discovery:
|
|
network-idle-timeout: 2000 # ms
|