893db7e951
bump next to 13.5
2023-10-02 11:59:15 -04:00
9be41b5e5c
separate page/site stats API endpoints to lower memory usage
2022-07-10 17:26:22 -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
8d47958473
fix sitemap.xml
timeouts
2022-07-06 03:32:55 -04:00
887c24d317
add getStaticProps
types
2022-06-30 20:56:34 -04:00
7f485959df
add @octokit/graphql-schema
types
2022-06-26 18:12:13 -04:00
25b2e7133b
don't fail the entire build if GH_PUBLIC_TOKEN
isn't set
2022-06-21 20:08:31 -04:00
a63ea35463
clean up strict types a bit more
2022-06-13 12:01:35 -04:00
1776173cab
finally fix slow typescript compilation!
...
see https://github.com/stitchesjs/stitches/issues/1038
2022-06-13 06:47:29 -04:00
07a96917a4
set lastmod date of /notes to most recent post's
2022-06-02 08:35:56 -04:00
1e1ecd89ea
refactor component/page function returns
2022-05-25 09:30:11 -04:00
d718555001
clean up note types
2022-04-30 18:01:33 -04:00
17776213e9
add markdown icon to contact form tip
2022-03-21 12:04:07 -04:00
4ea5b15db0
refactor component imports/exports
2022-03-16 11:22:56 -04:00
c2dde042b7
CSS modules ➡️ Stitches 🧵 ( #799 )
2022-03-03 09:18:26 -05:00
f6627580eb
fix page/note title color
2022-02-26 11:39:16 -05:00
c313b34f95
fix graphql type mismatch
2022-02-25 16:48:28 -05:00
e6f1955efb
organize types a bit more sanely & bump deps
2022-02-24 07:06:34 -05:00
c3ab3559af
Update pages/projects.tsx
2022-02-13 09:23:24 -05:00
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