1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-13 23:45:30 -04:00
Commit Graph

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
732a870a07 completely redo the header flexbox fiasco 2022-01-12 09:15:08 -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
3864d18ba3 clean up global styles 2022-01-10 16:15:25 -05:00
1f80bd5a0e move hljs classes to code component styled JSX 2022-01-10 09:52:41 -05:00
f56006d627 assume images should be centered for now 2022-01-09 23:14:35 -05:00
65416fcc1f next-mdx-remote -> mdx-bundler (#729) 2022-01-09 13:45:38 -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
34d2304e7c properly set hrefs for dynamic paths on notes list 2022-01-07 08:56:37 -05:00
6b756a54c1 fix unused components still loading on posts 2022-01-06 09:10:25 -05:00
49fb053649 simplify note parsing logic 2022-01-02 23:05:51 -05:00
5c1d1dbc58 clean up styles 2022-01-02 07:56:45 -05:00
e8bbcb1eb1 fix scroll offsets (again) 2022-01-01 09:03:20 -05:00
854b9da5e2 not messing with the base font size sure fixes a ton of problems.... 2021-12-31 19:51:29 -05:00
d0e00b197c responsive style adjustments 2021-12-31 12:46:39 -05:00
1bbee816c2 add scroll-margin-top property to content sub-headings (fixes #717) 2021-12-31 10:27:59 -05:00
04145189e8 fix the fixes.... 2021-12-31 09:59:19 -05:00
11d245ad66 some very minor refactoring/fixing 2021-12-31 08:48:56 -05:00
9979e1bf3f v5: Revenge of the JavaScript 🦸 (#711)
Hugo ➡️ Next.js
2021-12-30 08:18:41 -05:00