1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 17:30:28 -04:00

179 Commits

Author SHA1 Message Date
dependabot-preview[bot]
4b599db0d5 Bump hugo-extended from 0.74.1 to 0.74.3
Bumps [hugo-extended](https://github.com/jakejarvis/hugo-extended) from 0.74.1 to 0.74.3.
- [Release notes](https://github.com/jakejarvis/hugo-extended/releases)
- [Commits](https://github.com/jakejarvis/hugo-extended/compare/v0.74.1...v0.74.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-23 14:56:31 -04:00
dependabot-preview[bot]
5b005f8186
Bump netlify-lambda from 2.0.0 to 2.0.1 (#178) [skip ci]
Bumps [netlify-lambda](https://github.com/netlify/netlify-lambda) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/netlify/netlify-lambda/releases)
- [Changelog](https://github.com/netlify/netlify-lambda/blob/master/CHANGELOG.md)
- [Commits](https://github.com/netlify/netlify-lambda/compare/v2.0.0...v2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-22 17:09:41 -04:00
bc03922573
stop generating algolia.json (temporarily) & other tidying up 2020-07-20 09:01:12 -04:00
dependabot-preview[bot]
f1efbdb38c
Bump eslint from 7.4.0 to 7.5.0 (#177) [skip ci]
Bumps [eslint](https://github.com/eslint/eslint) from 7.4.0 to 7.5.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.4.0...v7.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-19 11:18:57 -04:00
8d92f1484b
bump twemoji to v13.0.1
https://github.com/twitter/twemoji/releases/tag/v13.0.1
2020-07-17 10:36:27 -04:00
dependabot-preview[bot]
85042d3503 Bump netlify-lambda from 1.6.3 to 2.0.0
Bumps [netlify-lambda](https://github.com/netlify/netlify-lambda) from 1.6.3 to 2.0.0.
- [Release notes](https://github.com/netlify/netlify-lambda/releases)
- [Changelog](https://github.com/netlify/netlify-lambda/blob/master/CHANGELOG.md)
- [Commits](https://github.com/netlify/netlify-lambda/compare/v1.6.3...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-15 09:09:57 -04:00
dependabot-preview[bot]
209a69f2f4 Bump hugo-extended from 0.68.3 to 0.74.1
Bumps [hugo-extended](https://github.com/jakejarvis/hugo-extended) from 0.68.3 to 0.74.1.
- [Release notes](https://github.com/jakejarvis/hugo-extended/releases)
- [Commits](https://github.com/jakejarvis/hugo-extended/compare/v0.68.3...v0.74.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-13 15:53:45 -04:00
d3fa7bdb35
finally updating Hugo [skip ci] 2020-07-13 15:53:05 -04:00
c111c90801
start netlify-lambda local server side-by-side with Hugo server
[skip ci]
2020-07-11 16:48:19 -04:00
bb96e937c6
running minify scripts in parallel is inconsistent, apparently 2020-07-11 12:22:41 -04:00
dependabot-preview[bot]
595ed9d503
Bump autoprefixer from 9.8.4 to 9.8.5 (#171) [skip ci]
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.4 to 9.8.5.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.8.4...9.8.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-11 08:05:09 -04:00
725c482ba3
make sure config for Netlify functions is okay so far 😬
[skip ci]
2020-07-10 20:00:39 -04:00
d970c031a5
run initial SCSS refactoring through percy 2020-07-07 08:57:26 -04:00
426e7d91f1
clean up styles & extend old browser support via autoprefixer/eslint 🧓🏻
and stop encoding emojis like a caveman
2020-07-04 19:29:18 -04:00
e10c3a10f7
have CI run linters on every PR, bump eslint 2020-07-03 17:35:39 -04:00
3cadddc799
go back to outlining inline code (single backticks) with light border
and make it possible to use code in post/page titles
2020-06-30 09:37:03 -04:00
99d13da0c7
new Twitter oEmbed endpoint (shortcode input changes from tweet ID to full URL)
https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/get-statuses-oembed

some hacking is required to continue passing only the tweet ID to <amp-twitter data-tweetid="..."> at the same time. ugh.

https://amp.dev/documentation/components/amp-twitter/#attributes
2020-06-28 11:29:35 -04:00
e2ed4c7e4f
use gifsicle-bin fork (includes Linux binary) to override imagemin dependency
https://github.com/jakejarvis/gifsicle-bin
2020-06-24 18:25:27 -04:00
f2a4f13932
switch Dockerfile base from node to golang (for Hugo modules), update deps
[skip ci]
2020-06-23 20:53:24 -04:00
dependabot-preview[bot]
ff65fa5507
Bump eslint from 7.3.0 to 7.3.1 (#165) [skip ci]
Bumps [eslint](https://github.com/eslint/eslint) from 7.3.0 to 7.3.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.3.0...v7.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-22 23:26:51 -04:00
f29033f383
re-tool/clean up scripts and redirects 2020-06-19 09:45:48 -04:00
dependabot-preview[bot]
daeb846865
Bump stylelint-scss from 3.17.2 to 3.18.0 (#163) [skip ci]
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.17.2 to 3.18.0.
- [Release notes](https://github.com/kristerkari/stylelint-scss/releases)
- [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.17.2...3.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-18 11:11:03 -04:00
dependabot-preview[bot]
0832060ac5
Bump lint-staged from 10.2.10 to 10.2.11 (#162) [skip ci]
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.10 to 10.2.11.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.10...v10.2.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-17 10:32:48 -04:00
dependabot-preview[bot]
c9c7ae3401
Bump terser from 4.7.0 to 4.8.0 (#161) [skip ci]
Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.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/v4.7.0...v4.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-16 16:19:34 -04:00
dependabot-preview[bot]
af3a6da11e
Bump eslint-plugin-prettier from 3.1.3 to 3.1.4 (#159) [skip ci]
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.3...v3.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-15 08:55:12 -04:00
dependabot-preview[bot]
a2449d4c07
Bump lint-staged from 10.2.9 to 10.2.10 (#158) [skip ci]
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.9 to 10.2.10.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.9...v10.2.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-12 17:27:27 -04:00
b89920cb40
vendor twemojis before building site and cache them (and ./public) 2020-06-07 12:46:06 -04:00
79be2abafe
update netlify-plugin-cache to v1.0.2 [skip ci] 2020-06-06 16:46:32 -04:00
ec5a6b28e9
restore appropriate cache plugin settings [skip ci] 2020-06-06 11:13:06 -04:00
04ac760629
extracted & published netlify-plugin-cache on NPM: https://github.com/jakejarvis/netlify-plugin-cache 2020-06-06 10:22:14 -04:00
fd06f71df4
cleaning up the netlify plugin
didn't actually try just passing an array of dirs to Netlify plugin, and now only saving cache if build successful

[skip ci]
2020-06-05 19:47:27 -04:00
eafbf87f49
test cache plugin for Netlify 2020-06-05 17:29:22 -04:00
dependabot-preview[bot]
d5b76feb12
Bump stylelint from 13.5.0 to 13.6.0 (#156) [skip ci]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.5.0 to 13.6.0.
- [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.5.0...13.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-05 08:26:48 -04:00
dependabot-preview[bot]
d04b61b6c7
Bump lint-staged from 10.2.8 to 10.2.9 (#155) [skip ci]
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.8 to 10.2.9.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.8...v10.2.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-05 08:25:01 -04:00
3fbbf44f0b
some stuff was being missed by linters, fix glob patterns
[skip ci]
2020-06-03 14:22:21 -04:00
dependabot-preview[bot]
1b9be25a84
Bump lint-staged from 10.2.7 to 10.2.8 (#154) [skip ci]
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.7 to 10.2.8.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.7...v10.2.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-03 13:48:18 -04:00
dependabot-preview[bot]
6be0ce30d4
Bump imagemin-pngquant from 8.0.0 to 9.0.0 (#151) [skip ci]
Bumps [imagemin-pngquant](https://github.com/imagemin/imagemin-pngquant) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/imagemin/imagemin-pngquant/releases)
- [Commits](https://github.com/imagemin/imagemin-pngquant/compare/v8.0.0...v9.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-01 20:19:05 -04:00
dependabot-preview[bot]
d8462ff555
Bump lint-staged from 10.2.6 to 10.2.7 (#149) [skip ci]
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.6 to 10.2.7.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.6...v10.2.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-01 20:17:48 -04:00
dependabot-preview[bot]
56f70f7168
Bump imagemin-jpegoptim from 6.0.0 to 7.0.0 (#146) [skip ci]
Bumps [imagemin-jpegoptim](https://github.com/imagemin/imagemin-jpegoptim) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/imagemin/imagemin-jpegoptim/releases)
- [Commits](https://github.com/imagemin/imagemin-jpegoptim/compare/v6.0.0...v7.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-25 15:29:34 -04:00
dependabot-preview[bot]
c165478f02
Bump imagemin-cli from 5.1.0 to 6.0.0 (#145) [skip ci]
Bumps [imagemin-cli](https://github.com/imagemin/imagemin-cli) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/imagemin/imagemin-cli/releases)
- [Commits](https://github.com/imagemin/imagemin-cli/compare/v5.1.0...v6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-24 09:03:36 -04:00
dependabot-preview[bot]
48771b6bb2
Bump imagemin-svgo from 7.1.0 to 8.0.0 (#144) [skip ci]
Bumps [imagemin-svgo](https://github.com/imagemin/imagemin-svgo) from 7.1.0 to 8.0.0.
- [Release notes](https://github.com/imagemin/imagemin-svgo/releases)
- [Commits](https://github.com/imagemin/imagemin-svgo/compare/v7.1.0...v8.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-24 09:03:25 -04:00
dependabot-preview[bot]
426e2b379c
Bump eslint from 7.0.0 to 7.1.0 (#143) [skip ci]
Bumps [eslint](https://github.com/eslint/eslint) from 7.0.0 to 7.1.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.0.0...v7.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-23 13:38:40 -04:00
dependabot-preview[bot]
49bb7e0d66
Bump lint-staged from 10.2.4 to 10.2.6 (#142) [skip ci]
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.4 to 10.2.6.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.4...v10.2.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-23 13:38:27 -04:00
8c209bfef6
update deps [skip ci] 2020-05-21 13:04:23 -04:00
37e84e1611
update Dockerfile to match 24e16b7387/Dockerfile [skip ci] 2020-05-17 16:22:19 -04:00
dependabot-preview[bot]
44bea85a1a
Bump stylelint from 13.3.3 to 13.4.0 (#135) [skip ci]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.3.3 to 13.4.0.
- [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.3.3...13.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-17 16:17:27 -04:00
dependabot-preview[bot]
50b2753ee1
Bump autoprefixer from 9.7.6 to 9.8.0 (#134) [skip ci]
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.6 to 9.8.0.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.7.6...9.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-17 16:12:20 -04:00
dependabot-preview[bot]
4b2c5fa75e
Bump markdownlint-cli from 0.23.0 to 0.23.1 (#133) [skip ci]
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.23.0 to 0.23.1.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.23.0...v0.23.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-17 16:11:59 -04:00
0ad9d54347
remove HTML comments by default during minify 2020-05-14 20:51:49 -04:00
59a92fc60e
add postcss-focus & postcss-color-rgba-fallback 2020-05-13 21:11:28 -04:00