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

21 Commits

Author SHA1 Message Date
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
b4bec05098
restore tag lists above posts (not linked yet) 2021-05-31 20:57:58 -04:00
378b2385da
just some spring cleaning 🧹 2021-05-20 10:33:59 -04:00
a6c8966c53
hush SCSS deprecation warning about global variables (fixes #221)
https://sass-lang.com/documentation/variables#scope
2021-05-01 18:07:23 -04:00
cdfbba108c
playing with variable fonts some more 2020-07-23 13:03:00 -04:00
da1743cf2d
add variable Inter fonts
current faces/files kept as a fallback. also switched to Google-hosted fonts on AMP pages (might as well...)
2020-07-22 16:19:24 -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
917fde01dd
make prettier play nice with (almost) everything 👸 2020-05-11 19:28:03 -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
72c8b3a99a
absolute URLs in CSS via hugo variable 2020-04-01 17:59:40 -04:00
bc3e1f9309
set max width of pages in Hugo config.toml, retrieve value from SCSS
https://gohugo.io/hugo-pipes/resource-from-template/
2020-03-27 20:58:52 -04:00
65bb5b12a5
simplify SASS @font-face mixin 2020-01-30 00:02:46 -05:00
a8428da65c
Hack webfont for code -- https://github.com/source-foundry/Hack 2020-01-27 09:36:02 -05:00
602f8cc137
Inter font on AMP pages (and other small tweaks) 2020-01-22 08:37:05 -05:00
8c3fb6f50b
switch main font to the beautiful Inter – https://rsms.me/inter/ 2020-01-21 23:55:51 -05:00
892cd20c40
lint all of the things
stylelint, markdownlint, linkinator
2020-01-08 10:17:55 -05:00
2465903ff5
markdownify image captions 2019-12-19 13:04:02 -05:00
6d03c88013
remove unicode-range from font-face, system font was still being called 2019-12-18 00:58:07 -05:00
87ea2db92f
switch to Roboto web font (#22)
for now, at least. tired of waiting on Chromium to fix system fonts on Catalina.... https://bugs.chromium.org/p/chromium/issues/detail?id=1005969

Roboto seems closest to San Francisco.
2019-12-16 10:59:52 -05:00
6aa688c62e split up SCSS files 2019-10-08 09:28:53 -04:00