1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 03:18:27 -04:00

261 Commits

Author SHA1 Message Date
a788f673e9
refactor font preloading 2022-07-18 17:27:49 -04:00
39ef018537
bump some deps 2022-07-13 16:00:44 -04:00
9be41b5e5c
separate page/site stats API endpoints to lower memory usage 2022-07-10 17:26:22 -04:00
b5261e9f06
revert stitches reset 2022-07-08 15:36:43 -04:00
54d0b6eac0
bump next to stable 2022-07-08 13:24:38 -04:00
295301aa9e
clean up stitches theme config 2022-07-07 16:19:28 -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
155c6cacd9
only reveal a db record via /api/hits if it matches a real page 2022-07-06 11:49:41 -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
5f22b7989d
fix fathom pings 2022-06-30 09:31:11 -04:00
7da0a713a4
add page stats typings 2022-06-30 09:17:12 -04:00
a4602335a1
optimize /api/hits/ a smidge 2022-06-27 20:07:13 -04:00
7f485959df
add @octokit/graphql-schema types 2022-06-26 18:12:13 -04:00
d7eba0b39c
switch db from fauna to prisma & planetscale (#971) 2022-06-23 17:26:13 -04:00
e782f1a8e8
remove unnecessary memos 2022-06-22 19:53:08 -04:00
25b2e7133b
don't fail the entire build if GH_PUBLIC_TOKEN isn't set 2022-06-21 20:08:31 -04:00
a2f9b21886
restore the /api/playing endpoint 2022-06-21 19:24:00 -04:00
fdae751b58
update eslint config 2022-06-19 17:31:04 -04:00
c3253d85dd
fix vnc hydration errors 2022-06-19 16:54:01 -04:00
b944bb5f65
update cursors on /previously 2022-06-14 16:54:37 -04:00
e735ea9a99
bump next 2022-06-14 07:55:13 -04:00
4e0ca9ff4d
update cache-control headers 2022-06-13 20:07:12 -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
9c15cc454b
use next's built-in node-fetch 2022-06-11 08:20:06 -04:00
31c1a070b1
only return { hits } from /api/hits 2022-06-09 10:58:42 -04:00
3f931e01ce
set html class to light theme in static output 2022-06-03 09:52:18 -04:00
07a96917a4
set lastmod date of /notes to most recent post's 2022-06-02 08:35:56 -04:00
33c210aacf
less resource-intensive methods of parsing URLs 2022-06-01 18:40:57 -04:00
3c48207bd5
fix stitches variable conflicts 2022-05-30 23:06:44 -04:00
be54bc2644
set content-type header of sitemap.xml 2022-05-30 11:41:01 -04:00
3c866ddabf
swap out marquee component 2022-05-29 18:51:12 -04:00
c46bf5869d
update y2k socket host 2022-05-27 21:02:39 -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
8c77ab4a62
update /y2k cursors 2022-05-21 11:32:54 -04:00
9b0adae9ed
simpler check for external URLs 2022-05-20 16:32:54 -04:00
fb5683bf05
fix blockquotes 2022-05-17 13:38:46 -04:00
2f695be18f
don't load fathom script unless on production 2022-05-16 09:40:36 -04:00
cf4f2fe442
slightly less crazy method of styling /previously 2022-05-15 08:09:22 -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
4aaf80aec4
update /cli page 2022-05-10 20:12:03 -04:00
00d497b69b
update server-side sitemap.xml code 2022-05-07 20:47:14 -04:00
d8363d131a
adding more dumb easter eggs 🐣 2022-05-06 22:49:46 -04:00
2ea6495fd8
fix prefers-reduced-motion detection 2022-05-03 14:57:32 -04:00
64303400a4
lengthen cache-control headers 2022-05-02 10:29:01 -04:00