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

20 Commits

Author SHA1 Message Date
58c82a1715
cumulative layout shift fixes
- inject theme toggle placeholder instead of loading dynamically
- explicitly set sticky header height
- set `font-display: fallback`
2022-01-14 17:10:35 -05:00
e6ead77f5f
update <PageTitle /> component 2022-01-12 12:56:24 -05:00
732a870a07
completely redo the header flexbox fiasco 2022-01-12 09:15:08 -05:00
53158f6d3c
pull SVG icons directly from their NPM packages 2022-01-11 19:19:47 -05:00
a1fd5cd940
re-add <meta name="theme-color" ...> tag 2022-01-07 17:19:12 -05:00
41d2b8c64b
scss ➡️ vanilla css (#727)
* scss isn't worth the technical/mental overhead anymore

* try to translate my old Hugo pygments themes

* update lockfile

* consolidate .hljs classes
2022-01-07 16:17:14 -05:00
3528707e52
toggle is still flashing, try reverting to importing dynamically...? 2022-01-06 20:11:15 -05:00
17375ef876
static header and footer were being re-rendered on every route change 2022-01-06 19:58:07 -05:00
3394cac5de
use the excellent next-themes module 2022-01-06 10:08:24 -05:00
70778db89d
ThemeToggle.module.scss -> inline style
removes an unnecessary call to a very small CSS file since the toggle is loaded dynamically
2022-01-04 10:18:12 -05:00
78d17c6337
lint all the things 2022-01-03 20:13:27 -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
c420967b4c
set <meta name="theme-color" ...> dynamically 2022-01-01 12:11:15 -05:00
b5d039b9d6
icons weren't being tree-shaken 2022-01-01 09:31:42 -05:00
76d494cd32
couple more adjustments 2021-12-31 20:24:05 -05:00
854b9da5e2
not messing with the base font size sure fixes a ton of problems.... 2021-12-31 19:51:29 -05:00
a6499fd5bb
separate repository grid styles/logic from the card component 2021-12-31 15:28:28 -05:00
d0e00b197c
responsive style adjustments 2021-12-31 12:46:39 -05:00
9979e1bf3f
v5: Revenge of the JavaScript 🦸 (#711)
Hugo ➡️ Next.js
2021-12-30 08:18:41 -05:00