4 Commits

Author SHA1 Message Date
Joyce Kung
2c9f1a3f3d
:writing Add excerpts for currently defined words (#262)
* Added excerpt for ok-hand

* Added excerpt for AsAm

* Added excerpt for East Asian

* Added excerpt for South Asian

* Added excerpt for SE Asian

* Added excerpt for bierasure

* Added excerpt for biromantic

* Added excerpt for bisexual

* Added excerpt for cisgender

* Added excerpt for crazy

* Add excerpt for dumb

* Add excerpt for derpy

* Add excerpt for digital blackface

* Add excerpt for dude

* Add excerpt for ESL

* Add excerpt for fatphobia

* Add excerpt for gaslighting

* Add excerpt for gender pronouns

* Add excerpt for Hispanic

* Add excerpt for hysterical

* Add excerpt for latino

* Add excerpt for latinx

* Add excerpt for mansplain

* Add excerpt for minorities

* Add excerpt for minoritised

* Add excerpt for neopronouns

* Add excerpt for non-binary

* Add excerpt for OCD

* Add excerpt for Oriental

* Add excerpt for ORM

* Add excerpt for pansexual

* Add excerpt for performative allyship

* Add excerpt for polyamory

* Add excerpt for pow-wow

* Add excerpt for preferred pronouns

* Add excerpt for pronouns

* Add excerpt for r-word

* Add excerpt for sane

* Add excerpt for sanity check

* Add excerpt for savage

* Add excerpt for spaz

* Add excerpt for suicide

* Add excerpt for tone deaf

* Add excerpt for transfeminine

* Add excerpt for URM

* Add excerpt for unreal

* Add excerpt for white feminism

* Add excerpt for white fragility

* Add excerpt for women and people of colour

* Add excerpt for transgender

* Fix spelling for "existence"

Co-authored-by: Tatiana Mac <github@tatianamac.com>

* Fix wording for digital blackface excerpt

Co-authored-by: Tatiana Mac <github@tatianamac.com>

* Add indicators for flag levels

Co-authored-by: Tatiana Mac <github@tatianamac.com>

* Revert "Add indicators for flag levels"

This reverts commit a291d5fa668156970e2496710bd6c39a53819e1b, because the flag level is already indicated in the excerpt structure.

Co-authored-by: Oscar <ovlb@users.noreply.github.com>
Co-authored-by: Tatiana Mac <github@tatianamac.com>
Co-authored-by: Tatiana Mac <tatiana.t.mac@gmail.com>
2020-08-29 15:45:29 -07:00
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
tatianamac
da5f0e6d7d 🐛 Build fail fixes 2020-05-23 11:22:20 -07:00
ActiveB1t
d8a82a26da
Add new term and definition: Derpy (#140)
* Create derpy.md

Adding definition for derpy

* Update 11ty/definitions/derpy.md

Co-authored-by: Tatiana Mac <github@tatianamac.com>

* Apply suggestions from code review

Co-authored-by: Tatiana Mac <github@tatianamac.com>

* Update derpy.md

Included and expanded on suggested changes.

Co-authored-by: ActiveB1t <marijn@abitofaccess.com>
Co-authored-by: Tatiana Mac <github@tatianamac.com>
2020-05-20 14:54:37 -07:00