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

29 Commits

Author SHA1 Message Date
84add157d3
update meta pages & robots.txt 2020-06-29 11:43:38 -04:00
f3198e0235
clean up a bunch of layouts, especially social-images function
also made even more config.toml parameters optional, will help when finally releasing theme
2020-06-25 10:35:59 -04:00
f29033f383
re-tool/clean up scripts and redirects 2020-06-19 09:45:48 -04:00
046321967c
update /uses 2020-06-17 10:33:43 -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
dead391723
send event to analytics on theme toggle 2020-04-30 09:42:00 -04:00
b0893ff52f
bundle simple analytics script locally & minify everything with terser 2020-04-27 20:49:20 -04:00
374a822ad4
wrap dark mode stuff in an anonymous function like a big boy coder 2020-04-26 19:00:46 -04:00
0c4e4d9afb
proper SRI hash encoding 2020-04-26 16:50:39 -04:00
c3f46dd9db
*actually* fix utteranc.es dark/light theme-ing 2020-04-26 15:07:35 -04:00
adfa73b5fc
fingerprint CSS and JS, set one week browser cache
...and LOTS of tidying partials
2020-04-25 11:15:31 -04:00
d2648a68be
fix some dark mode logic glitches & random clean up 2020-04-24 18:03:33 -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
abbc3f9678
make the main content/blog section configurable instead of hardcoded to notes 2020-04-13 17:25:29 -04:00
c1700cdda0
execute twemoji script as a template (mainly to get baseURL) 2020-04-13 15:35:45 -04:00
f6e9f9ee3a
custom twemoji script to bake in my own defaults and remove inline JS 2020-04-07 09:58:27 -04:00
51101e7865
output Atom feed 2020-04-06 19:31:56 -04:00
3224d9b072
better implementation of hugo mods for twemojis 📦 2020-04-06 08:44:43 -04:00
48498c772f
reorganize external static assets into vendor folder (#99)
with legacy redirects via Netlify for now
2020-04-04 12:03:04 -04:00
0ee3efdbbe
fix lighthouse suggestions: syntax color contrast & crossorigin preloads 2020-03-30 16:46:59 -04:00
fa018564e5
prevent Hugo's auto-escaping of base URL in twemoji JS 2020-03-30 13:01:47 -04:00
2156c6ed88
swap native emojis for Twemojis 🎉 (#92) 2020-03-29 15:30:12 -04:00
d5b5a71078
enable comments via utteranc.es 2020-03-17 19:32:27 -04:00
1ce87747b6
update /uses 2020-02-01 19:05:15 -05:00
cfc99631a9
simple analytics pixel on AMP pages 2020-02-01 08:11:54 -05:00
9e794df120
test out simple analytics 2020-01-31 17:48:04 -05:00
be6f8b1fef
simplify shortcode JS logic and only call AMP script if shortcodes present
fixes https://search.google.com/search-console/amp/drilldown?resource_id=sc-domain%3Ajarv.is&item_key=GgcIIhADKKZO&utm_source=wnc_10030322&utm_medium=gamma&utm_campaign=wnc_10030322&utm_content=msg_100058679&hl=en&sharing_key=VVX9zj1yTzUxHPzmKFP4Gg
2020-01-20 11:32:40 -05:00
6c44b7d44d
re-organize a bunch of partials 2020-01-14 18:08:42 -05:00