1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 18:28:26 -04:00

34 Commits

Author SHA1 Message Date
b626955731
restore image captions in markdown with a "clever" (messy) css hack 2025-03-20 12:00:04 -04:00
2b4a86a900
restore YAML frontmatter 2025-03-16 15:35:01 -04:00
5ca7e6cb22
extract metadata merging logic from each page into a helper function 2025-03-14 20:16:27 -04:00
ff9bb81d30
now safe to bump typescript to 4.6 2022-03-07 15:01:30 -05:00
b1687df25b
some repo clean-up 2022-01-04 22:19:28 -05:00
78d17c6337
lint all the things 2022-01-03 20:13:27 -05:00
9979e1bf3f
v5: Revenge of the JavaScript 🦸 (#711)
Hugo ➡️ Next.js
2021-12-30 08:18:41 -05:00
dd5deabb90
add assets/jsconfig.json to .prettierignore 2021-12-18 10:39:06 -05:00
89645e5448
add webpack-bundle-analyzer to the pipeline 2021-12-03 11:18:43 -05:00
6351d848c6
node 16 is now LTS 2021-10-27 09:10:08 -04:00
725a3ae6e5
revert to warm and fuzzy yarn v1 2021-10-19 19:45:01 -04:00
e51961c69a
fix npm-run-all 2021-10-19 09:55:59 -04:00
73637105c5
lint literally ALL the things 🚓 2021-10-12 18:54:55 -04:00
bb8e5e2248
fix canonical URL edge case 2021-10-03 12:28:27 -04:00
4ce401b9ef
switch back to JS for serverless functions (for now) (#549)
Vercel's TS transpiliation is too flaky: https://github.com/vercel/vercel/discussions/6665
2021-09-09 17:30:38 -04:00
aa9f347c3d
almost had it... 2021-09-08 09:16:34 -04:00
b6c325c3b6
try fixing sentry release sourcemaps for serverless functions 2021-09-08 08:03:16 -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
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
3fa058ee76
finally remove every trace of AMP 🥳 (#415) 2021-06-01 07:52:49 -04:00
12ea184d7e
bump deps 2021-05-08 10:26:23 -04:00
298e8ed70f
stop printing debug comments in production footer 2021-05-01 18:07:03 -04:00
e07934517c
fix weird chrome sandbox quirks on dark mode example's iframe 2020-08-14 11:10:47 -04:00
80c926c6f9
re-organize fonts, fix BLM header 2020-08-14 10:22:28 -04:00
bc03922573
stop generating algolia.json (temporarily) & other tidying up 2020-07-20 09:01:12 -04:00
d2323d6038
Update webmentions.yml
[skip ci]
2020-07-13 19:47:46 -04:00
725c482ba3
make sure config for Netlify functions is okay so far 😬
[skip ci]
2020-07-10 20:00:39 -04:00
f3198e0235
clean up a bunch of layouts, especially social-images function
also made even more config.toml parameters optional, will help when finally releasing theme
2020-06-25 10:35:59 -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
eafbf87f49
test cache plugin for Netlify 2020-06-05 17:29:22 -04:00
917fde01dd
make prettier play nice with (almost) everything 👸 2020-05-11 19:28:03 -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