1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 15:56:23 -04:00

17 Commits

Author SHA1 Message Date
a2d2eee612
*much* stricter typescript (and some js) linting 😬 2021-07-11 11:15:53 -04:00
23aeb2fab1
babel-minify -> terser via webpack 2021-06-27 11:03:36 -04:00
363b4edf1c
shift asset processing to webpack (#424)
also migrated SASS to latest syntax (via dart-sass) and vastly simplified light/dark theme logic
2021-06-19 17:19:01 -04:00
f35bd7aac2
clean up type declarations 2021-06-13 08:24:27 -04:00
9314c7eb15
compile typescript before hitting babel 2021-06-06 08:36:28 -04:00
d389d05d7a
more typescript linting 2021-06-05 23:32:11 -04:00
63cb4dde53
dear lord typescript gets messy fast 2021-06-05 21:10:51 -04:00
0a9e0d789e
playing with typescript (probably all wrong) 2021-06-05 16:58:56 -04:00
23debefee2
add babel / esbuild pipes via Hugo, remove terser 2021-06-05 08:35:57 -04:00
82c42f8322
deploy to Vercel 2021-06-04 10:19:34 -04:00
9505767f3d
add /api/projects endpoint and /projects page with GH-style repo cards 2021-06-03 09:31:53 -04:00
3fa058ee76
finally remove every trace of AMP 🥳 (#415) 2021-06-01 07:52:49 -04:00
78179c5901
run AMP server-side optimizer via Netlify build plugin (#263) 2020-11-12 18:43:24 -05:00
725c482ba3
make sure config for Netlify functions is okay so far 😬
[skip ci]
2020-07-10 20:00:39 -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
24edb85379
create inline-svg partial function
[skip ci]
2020-05-14 13:36:27 -04:00
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