1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-23 07:15:58 -04:00
Commit Graph

130 Commits

Author SHA1 Message Date
jake 59a92fc60e add postcss-focus & postcss-color-rgba-fallback 2020-05-13 21:11:28 -04:00
jake a4dab78f99 fix netlify dev
https://cli.netlify.com/netlify-dev#project-detection

[skip ci]
2020-05-12 06:40:50 -04:00
dependabot-preview[bot] 1458e6e2a9 Bump eslint from 6.8.0 to 7.0.0 (#130) [skip ci]
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.0.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/v6.8.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-08 16:30:15 -04:00
jake 323b3dd9f6 add Prettier to workflow 🎀 (#128)
* prettier init

* prettier ignore

* run on everything 😬

* add prettier check script

* update deps

* Update .prettierignore
2020-05-06 12:19:21 -04:00
dependabot-preview[bot] 99a2ffd82d Bump markdownlint-cli from 0.22.0 to 0.23.0 (#126) [skip ci]
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.22.0...v0.23.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-05 01:57:27 -04:00
jake 759bae4f14 bump postcss resolution
[skip ci]
2020-05-04 20:52:46 -04:00
dependabot-preview[bot] 03e47619d1 Bump lint-staged from 10.2.1 to 10.2.2 (#125) [skip ci]
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.1 to 10.2.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.1...v10.2.2)

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-01 11:07:23 -04:00
dependabot-preview[bot] c8579d61b9 Bump terser from 4.6.12 to 4.6.13
Bumps [terser](https://github.com/terser/terser) from 4.6.12 to 4.6.13.
- [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.6.12...v4.6.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-30 11:29:22 -04:00
jake dead391723 send event to analytics on theme toggle 2020-04-30 09:42:00 -04:00
jake e478c76e2d bump twemoji to v12.1.6
https://github.com/twitter/twemoji/releases/tag/v12.1.6
2020-04-28 15:51:13 -04:00
jake c7e64cd36e clean stuff up & update deps 2020-04-28 10:22:02 -04:00
jake 9a87b9fa8d fix analytics 2020-04-28 08:45:56 -04:00
jake b0893ff52f bundle simple analytics script locally & minify everything with terser 2020-04-27 20:49:20 -04:00
dependabot-preview[bot] f42b7e2219 Bump postcss-cli from 7.1.0 to 7.1.1 (#121) [skip ci]
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 7.1.0 to 7.1.1.
- [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.0...7.1.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-04-27 15:02:24 -04:00
jake adfa73b5fc fingerprint CSS and JS, set one week browser cache
...and LOTS of tidying partials
2020-04-25 11:15:31 -04:00
jake d2648a68be fix some dark mode logic glitches & random clean up 2020-04-24 18:03:33 -04:00
jake 5477e34235 some tweaking of post-build image optimization 2020-04-24 12:58:18 -04:00
jake 7de9d10792 update deps 2020-04-21 11:51:39 -04:00
jake b13da8e05b dark mode 😎 (#112)
* prepare dark mode stuffs

* themed all global colors

* store preference in local storage

* toggle styling

* lightbulb position

* minify bundled script with uglify-js instead of hugo

* detect whether user has an OS-wide dark mode preference and use that by default

* two different colors for each homepage link

* inline bulb SVGs into stylesheet

* fingerprint and cache styles for a year

* fix lightbulb positioning with weird magic numbers, will come back to that

* themed syntax highlighting

* use terser instead of uglify-js (b/c of ES6)
2020-04-20 15:04:30 -04:00
jake b53574f3ef add terser to package.json [skip ci] 2020-04-20 14:59:49 -04:00
dependabot-preview[bot] e5c7c49d36 Bump stylelint-scss from 3.17.0 to 3.17.1 (#114) [skip ci]
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.17.0 to 3.17.1.
- [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.0...3.17.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-04-20 12:44:59 -04:00
dependabot-preview[bot] d79b820086 Bump lint-staged from 10.1.5 to 10.1.6 (#113) [skip ci]
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.1.5 to 10.1.6.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.1.5...v10.1.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-04-19 14:13:43 -04:00
jake 34ffad91de update deps [skip ci] 2020-04-18 11:37:25 -04:00
dependabot-preview[bot] e110d77c93 Bump lint-staged from 10.1.3 to 10.1.4
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.1.3...v10.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-17 11:44:27 -04:00
jake 7b5f3a3be8 commit .nvmrc
[skip ci]
2020-04-15 13:57:06 -04:00
dependabot-preview[bot] 3b869cc275 Bump stylelint from 13.3.1 to 13.3.2 (#108) [skip ci]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.3.1 to 13.3.2.
- [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.1...13.3.2)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-11 11:44:18 -04:00
dependabot-preview[bot] 01ba7e3e5d Bump husky from 4.2.4 to 4.2.5 (#106) [skip ci]
Bumps [husky](https://github.com/typicode/husky) from 4.2.4 to 4.2.5.
- [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.4...v4.2.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-04-09 19:35:23 -04:00
dependabot-preview[bot] 51dd770094 Bump husky from 4.2.3 to 4.2.4 (#105) [skip ci]
Bumps [husky](https://github.com/typicode/husky) from 4.2.3 to 4.2.4.
- [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.3...v4.2.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-04-09 12:41:51 -04:00
dependabot-preview[bot] 468178ce57 Bump stylelint-scss from 3.16.0 to 3.16.1 (#102) [skip ci]
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.16.0 to 3.16.1.
- [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.16.0...3.16.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-04-09 12:16:41 -04:00
dependabot-preview[bot] e42f708640 Bump stylelint from 13.3.0 to 13.3.1 (#103) [skip ci]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.3.0 to 13.3.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.3.0...13.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-04-09 12:16:27 -04:00
dependabot-preview[bot] 9670897912 Bump lint-staged from 10.1.2 to 10.1.3 (#104) [skip ci]
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.1.2 to 10.1.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.1.2...v10.1.3)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-09 12:15:57 -04:00
jake 93f507c047 update dependencies & set postcss via postcss-clean to v7.x as a resolution
[skip ci]
2020-04-06 18:42:55 -04:00
jake 3224d9b072 better implementation of hugo mods for twemojis 📦 2020-04-06 08:44:43 -04:00
jake 4f71dd509b remove old dependencies [skip ci] 2020-04-05 17:07:19 -04:00
jake b69461c306 clean up a few headers, redirects, scripts 2020-04-05 15:50:41 -04:00
dependabot-preview[bot] 251f154aef Bump lint-staged from 10.1.1 to 10.1.2 (#100) [skip ci]
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.1.1 to 10.1.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.1.1...v10.1.2)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-05 10:26:28 -04:00
jake a9b79ea0c3 oops, fix yarn scripts to point to vendor folder 2020-04-04 12:39:03 -04:00
jake 236ee5b0af small fix to spacing on responsive list pages
and make CI & Netlify use a newest version of Go (required for modules)
2020-04-03 17:09:46 -04:00
dependabot-preview[bot] e607a0c75d Bump stylelint from 13.2.1 to 13.3.0 (#98) [skip ci]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.2.1 to 13.3.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.2.1...13.3.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-04-03 13:27:12 -04:00
dependabot-preview[bot] 15411aca7b Bump percy from 0.26.1 to 0.26.2 (#97) [skip ci]
Bumps [percy](https://github.com/percy/percy-agent) from 0.26.1 to 0.26.2.
- [Release notes](https://github.com/percy/percy-agent/releases)
- [Changelog](https://github.com/percy/percy-agent/blob/master/CHANGELOG.md)
- [Commits](https://github.com/percy/percy-agent/compare/v0.26.1...v0.26.2)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-03 12:28:21 -04:00
dependabot-preview[bot] 5c9081c37c Bump percy from 0.26.0 to 0.26.1 (#96) [skip ci]
Bumps [percy](https://github.com/percy/percy-agent) from 0.26.0 to 0.26.1.
- [Release notes](https://github.com/percy/percy-agent/releases)
- [Changelog](https://github.com/percy/percy-agent/blob/master/CHANGELOG.md)
- [Commits](https://github.com/percy/percy-agent/compare/v0.26.0...v0.26.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-04-01 17:02:23 -04:00
dependabot-preview[bot] fe1a336e5b Bump lint-staged from 10.1.0 to 10.1.1 (#95) [skip ci]
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.1.0 to 10.1.1.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.1.0...v10.1.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-03-31 12:35:39 -04:00
jake 5a380a8a72 limit percy.io usage [skip ci] 2020-03-30 13:01:36 -04:00
dependabot-preview[bot] 79aa99f7cf Bump lint-staged from 10.0.10 to 10.1.0 (#93) [skip ci]
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.0.10 to 10.1.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.0.10...v10.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-03-30 12:20:36 -04:00
jake 933a1fe0cd fix lighthouse CI tests 2020-03-30 00:52:18 -04:00
jake 5cb8abc0e2 remove unused twemoji PNGs from build 2020-03-29 17:18:12 -04:00
jake 2156c6ed88 swap native emojis for Twemojis 🎉 (#92) 2020-03-29 15:30:12 -04:00
dependabot-preview[bot] 91ecc58889 Bump hugo-extended from 0.65.3 to 0.68.3
Bumps [hugo-extended](https://github.com/jakejarvis/hugo-extended) from 0.65.3 to 0.68.3.
- [Release notes](https://github.com/jakejarvis/hugo-extended/releases)
- [Commits](https://github.com/jakejarvis/hugo-extended/compare/v0.65.3...v0.68.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-27 11:38:48 -04:00
dependabot-preview[bot] 4a69557a1f Bump lint-staged from 10.0.8 to 10.0.9
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.0.8 to 10.0.9.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.0.8...v10.0.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-24 09:07:08 -04:00
jake cb7b9f5b91 ignore some markdownlint warnings 2020-03-24 00:40:50 -04:00