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

50 Commits

Author SHA1 Message Date
893db7e951
bump next to 13.5 2023-10-02 11:59:15 -04:00
afbdcc7b06
enable vercel analytics 2023-06-17 20:14:43 -04:00
b58a138ce2
clean up next fonts 2022-10-30 17:24:03 -04:00
6520e6fa2e fontsource -> next/font 2022-10-29 08:45:54 -04:00
69a0a25063
more eslint/prettier cleanup 2022-08-28 15:01:35 -04:00
a0957032b2
remove fake marquee from /previously 2022-07-20 15:04:50 -04:00
446d277e2e
bump next 2022-07-18 20:45:50 -04:00
a788f673e9
refactor font preloading 2022-07-18 17:27:49 -04:00
54d0b6eac0
bump next to stable 2022-07-08 13:24:38 -04:00
b1a92a2eab
refactor component styles to use type-safe stitches tokens
https://stitches.dev/docs/typescript#stricter-experience
2022-07-07 13:33:20 -04:00
b944bb5f65
update cursors on /previously 2022-06-14 16:54:37 -04:00
3c866ddabf
swap out marquee component 2022-05-29 18:51:12 -04:00
804e88b7f9
font preloading logic 2022-05-27 12:36:58 -04:00
c2648a0943
only declare Comic Neue font face on /previously 2022-05-26 09:41:41 -04:00
1e1ecd89ea
refactor component/page function returns 2022-05-25 09:30:11 -04:00
ff96ccae44
fix style nesting 2022-05-24 20:48:26 -04:00
cf4f2fe442
slightly less crazy method of styling /previously 2022-05-15 08:09:22 -04:00
d8363d131a
adding more dumb easter eggs 🐣 2022-05-06 22:49:46 -04:00
3547d14576
allow additional rel info for new tab links 2022-04-29 12:54:35 -04:00
392ad9bb56
update link to archived hugo site 2022-04-23 07:54:03 -04:00
831139c132
actually listen to react-hooks/exhaustive-deps warning 2022-04-21 18:10:03 -04:00
05608261ca
images are finally linkable again 2022-03-21 16:17:35 -04:00
4ea5b15db0
refactor component imports/exports 2022-03-16 11:22:56 -04:00
c2dde042b7
CSS modules ➡️ Stitches 🧵 (#799) 2022-03-03 09:18:26 -05:00
17104d765b
make sticky header optional via prop 2022-02-16 10:30:18 -05:00
f0259dbab5
stop being lazy with css selectors 2022-01-30 11:38:37 -05:00
9f34cec930
custom <Link /> wrapper around next/link 2022-01-30 10:33:40 -05:00
0b526fd4d2 migrate y2k.app to a simple page here 2022-01-28 18:58:19 -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
5bf909fab5
add v3 to /previously 2022-01-26 16:17:39 -05:00
51ecae3c9b
custom <Image /> wrapper now supports static imports too 2022-01-24 08:57:21 -05:00
224358fd68
add some rounded corners and theme transition fading 2022-01-21 12:05:01 -05:00
0462428a54
even more styled components 2022-01-20 08:26:30 -05:00
caac9b905a
<IFrame /> component 2022-01-18 13:54:12 -05:00
5e9503b562
remove unnecessary react fragments 2022-01-18 09:54:30 -05:00
a406010bd2
next-mdx-remote v4 (#737) 2022-01-18 09:25:09 -05:00
ad0431d3b9
component reorganization 2022-01-16 18:31:51 -05:00
867ad4c977
remove all styled-jsx from components 2022-01-15 16:30:18 -05:00
ddb178cab0
prioritize above-the-fold images 2022-01-15 07:50:11 -05:00
1a0541776e
extract syntax highlighting styles into a CSS module 2022-01-13 09:04:02 -05:00
e6ead77f5f
update <PageTitle /> component 2022-01-12 12:56:24 -05:00
d7c564e20d
Update README 2022-01-10 13:35:54 -05:00
41d2b8c64b
scss ➡️ vanilla css (#727)
* scss isn't worth the technical/mental overhead anymore

* try to translate my old Hugo pygments themes

* update lockfile

* consolidate .hljs classes
2022-01-07 16:17:14 -05:00
354d767fc5
move <Layout> to _app.tsx so it's not rerendered 2022-01-07 09:57:32 -05:00
17375ef876
static header and footer were being re-rendered on every route change 2022-01-06 19:58:07 -05:00
ca614e1a1a
consistent use of arrow functions/default exports 2022-01-02 15:16:07 -05:00
ddb48ef2ab
octicons weren't being tree-shaken -- import SVGs manually for now 2022-01-01 18:14:04 -05:00
b5d039b9d6
icons weren't being tree-shaken 2022-01-01 09:31:42 -05:00
854b9da5e2
not messing with the base font size sure fixes a ton of problems.... 2021-12-31 19:51:29 -05:00
9979e1bf3f
v5: Revenge of the JavaScript 🦸 (#711)
Hugo ➡️ Next.js
2021-12-30 08:18:41 -05:00