1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 15:36:22 -04:00

18 Commits

Author SHA1 Message Date
c8f5598452
add meta robots tag to deploy previews to make extra sure they aren't indexed 2020-10-18 10:50:43 -04:00
9543aaa5b0
process SCSS @import rules with postcss-import 2020-10-03 19:24:27 -04:00
0f9de4d350
strip any markdown in page titles from meta/social tags in head 2020-08-10 10:58:22 -04:00
17824d4c5c
fix a few RSS validation warnings 2020-07-20 12:44:21 -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
12b056f70b
stop using <section> improperly 2020-07-14 08:41:18 -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
abbc3f9678
make the main content/blog section configurable instead of hardcoded to notes 2020-04-13 17:25:29 -04:00
6c59bb2edc
hugo mod init, and other cleanup 2020-03-10 23:11:10 -04:00
e99da04e2f
mainly lint adjustments 2020-01-27 09:34:55 -05:00
f4b4a2d88a
revert RenderString addition in 7001394614148762b390ee96bb66cfc922faeb26 2019-12-28 10:56:52 -05:00
ef32f73372
cache some partials 2019-12-26 22:06:04 -05:00
7001394614
shortcode lookup being weird -- explicitly calling RenderString seems to help? 2019-12-23 12:54:47 -06:00
d9fb3ff9b9
full-text RSS feed
involves hacky symlinked shortcodes, otherwise AMP version gets chosen. not a bug but maybe file feature request: https://github.com/gohugoio/hugo/issues/5204
2019-12-15 10:52:41 -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
e3359f8690
fix RSS template regression
...and switch from full content to summaries while figuring out why the AMP shortcodes are being prioritized instead of vanilla HTML
2019-11-20 11:38:41 -05:00
e016910825 fix open graph meta tags 2019-10-28 23:45:00 -04: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