|
da42cb074c
|
automatically inline critical css via critters (#760)
|
2022-02-07 14:40:38 -05:00 |
|
|
ca7d21b3d2
|
update mdx/terser config
|
2022-02-05 13:02:33 -05:00 |
|
|
0127004e3a
|
only minify compiled MDX source in production
|
2022-02-03 10:54:24 -05:00 |
|
|
11f05c3b0a
|
move default next-seo config to clean up _app.tsx
|
2022-02-01 20:35:40 -05:00 |
|
|
7933c9ba02
|
nicer base URL logic
|
2022-01-31 13:36:48 -05:00 |
|
|
9f34cec930
|
custom <Link /> wrapper around next/link
|
2022-01-30 10:33:40 -05:00 |
|
|
5847fd82b6
|
dial up the minification of MDX output a bit more
|
2022-01-24 13:58:27 -05:00 |
|
|
e5b862508c
|
manually minify JS outputted by next-mdx-remote v4
|
2022-01-24 10:41:31 -05:00 |
|
|
51ecae3c9b
|
custom <Image /> wrapper now supports static imports too
|
2022-01-24 08:57:21 -05:00 |
|
|
5d402bc31b
|
remove some unused analytics config
|
2022-01-22 20:37:57 -05:00 |
|
|
f62c057f5d
|
do sub-heading anchor links manually instead of via rehype plugin
|
2022-01-22 17:21:29 -05:00 |
|
|
0462428a54
|
even more styled components
|
2022-01-20 08:26:30 -05:00 |
|
|
171bdd65b6
|
more preparation for styled components
|
2022-01-19 11:00:28 -05:00 |
|
|
caac9b905a
|
<IFrame /> component
|
2022-01-18 13:54:12 -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 |
|
|
2ef5d06c38
|
proper cwd for mdx components
|
2022-01-17 11:13:13 -05:00 |
|
|
415e8d6bc4
|
remove mastodon from json-ld
|
2022-01-17 10:38:13 -05:00 |
|
|
a139447b39
|
remove markdown from plaintext post titles
|
2022-01-16 18:16:02 -05:00 |
|
|
872846dbeb
|
giscus comments!
|
2022-01-15 11:28:31 -05:00 |
|
|
6d7ffee7ea
|
switch back to lighter markdown-to-jsx on server-side
|
2022-01-15 08:51:10 -05:00 |
|
|
32a5eb9c61
|
add eslint-plugin-mdx
|
2022-01-14 10:25:58 -05:00 |
|
|
c9f00d567a
|
update markdown-in-titles parsing
|
2022-01-12 10:43:21 -05:00 |
|
|
53158f6d3c
|
pull SVG icons directly from their NPM packages
|
2022-01-11 19:19:47 -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 |
|
|
0ef7ff5f92
|
start extracting types to shared .d.ts file
|
2022-01-10 14:18:33 -05:00 |
|
|
972a25abc6
|
parse markdown in titles at build time
|
2022-01-10 08:37:30 -05:00 |
|
|
65416fcc1f
|
next-mdx-remote -> mdx-bundler (#729)
|
2022-01-09 13:45:38 -05:00 |
|
|
b7313985db
|
don't set theme-color until we know for sure what the resolvedTheme is
|
2022-01-08 11:32:43 -05:00 |
|
|
0954c78104
|
update meta theme-color config
|
2022-01-08 09:15:27 -05:00 |
|
|
23f05f2761
|
fix fathom custom domain prefetch
|
2022-01-07 18:44:26 -05:00 |
|
|
8936dba74e
|
update config
|
2022-01-07 10:14:26 -05:00 |
|
|
3394cac5de
|
use the excellent next-themes module
|
2022-01-06 10:08:24 -05:00 |
|
|
2d44b58242
|
directly (and still dynamically) assign a few of the mdx components
|
2022-01-05 15:07:54 -05:00 |
|
|
c890a8aae0
|
use react-innertext
|
2022-01-04 18:44:49 -05:00 |
|
|
20d8b13bb1
|
separate theme restoration script and add meta[name="theme-color"] tag to _document.tsx
|
2022-01-04 18:04:33 -05:00 |
|
|
78d17c6337
|
lint all the things
|
2022-01-03 20:13:27 -05:00 |
|
|
3864a57d1a
|
consolidate mdx file parsing
|
2022-01-03 17:53:47 -05:00 |
|
|
d2b71887b4
|
generate permalinks when parsing note
|
2022-01-03 16:26:20 -05:00 |
|
|
55d9207753
|
dynamic site.webmanifest
|
2022-01-03 11:42:03 -05:00 |
|
|
36e3cfa18e
|
test config changes before messing everything up too much
|
2022-01-03 09:59:42 -05:00 |
|
|
49fb053649
|
simplify note parsing logic
|
2022-01-02 23:05:51 -05:00 |
|
|
3ee8ab4423
|
clean up styled JSX of colorful homepage links
|
2022-01-01 13:00:26 -05:00 |
|
|
c420967b4c
|
set <meta name="theme-color" ...> dynamically
|
2022-01-01 12:11:15 -05:00 |
|
|
11d245ad66
|
some very minor refactoring/fixing
|
2021-12-31 08:48:56 -05:00 |
|
|
cd75ce92b7
|
Create lib/migrations/hits-db.js
|
2021-12-30 13:25:25 -05:00 |
|
|
8bbc7e3cf2
|
custom fathom domain
|
2021-12-30 11:00:15 -05:00 |
|
|
bf778e6d12
|
re-add fathom
couldn't sleep at night even with a few days of google analytics...
|
2021-12-30 10:31:39 -05:00 |
|
|
9979e1bf3f
|
v5: Revenge of the JavaScript 🦸 (#711)
Hugo ➡️ Next.js
|
2021-12-30 08:18:41 -05:00 |
|