1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 23:08:26 -04:00

79 Commits

Author SHA1 Message Date
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
671e9618f8
update mastodon link 2020-03-20 09:09:04 -04:00
d5b5a71078
enable comments via utteranc.es 2020-03-17 19:32:27 -04:00
10c36caf7d
re-enable goldmark typographer 2020-03-14 09:35:29 -04:00
6c59bb2edc
hugo mod init, and other cleanup 2020-03-10 23:11:10 -04:00
a48c16d65c
Generate index of content for Algolia search (#50) 2020-03-03 15:41:15 -05:00
8c3fb6f50b
switch main font to the beautiful Inter – https://rsms.me/inter/ 2020-01-21 23:55:51 -05:00
f4b4a2d88a
revert RenderString addition in 7001394614148762b390ee96bb66cfc922faeb26 2019-12-28 10:56:52 -05:00
6ae5aeb3e3
detect image properties for meta tags without hacky mounts
still a little hacky re: permalinks though....
2019-12-21 11:06:46 -05:00
2465903ff5
markdownify image captions 2019-12-19 13:04:02 -05:00
b80bfa2353
fix some open graph tags 2019-12-14 22:34:21 -05:00
c7807a0ef1
refactor npm build scripts 2019-12-12 08:12:49 -05:00
dc4d46756d
update readme
[skip ci]
2019-12-11 10:52:15 -05:00
fb55b3fe8b
style & homepage tweaks 2019-12-09 23:33:16 -05:00
96ad258d36
change a BUNCH of if's to with's to prepare for theme extraction 2019-12-03 12:41:55 -05:00
0b62be6226
re-organize templates (use baseof.html) 2019-12-02 18:47:44 -05:00