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

9 Commits

Author SHA1 Message Date
d970c031a5
run initial SCSS refactoring through percy 2020-07-07 08:57:26 -04:00
aa3973f570
adjust letter-spacing of bold Inter text 2020-07-05 12:13:11 -04:00
620903413a
improve dark mode readability a bit 2020-06-13 09:54:04 -04:00
a6cb95c0d7
clean up redirects/404s & other random housekeeping 2020-06-02 14:00:40 -04:00
917fde01dd
make prettier play nice with (almost) everything 👸 2020-05-11 19:28:03 -04:00
3fe24f2216
re-visit light/dark theme colors (especially syntax highlighting) 2020-05-09 09:59:35 -04:00
323b3dd9f6
add Prettier to workflow 🎀 (#128)
* prettier init

* prettier ignore

* run on everything 😬

* add prettier check script

* update deps

* Update .prettierignore
2020-05-06 12:19:21 -04:00
60fd36001d
add JAMstack to homepage 2020-04-23 08:16:31 -04:00
b13da8e05b
dark mode 😎 (#112)
* prepare dark mode stuffs

* themed all global colors

* store preference in local storage

* toggle styling

* lightbulb position

* minify bundled script with uglify-js instead of hugo

* detect whether user has an OS-wide dark mode preference and use that by default

* two different colors for each homepage link

* inline bulb SVGs into stylesheet

* fingerprint and cache styles for a year

* fix lightbulb positioning with weird magic numbers, will come back to that

* themed syntax highlighting

* use terser instead of uglify-js (b/c of ES6)
2020-04-20 15:04:30 -04:00