1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 14:16:20 -04:00

1130 Commits

Author SHA1 Message Date
b378cb4afb
fix webmention API endpoints 2020-11-06 09:25:03 -05:00
4fc23f0b63
bump Hugo to 0.78.1 2020-11-05 09:37:52 -05:00
77ee252639
add Permissions-Policy header
https://scotthelme.co.uk/goodbye-feature-policy-and-hello-permissions-policy/
2020-11-04 08:46:21 -05:00
44ef6de825
enable CSP 2020-11-04 08:40:26 -05:00
2d941b9122
fix iframe shortcode 2020-11-03 12:06:31 -05:00
efda2e8bde
narrow down CSP 2020-11-03 11:43:39 -05:00
456ad95918
update CSP 2020-11-01 09:08:37 -05:00
f83eab3f6b
add CSP report-only wizard 2020-10-31 16:19:55 -04:00
dependabot[bot]
c30fd05ac1 Bump lint-staged from 10.5.0 to 10.5.1
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.0 to 10.5.1.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.5.0...v10.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-31 15:08:08 -04:00
dependabot[bot]
2c7f800fb3 Bump stylelint-no-unsupported-browser-features from 4.1.3 to 4.1.4
Bumps [stylelint-no-unsupported-browser-features](https://github.com/ismay/stylelint-no-unsupported-browser-features) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/ismay/stylelint-no-unsupported-browser-features/releases)
- [Changelog](https://github.com/ismay/stylelint-no-unsupported-browser-features/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ismay/stylelint-no-unsupported-browser-features/compare/v4.1.3...v4.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-31 15:07:58 -04:00
dependabot[bot]
11625e152f Bump postcss-cli from 8.1.0 to 8.2.0
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/8.1.0...8.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-31 15:07:37 -04:00
52034123aa
Update preload.html 2020-10-29 18:21:13 -04:00
26bb187c71
add instant.page preloading script 2020-10-29 16:07:03 -04:00
3ee748a334
try mirroring some more external APIs 2020-10-29 15:40:46 -04:00
c7ef524d0a
bump Hugo to 0.76.5 2020-10-28 11:19:59 -04:00
558c01a9b2
set will-change: transform on animated CSS elements
https://developers.google.com/web/fundamentals/performance/rendering/stick-to-compositor-only-properties-and-manage-layer-count
2020-10-18 11:06:19 -04:00
c8f5598452
add meta robots tag to deploy previews to make extra sure they aren't indexed 2020-10-18 10:50:43 -04:00
82d8888a29
Update baseof.html 2020-10-15 16:32:10 -04:00
dependabot[bot]
4ef4f5408a Bump terser from 5.3.4 to 5.3.5
Bumps [terser](https://github.com/terser/terser) from 5.3.4 to 5.3.5.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.3.4...v5.3.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 10:07:02 -04:00
github-actions[bot]
1eca83a294 Add new webmentions 🎉 2020-10-13 00:33:47 +00:00
dependabot[bot]
f5e8edc920 Bump eslint from 7.10.0 to 7.11.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.10.0...v7.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-11 09:34:44 -04:00
69db7eadca
account for uppercase request headers if send_view is hit via HTTP 1.x 2020-10-09 11:23:53 -04:00
dependabot[bot]
69af0dde02 Bump postcss-cli from 8.0.0 to 8.1.0
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/8.0.0...8.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-09 11:21:48 -04:00
cdc39f7efe
clean up send_view function 2020-10-07 09:06:26 -04:00
9543aaa5b0
process SCSS @import rules with postcss-import 2020-10-03 19:24:27 -04:00
06c9cfe070
bump PostCSS to 8.x and its plugins
TODO: find modern alternative for postcss-clean
2020-09-29 11:08:20 -04:00
bec66f42a2
Update ci.yml 2020-09-29 11:08:06 -04:00
336637a85e
bump Hugo and other deps 2020-09-24 09:06:06 -04:00
3650311355
Update Dockerfile
[skip ci]
2020-09-14 10:39:35 -04:00
dependabot[bot]
afff167244 Bump terser from 5.3.0 to 5.3.1
Bumps [terser](https://github.com/terser/terser) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.3.0...v5.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 10:20:31 -04:00
dependabot[bot]
df91c1a09e Bump eslint from 7.8.1 to 7.9.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.8.1 to 7.9.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.8.1...v7.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 10:20:22 -04:00
dependabot[bot]
fae4ff6c5c Bump stylelint from 13.7.0 to 13.7.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.0 to 13.7.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.0...13.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 10:20:14 -04:00
dependabot[bot]
f4c9e3aec3 Bump imagemin-pngquant from 9.0.0 to 9.0.1
Bumps [imagemin-pngquant](https://github.com/imagemin/imagemin-pngquant) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/imagemin/imagemin-pngquant/releases)
- [Commits](https://github.com/imagemin/imagemin-pngquant/compare/v9.0.0...v9.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-09 09:49:27 -04:00
dependabot-preview[bot]
59a9de6736
Create Dependabot config file (#164) 2020-09-09 09:42:54 -04:00
dependabot-preview[bot]
45192b2f91 Bump husky from 4.2.5 to 4.3.0
Bumps [husky](https://github.com/typicode/husky) from 4.2.5 to 4.3.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typicode/husky/compare/v4.2.5...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-09 09:35:34 -04:00
3364cc9377
update homepage & bump inter to v3.15 2020-09-05 11:29:41 -04:00
dependabot-preview[bot]
b81bf47c3a Bump terser from 5.2.1 to 5.3.0
Bumps [terser](https://github.com/terser/terser) from 5.2.1 to 5.3.0.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.2.1...v5.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-05 09:52:33 -04:00
1888189866
Update ci.yml 2020-09-03 12:36:40 -04:00
0b6b6f1a56
bump other deps to fix CVE-2020-8244 2020-09-03 09:08:18 -04:00
dependabot-preview[bot]
12b1a3cef1 Bump stylelint-config-sass-guidelines from 7.0.0 to 7.1.0
Bumps [stylelint-config-sass-guidelines](https://github.com/bjankord/stylelint-config-sass-guidelines) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/bjankord/stylelint-config-sass-guidelines/releases)
- [Changelog](https://github.com/bjankord/stylelint-config-sass-guidelines/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bjankord/stylelint-config-sass-guidelines/compare/v7.0.0...v7.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-03 09:00:50 -04:00
dependabot-preview[bot]
b204451c0e Bump eslint from 7.8.0 to 7.8.1
Bumps [eslint](https://github.com/eslint/eslint) from 7.8.0 to 7.8.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.8.0...v7.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-03 09:00:41 -04:00
17f3c43c17
fix LHCI (?) 2020-09-02 12:38:59 -04:00
dependabot-preview[bot]
8a857b6abf Bump postcss-cli from 7.1.1 to 7.1.2
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/7.1.1...7.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-02 12:08:14 -04:00
dependabot-preview[bot]
3a7b9a8580 Bump eslint from 7.7.0 to 7.8.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.7.0 to 7.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.7.0...v7.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-02 12:07:52 -04:00
cdf867920e
lazy load images within page content 2020-08-31 10:53:47 -04:00
7f4ee60797
switch dark mode example from localStorage to sessionStorage 2020-08-31 10:53:33 -04:00
61efd2b425
fix some 404s, bump deps 2020-08-28 11:21:24 -04:00
7fafef712b
trying another dumb cache busting technique in send_view.js 2020-08-23 12:39:17 -04:00
dependabot-preview[bot]
e64e1fff1a Bump axios from 0.19.2 to 0.20.0
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.20.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.20.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-23 12:11:52 -04:00
6c28ed85f1
remove ugly safari pinned tab icon 2020-08-23 11:30:36 -04:00