1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 08:58:30 -04:00

58 Commits

Author SHA1 Message Date
b13c8259b3
attempt to make edge functions a tad bit lighter 2023-07-06 10:37:51 -04:00
d4b806dfcf
refactor favicon imports 2022-11-13 19:11:30 -05:00
5c5985445b
bump next 2022-11-12 09:05:43 -05:00
f51d48f622
use new giscus options 2022-11-07 08:38:02 -05:00
39ef018537
bump some deps 2022-07-13 16:00:44 -04:00
8d47958473
fix sitemap.xml timeouts 2022-07-06 03:32:55 -04:00
887c24d317
add getStaticProps types 2022-06-30 20:56:34 -04:00
fdae751b58
update eslint config 2022-06-19 17:31:04 -04:00
a63ea35463
clean up strict types a bit more 2022-06-13 12:01:35 -04:00
1776173cab
finally fix slow typescript compilation!
see https://github.com/stitchesjs/stitches/issues/1038
2022-06-13 06:47:29 -04:00
bde473041a
separate markdown compilation to hopefully reduce function bundle sizes 2022-06-11 11:58:23 -04:00
33c210aacf
less resource-intensive methods of parsing URLs 2022-06-01 18:40:57 -04:00
1e1ecd89ea
refactor component/page function returns 2022-05-25 09:30:11 -04:00
d718555001
clean up note types 2022-04-30 18:01:33 -04:00
e1da53a1fe
prepare for new next/link behavior
see new-next-link branch
2022-04-28 12:32:50 -04:00
a3870a15db
fs -> fs/promises -> asyncify all note parsing 2022-04-26 17:22:44 -04:00
8a97b706be
more optimization/error handling 2022-04-22 09:18:53 -04:00
a8c1a3ba3c
use safer method of concatenating absolute URLs 2022-04-07 15:29:15 -04:00
eccf2108c7
React 18 (#863)
* gymnastics to make theme script work with react 18 hydration

* try next 12.1.3 canary to fix SSG head tags?

* revert theme script changes

* next 12.1.3-canary.3

* double-revert some of the use-theme.tsx changes

* separate theme restoration script & move to _document

* bump next

* bump next (again)

* clean up some theme stuff

* use hashed image URLs in webmanifest and feeds

* text experimental react config

* Update ThemeScript.tsx

* switch selfie image to `layout="raw"`

* use `layout="raw"` for all non-imported images

* revert raw images in some places, messes up responsiveness

* fix nitpicky "no divs inside buttons" html validation error

* fix react-player hydration errors

* fix hydration errors from server/client time zone differences

* clean up hydration fixes

* Update format-date.ts

* last-minute cleanup
2022-04-06 09:37:16 -04:00
4ea5b15db0
refactor component imports/exports 2022-03-16 11:22:56 -04:00
87848cc697
just some refactoring 2022-03-09 14:07:06 -05:00
f2fb718d0f
update constants 2022-02-26 12:06:41 -05:00
e6f1955efb
organize types a bit more sanely & bump deps 2022-02-24 07:06:34 -05:00
d258ebd988
group config files 2022-02-11 11:14:28 -05:00
11f05c3b0a
move default next-seo config to clean up _app.tsx 2022-02-01 20:35:40 -05:00
9f34cec930
custom <Link /> wrapper around next/link 2022-01-30 10:33:40 -05:00
c1e030dfcc
fix magic wand cursor 🪄 2022-01-24 20:43:45 -05:00
5847fd82b6
dial up the minification of MDX output a bit more 2022-01-24 13:58:27 -05:00
e5b862508c
manually minify JS outputted by next-mdx-remote v4 2022-01-24 10:41:31 -05:00
0343aa9be4
move more junk out of index.css and into components 2022-01-22 18:52:29 -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
867ad4c977
remove all styled-jsx from components 2022-01-15 16:30:18 -05:00
872846dbeb
giscus comments! 2022-01-15 11:28:31 -05:00
d979ef733a
don't load utterances until user's near the bottom of post 2022-01-15 08:25:32 -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
0ef7ff5f92
start extracting types to shared .d.ts file 2022-01-10 14:18:33 -05:00
6436a34c59
pass mdx images through next/image for full optimization benefits 2022-01-09 22:53:10 -05:00
379696166b
move utteranc.es preload tag 2022-01-09 16:34:59 -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
ce39750b0b
open graph tag-tags 2022-01-08 11:03:19 -05:00
c35e33da8d add utteranc.es comments to notes 2022-01-08 07:58:32 -05:00
b13923b3b7
fix double-quote encoding in article JSON-LD
related: https://github.com/garmeeh/next-seo/issues/711

https://search.google.com/search-console/r/unknown-type/drilldown?resource_id=https%3A%2F%2Fjarv.is%2F&item_key=CgIIGBADGA4&hl=en&sharing_key=szw2VOK7QYoeChN1-JxOqg
2022-01-07 10:36:26 -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
3864a57d1a
consolidate mdx file parsing 2022-01-03 17:53:47 -05:00
d2b71887b4
generate permalinks when parsing note 2022-01-03 16:26:20 -05:00