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