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

15 Commits

Author SHA1 Message Date
9979e1bf3f
v5: Revenge of the JavaScript 🦸 (#711)
Hugo ➡️ Next.js
2021-12-30 08:18:41 -05: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
4a59d3dd51
add postcss-merge-rules and postcss-normalize-charset plugins 2021-05-27 18:28:17 -04:00
19c2340353
re-bump postcss-svgo and remove plugin configs to stop breakage, defaults are fine
https://github.com/webpack-contrib/image-minimizer-webpack-plugin/issues/190#issuecomment-801231993
2021-04-16 20:17:10 -04:00
c8f5598452
add meta robots tag to deploy previews to make extra sure they aren't indexed 2020-10-18 10:50:43 -04:00
9543aaa5b0
process SCSS @import rules with postcss-import 2020-10-03 19:24:27 -04:00
d970c031a5
run initial SCSS refactoring through percy 2020-07-07 08:57:26 -04:00
426e7d91f1
clean up styles & extend old browser support via autoprefixer/eslint 🧓🏻
and stop encoding emojis like a caveman
2020-07-04 19:29:18 -04:00
59a92fc60e
add postcss-focus & postcss-color-rgba-fallback 2020-05-13 21:11:28 -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
09e9953c66
fix entity encoding in image alt/title attributes 2020-01-10 09:23:57 -05:00
4512dce17a
remove postcss-pxtorem plugin 2020-01-09 20:56:22 -05:00
53d5a824a0
add stylelint as postcss plugin 2020-01-09 12:06:09 -05:00
5b44ee101f
use postcss via hugo pipes instead of cli 2020-01-09 09:20:56 -05:00