76cceb0001
minor hugo template refactoring before updating
2021-12-18 10:36:18 -05:00
0bac7577a6
add default color-scheme: light
inline style in case JS is disabled
2021-12-17 15:39:54 -05:00
766362a9da
move light/dark class from <body>
to <html>
and inline restoration script to (hopefully) improve the white flashes
2021-12-15 13:49:56 -05:00
d119a98a0d
major refactoring of preact components 🧩 ( #689 )
2021-12-15 08:35:18 -05:00
cda7d538a6
clean up shortcodes
2021-12-13 20:46:28 -05:00
964c4ef543
fix arrow function inconsistency
2021-12-13 07:07:09 -05:00
b82be240a7
fix weird character encoding (no clue how non-breaking spaces ended up everywhere)
2021-12-11 11:08:30 -05:00
b4cd9eea59
contact form cleanup
2021-12-05 18:28:33 -05:00
a338a05ce8
preact-ify contact form
2021-12-05 11:26:56 -05:00
b755b66d19
use preact for common components across site ( #663 )
...
* convert GitHub cards grid from lit-html to preact
* give hit counter the preact treatment
* extract loading spinner component to a shared location
* move *some* loading spinner styles to its JSX
* Update .percy.yml
* pick up images in JS w/ webpack
* pull star/fork icons straight from @primer/octicons
* a bit of cleanup
* check `typeof window !== "undefined"` before rendering
* bump misc. deps
* silence missing license warnings for preact-hooks and preact-compat
* add source-map-loader
* Update loading.js
2021-11-24 13:51:29 -05:00
88eabd2c81
bump Hugo to 0.89.2
2021-11-09 09:35:09 -05:00
b1d95a6283
update webmention.io tags
2021-11-08 08:29:21 -05:00
2f56906cb8
innerText -> textContent & other modernized DOM methods
2021-11-02 08:50:17 -04:00
5b78d8b4b7
simplify webfonts by pulling them straight from NPM
2021-10-26 12:57:26 -04:00
0b5c95ac42
some client-side validation on contact form
...
exactly identical errors to the one the server sends, but saves a few requests
2021-10-15 08:30:54 -04:00
e105e3f09a
better PGP key link on contact page
2021-10-14 20:42:53 -04:00
3465f4aa04
link to /contact from homepage and PGP key from /contact
2021-10-14 08:45:18 -04:00
2106b3703d
finally got myself a real contact form 📬
2021-10-14 08:12:40 -04:00
d188db36fb
remove theme-color meta tag, it looks *really* ugly on iOS 15
2021-10-08 19:54:32 -04:00
013550c1f9
add monetiziation meta tag for fun
...
https://webmonetization.org/docs/getting-started/
2021-10-01 11:36:01 -04:00
2b918ea027
fix responsive header
2021-09-29 10:02:24 -04:00
12db17b83c
majorly refactor SCSS and pray nothing breaks
2021-09-29 09:42:36 -04:00
f42c5bd3bc
clean up loading animation styles
2021-09-06 16:26:43 -04:00
3a3849e8ec
add a partial template that returns an asset's URL and hash from webpack's manifest
...
still a mess but slightly more modular. also added a real 404 page.
2021-09-03 11:16:27 -04:00
b273bdbf99
add loading spinner to /projects
2021-07-31 10:15:33 -04:00
ac3fb5ae95
remove local-storage-fallback, bump other deps
2021-07-27 10:08:40 -04:00
e4d3e074fd
lots of random cleanup & organization
2021-07-20 15:22:57 -04:00
865ad9743a
some cleanup around hugo + webpack manifest
2021-07-04 10:49:43 -04:00
2e5405b9ac
profile webpack assets in build log
2021-07-03 09:09:55 -04:00
f5f64eb87e
move css minification from postcss to webpack (for better source maps)
2021-06-26 19:16:54 -04:00
363b4edf1c
shift asset processing to webpack ( #424 )
...
also migrated SASS to latest syntax (via dart-sass) and vastly simplified light/dark theme logic
2021-06-19 17:19:01 -04:00
c02f3e7e9a
disable Hugo aliases & move them to vercel.json
2021-06-13 09:23:11 -04:00
f35bd7aac2
clean up type declarations
2021-06-13 08:24:27 -04:00
8eda53296f
add maskable icons to manifest
...
https://web.dev/maskable-icon-audit/?utm_source=lighthouse&utm_medium=cli
2021-06-12 09:25:45 -04:00
9314c7eb15
compile typescript before hitting babel
2021-06-06 08:36:28 -04:00
23debefee2
add babel / esbuild pipes via Hugo, remove terser
2021-06-05 08:35:57 -04:00
4598ee538c
re-add external API rewrites
2021-06-04 19:00:29 -04:00
82c42f8322
deploy to Vercel
2021-06-04 10:19:34 -04:00
9505767f3d
add /api/projects endpoint and /projects page with GH-style repo cards
2021-06-03 09:31:53 -04:00
3fa058ee76
finally remove every trace of AMP 🥳 ( #415 )
2021-06-01 07:52:49 -04:00
4bb5841ac1
remove frontend analytics
2021-06-01 07:47:11 -04:00
b4bec05098
restore tag lists above posts (not linked yet)
2021-05-31 20:57:58 -04:00
37807e008b
add content-type and access-control headers to hit function response
2021-05-30 19:30:06 -04:00
cfc3334da7
super simple serverless hit counter for fun ( #410 )
2021-05-30 08:55:37 -04:00
f345256921
fix page CSS parsing on amp pages
...
https://search.google.com/search-console/amp/drilldown?resource_id=https%3A%2F%2Fjarv.is%2F&item_key=GhkIIhADIhBzdHlsZSBhbXAtY3VzdG9tKKVO&hl=en&sharing_key=ozvLdt6NrwXwjyC3ZJCWPA
2021-05-29 09:18:14 -04:00
468cc14d4b
move dark mode script inline to avoid blinding flash of white background
2021-05-28 11:11:09 -04:00
b02efa77b4
fix list styles, no clue when/how they got messed up
2021-05-27 11:33:15 -04:00
80ea194c74
fix new header on /previously
2021-05-27 11:33:03 -04:00
d73e7746c7
fix img -> amp-img in AMP page header
2021-05-27 08:16:34 -04:00
233349781e
swap logo in header with my face 📸
2021-05-26 21:40:12 -04:00