1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-27 17:45:41 -04:00

56 Commits

Author SHA1 Message Date
f4c69292df do react types more better too 🧠 2025-05-19 17:58:03 -04:00
b196249f25 homebrew comments system 2025-05-14 09:49:55 -04:00
afcced7707 publish tailwind post with new image diff component 2025-05-08 15:14:37 -04:00
fff705f1e8 add language indicator to code blocks 2025-05-07 20:01:12 -04:00
62e95e3cfe some more arguably unnecessary refactoring 2025-05-05 22:24:25 -04:00
5058382f71 Tailwind redesign (#2387) 2025-05-02 22:04:26 -04:00
c4f67f170b strip js import/export statements from raw post content (for rss, etc.) 2025-04-27 17:51:36 -04:00
430789c25d offload videos to vercel blob 2025-04-23 09:34:28 -04:00
98ea88dae9 a bunch of cleanup, mostly of my messy css hacks over the years 2025-04-18 12:11:16 -04:00
64caf0f88b clean up middleware matcher 2025-03-28 11:06:27 -04:00
8308b635b8 apparently nextjs does NOT like when you link to a redirected route... 2025-03-27 11:57:55 -04:00
e865d9d8e5 restore local video assets now that webpack (and remark) can process them 2025-03-26 19:53:12 -04:00
d3250bd00e more caching and error handling 2025-03-24 11:45:48 -04:00
b626955731 restore image captions in markdown with a "clever" (messy) css hack 2025-03-20 12:00:04 -04:00
d714e6e99b offload videos to vercel blob storage 2025-03-19 16:14:10 -04:00
2b4a86a900 restore YAML frontmatter 2025-03-16 15:35:01 -04:00
e162d6a46c dynamic opengraph images 2025-03-14 08:22:32 -04:00
e61ca889a7 consistent arrow functions 2025-03-12 18:10:11 -04:00
8e89701453 lucide icons 2025-03-11 21:18:41 -04:00
354dade9aa move some non-post pages to mdx 2025-03-07 11:53:23 -05:00
6706aa68ab refactor notes directory and front matter 2025-03-06 16:52:11 -05:00
ba10742c9b properly import and optimize/cache images in markdown files 2025-03-03 15:56:57 -05:00
c1ed417003 remove prisma accelerate extension 2025-02-14 17:26:11 -05:00
1813de3f0a bump some deps 2024-04-01 10:36:46 -04:00
fb43272d2b bump next to 13.1.0 2022-12-22 13:05:20 -05:00
488bfac9c5 re-enable eslint-plugin-mdx with fix for OOM error
https://github.com/mdx-js/vscode-mdx#known-vscode-eslint-issues
2022-08-25 20:18:42 -04:00
e782f1a8e8 remove unnecessary memos 2022-06-22 19:53:08 -04:00
a1326e4ccb extract codepen embed as a component 2022-06-06 10:47:56 -04:00
3f931e01ce set html class to light theme in static output 2022-06-03 09:52:18 -04:00
a624a8c30f update dependabot config
https://github.blog/changelog/2022-05-10-dependabot-keeps-types-dependencies-in-sync-with-updated-packages/
2022-05-12 09:21:30 -04:00
1d3727cca0 publish "Moving from Hugo to Next.js" post 2022-04-07 13:22:17 -04:00
52888ed4b4 fixed typo in how-to-pull-request doc 2022-03-31 11:26:20 -04:00
05608261ca images are finally linkable again 2022-03-21 16:17:35 -04:00
91673a5fc3 fix very, very bad SEO bug 2022-02-17 20:10:14 -05:00
3edaa6b0e4 clean up <Video /> props 2022-02-16 11:10:09 -05:00
0b526fd4d2 migrate y2k.app to a simple page here 2022-01-28 18:58:19 -05:00
caac9b905a <IFrame /> component 2022-01-18 13:54:12 -05:00
a406010bd2 next-mdx-remote v4 (#737) 2022-01-18 09:25:09 -05:00
2ef5d06c38 proper cwd for mdx components 2022-01-17 11:13:13 -05:00
a139447b39 remove markdown from plaintext post titles 2022-01-16 18:16:02 -05:00
64a91d67bf new <Figure> component for image captions 2022-01-13 13:39:22 -05:00
b51e8a38ce passing a custom link component to mdx was unnecessary 2022-01-12 14:20:45 -05:00
afcc5972bb swap copy to clipboard octicons 2022-01-10 21:14:11 -05:00
78967815e1 highlight.js -> prism (#730) 2022-01-10 19:10:19 -05:00
972a25abc6 parse markdown in titles at build time 2022-01-10 08:37:30 -05:00
58321a3844 priority flag on above-the-fold images 2022-01-09 23:35:16 -05:00
f56006d627 assume images should be centered for now 2022-01-09 23:14:35 -05:00
6436a34c59 pass mdx images through next/image for full optimization benefits 2022-01-09 22:53:10 -05:00
58ac05a84f allow disabling comments via front matter 2022-01-09 16:22:45 -05:00
65416fcc1f next-mdx-remote -> mdx-bundler (#729) 2022-01-09 13:45:38 -05:00