1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 19:08:26 -04:00

48 Commits

Author SHA1 Message Date
6f5c066525
detatch theme provider from stitches logic 2024-02-15 10:48:45 -05:00
e877916f6f
switch fonts to Geist Sans and Geist Mono (#1835)
* switch fonts to Geist Sans and Geist Mono

* adjust font sizes slightly

* fix lockfile

* Update contact.tsx
2024-01-08 11:10:05 -05:00
893db7e951
bump next to 13.5 2023-10-02 11:59:15 -04:00
88b1633d7a
bump next to 13.2 2023-03-08 18:03:56 -05:00
0c029b7252
🐦 ➡️ 🦣 2022-11-28 23:37:21 -05:00
aef4df3860
add redirect for running mastodon on subdomain 2022-11-25 12:10:31 -05:00
db6594faa7
add Mastodon link 2022-11-17 14:10:00 -05:00
279688b89f
switch monospace font to Source Code Pro 2022-11-12 13:09:32 -05:00
1c53376988
type-safe stitches util for fancy link underline color 2022-07-31 11:24:44 -04:00
1f373541be
add :focus-visible css selector to some hover styles 2022-07-27 18:05:50 -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
3f931e01ce
set html class to light theme in static output 2022-06-03 09:52:18 -04:00
3c48207bd5
fix stitches variable conflicts 2022-05-30 23:06:44 -04:00
1e1ecd89ea
refactor component/page function returns 2022-05-25 09:30:11 -04:00
9b0adae9ed
simpler check for external URLs 2022-05-20 16:32:54 -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
3547d14576
allow additional rel info for new tab links 2022-04-29 12:54:35 -04:00
e1da53a1fe
prepare for new next/link behavior
see new-next-link branch
2022-04-28 12:32:50 -04:00
de28dbf4ed
homepage text updates 2022-04-22 19:03:18 -04:00
8641b6a90e
separate out inline code and code block components 2022-04-11 19:05:01 -04:00
4ea5b15db0
refactor component imports/exports 2022-03-16 11:22:56 -04:00
ddb9fdff8d
fix super nitpicky indented headings 2022-03-12 11:07:33 -05:00
34fccfefc3
use stitches-normalize 🧵
https://github.com/jakejarvis/stitches-normalize
2022-03-06 11:24:58 -05:00
f8b6378faf
refactor the link underline logic to produce smaller output 2022-03-04 09:33:44 -05:00
dc7622a7af
switch some style props to css 2022-03-03 11:46:18 -05:00
c2dde042b7
CSS modules ➡️ Stitches 🧵 (#799) 2022-03-03 09:18:26 -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
c1e030dfcc
fix magic wand cursor 🪄 2022-01-24 20:43:45 -05:00
e91595c8bf
fix custom image width/height when passed in as strings 2022-01-24 11:37:12 -05:00
0343aa9be4
move more junk out of index.css and into components 2022-01-22 18:52:29 -05:00
7e37adabc1
all components should accept additional classnames 2022-01-20 12:06:05 -05:00
a406010bd2
next-mdx-remote v4 (#737) 2022-01-18 09:25:09 -05:00
399091122c
finally tested on windows/edge -- fix resulting weirdness
- magic wand cursor
- unnecessary horizontal scroll bar on short code blocks
2022-01-14 11:00:31 -05:00
1a0541776e
extract syntax highlighting styles into a CSS module 2022-01-13 09:04:02 -05:00
12d0959629
styled-jsx sheets weren't being rendered server-side 🤦 2022-01-12 11:31:03 -05:00
0ef7ff5f92
start extracting types to shared .d.ts file 2022-01-10 14:18:33 -05:00
b552b6ae64
add typescript eslint parser/rules 2022-01-10 13:46:49 -05:00
32d1683e51
revert colord to smaller hex-rgb 2022-01-09 19:49:54 -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
6b756a54c1
fix unused components still loading on posts 2022-01-06 09:10:25 -05:00
3864a57d1a
consolidate mdx file parsing 2022-01-03 17:53:47 -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
c47f5f917d
home component -> index.tsx where it's supposed to be 2022-01-01 13:56:33 -05:00
9979e1bf3f
v5: Revenge of the JavaScript 🦸 (#711)
Hugo ➡️ Next.js
2021-12-30 08:18:41 -05:00