1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-18 01:10:49 -05:00
Commit Graph

7 Commits

Author SHA1 Message Date
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