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

15 Commits

Author SHA1 Message Date
a406010bd2
next-mdx-remote v4 (#737) 2022-01-18 09:25:09 -05:00
ad0431d3b9
component reorganization 2022-01-16 18:31:51 -05:00
867ad4c977
remove all styled-jsx from components 2022-01-15 16:30:18 -05:00
ddb178cab0
prioritize above-the-fold images 2022-01-15 07:50:11 -05:00
1a0541776e
extract syntax highlighting styles into a CSS module 2022-01-13 09:04:02 -05:00
e6ead77f5f
update <PageTitle /> component 2022-01-12 12:56:24 -05:00
d7c564e20d
Update README 2022-01-10 13:35:54 -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
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
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
b5d039b9d6
icons weren't being tree-shaken 2022-01-01 09:31:42 -05:00
854b9da5e2
not messing with the base font size sure fixes a ton of problems.... 2021-12-31 19:51:29 -05:00
9979e1bf3f
v5: Revenge of the JavaScript 🦸 (#711)
Hugo ➡️ Next.js
2021-12-30 08:18:41 -05:00