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

28 Commits

Author SHA1 Message Date
abbc3f9678
make the main content/blog section configurable instead of hardcoded to notes 2020-04-13 17:25:29 -04:00
b69461c306
clean up a few headers, redirects, scripts 2020-04-05 15:50:41 -04:00
5e5678a699
run lighthouse-ci via action [skip ci] 2020-03-28 21:45:44 -04:00
51bcf35026
pipe titles through markdownify for fancy quotes 2020-03-23 10:32:23 -04:00
671e9618f8
update mastodon link 2020-03-20 09:09:04 -04:00
598e706f74
change some homepage links 2020-03-17 23:13:57 -04:00
db6952a443
update home page 2020-03-17 16:43:20 -04:00
6c59bb2edc
hugo mod init, and other cleanup 2020-03-10 23:11:10 -04:00
8c3fb6f50b
switch main font to the beautiful Inter – https://rsms.me/inter/ 2020-01-21 23:55:51 -05:00
87fc0f949f
test webmentions & other indieweb stuff 2020-01-21 09:44:39 -05:00
e6e1d4391e
add autoprefixer via postcss cli 2020-01-06 19:17:47 -05:00
ec713f5efe
clean up partials and styles 2020-01-03 13:58:48 -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
6d03c88013
remove unicode-range from font-face, system font was still being called 2019-12-18 00:58:07 -05:00
1b97c6b2de
redirects for ancient links from WordPress era 2019-12-17 11:34:38 -05:00
4a13039f8a
update PGP key 2019-12-16 12:49:37 -05:00
599400c51c
host PGP key locally 2019-12-16 10:49:15 -05:00
fb55b3fe8b
style & homepage tweaks 2019-12-09 23:33:16 -05:00
552b62f571
non-selectable line numbers on code fences 2019-12-04 11:25:46 -05:00
0b62be6226
re-organize templates (use baseof.html) 2019-12-02 18:47:44 -05:00
e8bf1881c8
upgrade Hugo to v0.60.1 (new markdown parser) 2019-12-01 21:21:11 -05:00
14828fd25c
code highlighting on older posts 2019-11-25 09:07:36 -05:00
8ccd15ab87
global header/navbar on all pages like a grown-up website (#17) 2019-11-24 18:07:12 -05:00
1ea90613c9
switch everything from messy hCards/microdata to JSON-LD 2019-11-22 20:24:38 -05:00
cf3e2ca5cf
minify HTML on build 2019-11-22 16:23:45 -05:00
749b78327a
update redirects 2019-11-18 08:27:18 -05:00
a17d6e8996
move to Netlify with native builds (#12) 2019-11-09 16:51:48 -05:00
c79bba520b huge refactoring of content and theme
- de-personalize the theme as much as possible, moving personal info into config.toml parameters
- extract hard-coded content out layouts and into actual /content (especially home page and all of its assets)
- include full text of posts in RSS feed (aka making the world a better place)
- use abstract layout for both video pages (/leo and /birthday)
2019-10-27 22:10:18 -04:00