-
-
Notifications
You must be signed in to change notification settings - Fork 929
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matt Mayer
authored
Dec 31, 2022
1 parent
351f8f0
commit 2a2e054
Showing
8 changed files
with
92 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
export default [ | ||
'activist', | ||
'artist', | ||
'author', | ||
'blogger', | ||
'business owner', | ||
'coach', | ||
'creator', | ||
'designer', | ||
'developer', | ||
'dreamer', | ||
'educator', | ||
'engineer', | ||
'entrepreneur', | ||
'environmentalist', | ||
'film lover', | ||
'filmmaker', | ||
'foodie', | ||
'founder', | ||
'friend', | ||
'gamer', | ||
'geek', | ||
'grad', | ||
'inventor', | ||
'leader', | ||
'model', | ||
'musician', | ||
'nerd', | ||
'parent', | ||
'patriot', | ||
'person', | ||
'philosopher', | ||
'photographer', | ||
'public speaker', | ||
'scientist', | ||
'singer', | ||
'streamer', | ||
'student', | ||
'teacher', | ||
'traveler', | ||
'veteran', | ||
'writer', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export default [ | ||
'{{person.bio_part}}', | ||
'{{person.bio_part}}, {{person.bio_part}}', | ||
'{{person.bio_part}}, {{person.bio_part}}, {{person.bio_part}}', | ||
'{{person.bio_part}}, {{person.bio_part}}, {{person.bio_part}} {{internet.emoji}}', | ||
'{{word.noun}} {{person.bio_supporter}}', | ||
'{{word.noun}} {{person.bio_supporter}} {{internet.emoji}}', | ||
'{{word.noun}} {{person.bio_supporter}}, {{person.bio_part}}', | ||
'{{word.noun}} {{person.bio_supporter}}, {{person.bio_part}} {{internet.emoji}}', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export default [ | ||
'advocate', | ||
'devotee', | ||
'enthusiast', | ||
'fan', | ||
'junkie', | ||
'lover', | ||
'supporter', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters