31 Commits

Author SHA1 Message Date
Oscar
10c0a7296d
💅 Update ESLint scope (#204)
* lint: let eslint lint all js files in project && auto-fix

* lint: ignore dist, unignore eleventy config

* del unused minified file

* 💅
2020-06-11 10:12:58 -07:00
tatianamac
5acc7f9b0a ✏️ Updates content warning 2020-05-28 16:26:44 -07:00
Tatiana Mac
878b474f32 ⚠️ Add flag design for content warning (#120)
* ⚠️ Add flag design for content warning

* Fix build error

* Lol fix build error

* Added terms
2020-05-09 20:13:45 -07:00
Sarah Higley
48ebe70b99
🐛 Add headings, label lists, remove aria-labels for a11y (#109)
Co-authored-by: Tatiana Mac <github@tatianamac.com>
2020-05-01 19:12:17 -07:00
Oscar
bd88c18fd0
📄 Add Detail Pages for Definitions (#75)
* fix: untrack definitions in dist

* feat(detail pages): update item link

* feat(detail pages): add layout

* feat(detail pages): render whole definition content

* feat(detail pages): remove definitons from homepage

* 🧹 def list component

* feat(layout): render site footer in all pages

* feat(detail pages): rename definition root class && move css into partials

* chore: abstract further css into own files

* feat(detail pages): update headling level of definition content

* feat(styles): set box sizing

* feat(styles): add margin bottom utility

* feat(styles): selection

* feat(components): sub page header own component

* feat(detail pages): add sections

* feat(style): mian headline

* feat(page layout): rename page content grid

* feat(page layout): add wide content class

* feat(detail pages): set document title

* feat(detail pages): set uniform document title for docs and definitions

* feat(page title): add comment

* feat(detail pages): add meta description

* feat(detail pages): wrap def header in article tag

* chore: set up ava

* feat(filters): move permalink function into file, add test

* chore: rename _temp to _util, remove creation script

* feat(detail pages): helper function to find additional definitions

* chore: move helpers to single directory

* feat(detail pages): create shortcode for further definition navigation

* feat(detail pages): fix find defs function

* feat(detail pages): shortcode for browse nav markup

* chore: fix collection mock data

* feat(detail pages): render browse nav

* feat(detail pages): style browse nav, style improvements

* feat(detail pages): test redirect

* feat(detail pages): client side redirect

* feat(homepage): set title

* 💅

* feat(detail pages): incorporate design changes

* feat(detail pages): hide browse headlines

* feat(detail pages): label lists

* feat(footer): add aria label

* feat(detail pages): redice heading level in md

* feat(detail pages): spacing in browse nav

* feat(detail pages): reduce line height

* feat(detail pages): set max width w/o breaking homepage

* feat(detail pages): replace in-definition definition links

* 🧹

* feat(detail pages): recover spacing utility

* 🧹

* chore(packages): update ava

* config: specify nvm version

* 💅

* 💅
2020-03-09 15:47:06 -07:00
Michael Spellacy (Spell)
6050307a78
🐛 Fixed red flag splitting across two lines (#79)
* Fix red flag splitting across two lines

Added white-space: nowrap to .flag_red and added new properties to link within toc to compensate for nowrap.

* Reverting back to original state.

* Revisited line wrap issue.

Co-authored-by: Tatiana Mac <github@tatianamac.com>
2020-03-08 12:50:47 -07:00
Oscar
aaf3ea3b73 feat(filters): move permalink function into file, add test
# Conflicts:
#	.eleventy.js
2020-02-17 00:07:59 +01:00
Oscar
e7002614c1 chore: move findExistingDefinition into own file 2020-02-17 00:05:36 +01:00
Oscar
130f599812 fix(table of content): add aria label if sub term is not defined 2020-02-10 22:23:06 +01:00
EJ Mason
260949b792 Remove passthroughcopy
Parcel handles this work
2020-02-06 15:14:54 -08:00
Oscar
f12c5c9fed fix(flags): convert flag level to lowercase before trying to get infos 2020-01-17 08:53:48 +01:00
Oscar
98bac08e84 💅 2020-01-17 08:52:42 +01:00
Oscar
0013f2e476 build: add build and watch for css 2019-11-22 12:36:47 +01:00
Oscar
94d30eecfd 🧹 2019-11-19 20:08:20 +01:00
Oscar
63fafa53b9 feat(11ty): correctly sort words beginning with - 2019-11-19 20:07:52 +01:00
Oscar
3cfa04d36e 💅 2019-11-17 22:30:46 +01:00
Oscar
e0eca4c9fe feat(11ty): add custom markdown-it 2019-11-17 22:30:20 +01:00
Oscar
42d525279b feat(11ty): add filter for subterm output 2019-11-17 19:49:50 +01:00
Oscar
488a5cdafd feat(11ty): skip items which have skip flag set in toc 2019-11-17 19:49:22 +01:00
Oscar
6e087a9abe feat(11ty): rename definitions collection to tableOfContent 2019-11-17 19:47:06 +01:00
Oscar
017aef19fc feat(11ty): render flags in defintions 2019-11-15 23:24:12 +01:00
Oscar
71de563b97 feat(eleventy): split table of content into sub sections 2019-11-15 22:19:37 +01:00
Oscar
f8469baf5f feat(11ty): sort defintions by title 2019-11-15 21:21:06 +01:00
Oscar
7d837dcf1e feat(11ty): remove unnecessary spread 2019-11-15 20:09:21 +01:00
Oscar
08d48f1a24 feat(11ty): definition is not spelled defintion, definition is not spelled defintion 2019-11-15 20:08:41 +01:00
Oscar
9dc5a142dc feat(dictionary): link to defined alt words 2019-11-14 09:32:09 +01:00
Oscar
3399abf6da feat(11ty): rename defined collection 2019-11-14 09:31:40 +01:00
Oscar
4d4a9c9d5a feat(11ty): config tempate engines and file copy 2019-11-12 15:17:44 +01:00
Oscar
bfe7cd148e feat(11ty): add filter for post inspection and linkTarget 2019-11-12 15:08:40 +01:00
Oscar
76b3e13991 feat(11ty): add defined definitions collection 2019-11-12 01:17:21 +01:00
Oscar
301fc5a8bf feat(11ty): add config file && sorted defintion collection 2019-11-11 23:51:52 +01:00