1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 13:16:21 -04:00

15 Commits

Author SHA1 Message Date
12db17b83c
majorly refactor SCSS and pray nothing breaks 2021-09-29 09:42:36 -04:00
c02f3e7e9a
disable Hugo aliases & move them to vercel.json 2021-06-13 09:23:11 -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
d970c031a5
run initial SCSS refactoring through percy 2020-07-07 08:57:26 -04:00
8537042ff1
stop hardcoding images/ directory in content frontmatter 2020-04-16 09:34:58 -04:00
51bcf35026
pipe titles through markdownify for fancy quotes 2020-03-23 10:32:23 -04:00
47016b1109
h1 permalink on video pages & subtitle styling 2019-12-20 11:19:57 -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
8ccd15ab87
global header/navbar on all pages like a grown-up website (#17) 2019-11-24 18:07:12 -05:00
cf3e2ca5cf
minify HTML on build 2019-11-22 16:23:45 -05:00
6f62c4dff5
try to speed up builds 2019-11-11 10:49:11 -05:00
4dd67b6723 prioritize webm over mp4 2019-11-03 21:34:37 -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