Kate Sowles 2a8f1014b8
Feature/rss feed (#192)
* installed @11ty/eleventy-plugin-rss package and added it to the config

* adding default rss template from the 11ty documentation

* using 'definedWords' as a collection, not 'posts'

* added a link to the feed in the html head, on the homepage so it's co-located with the other means of engagement, and in the feed itself (permalink is now part of metadata too)

* metadata.description is what we want to show as the feed subtitle, and made the author name safe as part of the metadata json; can't use the safe filter otherwise xml blows up

* removed redundant --- from right below the frontmatter, which md turns into a <hr>, which makes xml blow up

* made indentation consistent

* removing subscribe link from the CTA box, adding it to the footer next to Documentation link with bullet delimiter; updated site footer's ul style to show list items as display-block elements

* on definition pages, the footer is constrained to have the max width of the sidebar (160px). set grid-column: 1 / -1 to give it the full width to match the home/toc page

* created a new collection for sorting only defined words via their .date value (should be created date unless otherwise specified)

* RSS feed now shows posts in the order used by new definedWordsChronological collection

* reversed sort order as requested

* re-prettier-ifying eleventy.js

Co-authored-by: Oscar <ovlb@users.noreply.github.com>
2020-06-12 11:21:37 +02:00
..
2020-05-12 23:07:19 -07:00
2020-06-12 11:21:37 +02:00
2020-05-16 15:32:32 -07:00
2020-05-09 19:31:20 -07:00
2020-05-13 22:25:51 -07:00
2020-05-12 23:17:35 -07:00
2020-05-16 15:32:32 -07:00
2020-05-01 19:31:27 -07:00
2020-03-09 15:47:06 -07:00
2019-11-18 23:53:46 +01:00
2020-05-23 11:22:20 -07:00
2020-05-16 15:32:32 -07:00
2020-05-09 19:31:20 -07:00
2020-06-05 14:34:50 -07:00
2020-03-09 15:47:06 -07:00
2019-11-11 23:52:54 +01:00
2020-05-13 20:58:26 -07:00
2019-11-18 23:53:46 +01:00
2020-05-13 22:25:51 -07:00
2020-05-13 22:25:51 -07:00
2020-06-12 11:21:37 +02:00
2020-06-01 17:10:04 -07:00
2020-05-13 20:58:26 -07:00
2020-05-16 15:32:32 -07:00
2020-05-13 22:25:51 -07:00
2019-11-18 23:53:46 +01:00
2019-11-17 18:27:02 +01:00
2020-05-16 15:32:32 -07:00
2019-11-18 23:53:46 +01:00
2020-05-09 19:31:20 -07:00
2020-05-16 15:32:32 -07:00
2020-05-13 22:25:51 -07:00
2020-05-12 23:17:35 -07:00
2020-05-13 20:58:26 -07:00
2020-05-09 19:31:20 -07:00
2020-05-30 15:19:07 -07:00
2020-05-16 15:32:32 -07:00
2020-05-16 15:32:32 -07:00
2020-05-09 19:31:20 -07:00
2020-05-07 23:39:36 -07:00
2020-05-12 23:17:35 -07:00
2020-05-28 16:26:44 -07:00
2020-05-16 15:32:32 -07:00
2020-03-09 15:47:06 -07:00
2020-05-16 15:32:32 -07:00
2019-11-18 23:53:46 +01:00
2020-05-16 15:32:32 -07:00
2020-05-09 19:31:20 -07:00
2020-05-09 19:31:20 -07:00
2020-05-09 19:31:20 -07:00
2020-05-16 15:32:32 -07:00
2020-05-29 16:23:33 -07:00
2020-05-16 15:32:32 -07:00
2020-05-16 15:32:32 -07:00
2020-05-13 20:58:26 -07:00
2020-05-09 19:31:20 -07:00
2020-05-16 15:32:32 -07:00
2020-05-13 20:58:26 -07:00
2020-05-09 19:31:20 -07:00
2020-05-16 15:32:32 -07:00
2020-05-13 20:58:26 -07:00
2019-11-14 09:30:59 +01:00
2020-05-16 15:32:32 -07:00