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

94 Commits

Author SHA1 Message Date
cfc3334da7
super simple serverless hit counter for fun (#410) 2021-05-30 08:55:37 -04:00
f345256921
fix page CSS parsing on amp pages
https://search.google.com/search-console/amp/drilldown?resource_id=https%3A%2F%2Fjarv.is%2F&item_key=GhkIIhADIhBzdHlsZSBhbXAtY3VzdG9tKKVO&hl=en&sharing_key=ozvLdt6NrwXwjyC3ZJCWPA
2021-05-29 09:18:14 -04:00
468cc14d4b
move dark mode script inline to avoid blinding flash of white background 2021-05-28 11:11:09 -04:00
c7a2da8c4a
update better onion URL, revert View-Source header back to repo home
http://jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion
2021-05-17 10:46:01 -04:00
af3f5eeb7b
add Onion-Location header to each page with relative URLs (#401)
http://jarvisz2fxjx54yve4zgtp5rehnwehu22nkww47dg2qv4e6xxzq6fdyd.onion
2021-05-16 11:18:26 -04:00
298e8ed70f
stop printing debug comments in production footer 2021-05-01 18:07:03 -04:00
5a53aab5d3
disable typographer (fancy quotes, etc.) 2021-04-28 18:40:21 -04:00
1d6d6686b2
remove algolia search stuff from production for now 2021-04-03 09:46:12 -04:00
83d88f0f77
remove unused lambda functions from production 2021-04-03 07:56:29 -04:00
42355c76ec
normalize font sizes 2021-04-03 07:46:13 -04:00
d9833c6d30
remove sitemap priorities 2020-08-02 16:18:54 -04:00
5a4baea633
swap twemoji packages, again...
https://www.npmjs.com/package/twemoji-emojis
2020-07-31 23:20:08 -04:00
508c4eb911
swap twemoji packages 2020-07-29 17:14:38 -04:00
cb61438d11
trying to fetch Twemoji SVGs from an NPM package instead of Go module
not actually published on NPM, though: https://github.com/jakejarvis/twemoji-svg
2020-07-29 12:27:56 -04:00
bb3ec74822
move site-related headers/redirects out of netlify.toml
[skip ci]
2020-07-29 08:36:49 -04:00
f5acb5d5e0
commit fetched oEmbed data (tweets, etc.) in case they disappear
[skip ci]
2020-07-28 11:27:24 -04:00
bc03922573
stop generating algolia.json (temporarily) & other tidying up 2020-07-20 09:01:12 -04:00
2909e934e7
rename atom shortcodes from .atom.xml to .atom.atom, and stop using symlinks
let's see if this fixes the issue of the wrong shortcode types (usually AMP) being chosen inconsistently
2020-07-19 12:29:51 -04:00
ea244a5372
update homepage 2020-07-16 15:02:26 -04:00
12b056f70b
stop using <section> improperly 2020-07-14 08:41:18 -04:00
5123b8831a
organize config.toml params, and stop treating frontmattered CSS as SCSS unnecessarily -- it appears to cause some weird race condition with temporary files every once in a while...? not the intended use anyways though. 2020-07-12 19:51:19 -04:00
c111c90801
start netlify-lambda local server side-by-side with Hugo server
[skip ci]
2020-07-11 16:48:19 -04:00
725c482ba3
make sure config for Netlify functions is okay so far 😬
[skip ci]
2020-07-10 20:00:39 -04:00
48eea4ce98
fix style regressions (code was never actually using Hack font I think..?)
and allow default theme (light or dark) to be set in Hugo config and reflected in both HTML & JS
2020-07-07 10:07:46 -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
e2b9099996
add keybase profile to person schema 2020-07-03 17:18:46 -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
e2ed4c7e4f
use gifsicle-bin fork (includes Linux binary) to override imagemin dependency
https://github.com/jakejarvis/gifsicle-bin
2020-06-24 18:25:27 -04:00
a48576e4eb
RIP keybase 🙏 2020-05-24 09:09:52 -04:00
ee9d95b394
add small links to https://y2k.lol (not ready for prime time yet 🤫) 2020-05-21 13:06:48 -04:00
739f161183
massive cleanup of netlify config -- redirects, headers, etc 2020-05-05 13:03:18 -04:00
17501e8c34
add simple license and privacy policy pages
silly but certain things require these. also added some sitemap priorities to other miscellaneous pages.
2020-04-28 18:53:15 -04:00
c52a357e29
revert Access-Control-Allow-Origin: * header 2020-04-26 23:43:10 -04:00
736cc775e3
straighten up header elements 2020-04-26 09:46:34 -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
5477e34235
some tweaking of post-build image optimization 2020-04-24 12:58:18 -04:00
d2a9736c9e
uniform width on all pages 2020-04-24 10:12:13 -04:00
70611f4d1c
publish /previously 2020-04-23 20:45:55 -04:00
60fd36001d
add JAMstack to homepage 2020-04-23 08:16:31 -04:00
8ba0a887bc
treat ALL images as assets (as they should have been all along...) 2020-04-21 14:34:55 -04:00
9005c00112
don't determine last modified time from file and/or Git data 2020-04-16 09:21:19 -04:00
7b5f3a3be8
commit .nvmrc
[skip ci]
2020-04-15 13:57:06 -04:00
abbc3f9678
make the main content/blog section configurable instead of hardcoded to notes 2020-04-13 17:25:29 -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
b5e5af148e
some magic numbers to improve twemoji sizing/alignment 2020-03-30 00:53:54 -04:00
2156c6ed88
swap native emojis for Twemojis 🎉 (#92) 2020-03-29 15:30:12 -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
56ec12a0fa
use Hugo's native menu config for nav bar links 2020-03-25 09:13:29 -04:00