1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 15:16:40 -04:00
Commit Graph

30 Commits

Author SHA1 Message Date
beb74f84ce remove broken fathom dashboard iframes 2022-09-23 16:39:59 -04:00
39ef018537 bump some deps 2022-07-13 16:00:44 -04:00
d7eba0b39c switch db from fauna to prisma & planetscale (#971) 2022-06-23 17:26:13 -04:00
1e1ecd89ea refactor component/page function returns 2022-05-25 09:30:11 -04:00
fb5683bf05 fix blockquotes 2022-05-17 13:38:46 -04:00
d8363d131a adding more dumb easter eggs 🐣 2022-05-06 22:49:46 -04:00
36e0835947 fix fathom dashboard iframe 2022-04-26 14:35:08 -04:00
831139c132 actually listen to react-hooks/exhaustive-deps warning 2022-04-21 18:10:03 -04:00
4ea5b15db0 refactor component imports/exports 2022-03-16 11:22:56 -04:00
f2fb718d0f update constants 2022-02-26 12:06:41 -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
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
5d402bc31b remove some unused analytics config 2022-01-22 20:37:57 -05:00
0462428a54 even more styled components 2022-01-20 08:26:30 -05:00
171bdd65b6 more preparation for styled components 2022-01-19 11:00:28 -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
e6ead77f5f update <PageTitle /> component 2022-01-12 12:56:24 -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
5df05a2002 redirect /stats to public fathom dashboard 2021-12-30 13:11:34 -05:00
ff4bf9cc5d update /privacy page to mention fathom/vercel analytics 2021-12-30 10:56:16 -05:00
9979e1bf3f v5: Revenge of the JavaScript 🦸 (#711)
Hugo ➡️ Next.js
2021-12-30 08:18:41 -05:00