1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 15:48:31 -04:00

28 Commits

Author SHA1 Message Date
84702aeab1
remove css reset as a dependency 2025-04-08 19:52:54 -04:00
5b2caf4a96
add stylelint 2025-03-12 09:44:06 -04:00
8e89701453
lucide icons 2025-03-11 21:18:41 -04:00
ba10742c9b
properly import and optimize/cache images in markdown files 2025-03-03 15:56:57 -05:00
8aabb4a66f
Migrate to app router (#2254) 2025-02-07 11:33:38 -05:00
1d8c2eab99
react-twitter-embed ➡️ react-tweet 2023-09-08 11:47:38 -04:00
670dc1b6e2
Revert "bump next & use legacy next/router"
This reverts commit ddb0843bace578cc99454d4367e18d8b69bf27a0.
2022-11-03 15:13:29 -04:00
ddb0843bac
bump next & use legacy next/router 2022-11-03 09:18:39 -04:00
a788f673e9
refactor font preloading 2022-07-18 17:27:49 -04:00
ff96ccae44
fix style nesting 2022-05-24 20:48:26 -04:00
ef3071dd99
remove unnecessary memoization 2022-05-04 09:44:05 -04:00
383c88d5ef
random organization 2022-04-28 19:28:16 -04:00
4ea5b15db0
refactor component imports/exports 2022-03-16 11:22:56 -04:00
9ac0b828d1
remove unnecessary flexboxes 2022-03-04 15:24:21 -05:00
f8b6378faf
refactor the link underline logic to produce smaller output 2022-03-04 09:33:44 -05:00
c2dde042b7
CSS modules ➡️ Stitches 🧵 (#799) 2022-03-03 09:18:26 -05:00
147128516e
re-add next-remote-watch as local dev server 2022-02-16 14:25:27 -05:00
3bc3e1b5a1
export prop types from component files 2022-02-16 10:39:32 -05:00
ae0fd5f56b
extract list of menu links to a config file 2022-02-11 15:13:32 -05:00
885f97fa64
update component prop types to use JSX.IntrinsicElements 2022-02-09 09:37:20 -05:00
f0259dbab5
stop being lazy with css selectors 2022-01-30 11:38:37 -05:00
2a29d713bb
remove global .icon style 2022-01-30 09:00:59 -05:00
283eb62446
less corny header and note meta icons (#746)
* less corny header and note meta icons

* swap out more twemojis

* indicate active page in nav bar

* update favicons

* extract `<MenuLink />` into its own component

* change hover effect to an underline

* cropped header photo
2022-01-27 10:06:26 -05:00
51ecae3c9b
custom <Image /> wrapper now supports static imports too 2022-01-24 08:57:21 -05:00
0343aa9be4
move more junk out of index.css and into components 2022-01-22 18:52:29 -05:00
224358fd68
add some rounded corners and theme transition fading 2022-01-21 12:05:01 -05:00
2162e9d563
properly merge multiple class names 2022-01-20 10:38:18 -05:00
a406010bd2
next-mdx-remote v4 (#737) 2022-01-18 09:25:09 -05:00