1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 13:56:22 -04:00

12 Commits

Author SHA1 Message Date
3cadddc799
go back to outlining inline code (single backticks) with light border
and make it possible to use code in post/page titles
2020-06-30 09:37:03 -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
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
0ee3efdbbe
fix lighthouse suggestions: syntax color contrast & crossorigin preloads 2020-03-30 16:46:59 -04:00
e6e1d4391e
add autoprefixer via postcss cli 2020-01-06 19:17:47 -05:00
ec713f5efe
clean up partials and styles 2020-01-03 13:58:48 -05:00
552b62f571
non-selectable line numbers on code fences 2019-12-04 11:25:46 -05:00
e8bf1881c8
upgrade Hugo to v0.60.1 (new markdown parser) 2019-12-01 21:21:11 -05:00
6aa688c62e split up SCSS files 2019-10-08 09:28:53 -04:00