3801989a5b
refactor <CodeBlock />
to make it useful outside of mdx
2022-02-09 10:41:23 -05:00
f0259dbab5
stop being lazy with css selectors
2022-01-30 11:38:37 -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
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
5e9503b562
remove unnecessary react fragments
2022-01-18 09:54:30 -05:00
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
e6ead77f5f
update <PageTitle />
component
2022-01-12 12:56:24 -05:00
3864d18ba3
clean up global styles
2022-01-10 16:15:25 -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
76d494cd32
couple more adjustments
2021-12-31 20:24:05 -05:00
a6499fd5bb
separate repository grid styles/logic from the card component
2021-12-31 15:28:28 -05:00
f18277b940
generate /projects page with ISR instead of calling the API on every single request ( closes #715 )
...
https://nextjs.org/docs/basic-features/data-fetching#incremental-static-regeneration
2021-12-30 18:58:26 -05:00
9979e1bf3f
v5: Revenge of the JavaScript 🦸 ( #711 )
...
Hugo ➡️ Next.js
2021-12-30 08:18:41 -05:00