Are you a woman who works with the Jamstack and adjacent technologies? Please submit a pull request to add your profile to the site!
-
Fork the repository to your GitHub account and clone it to your local machine.
-
Navigate to
src/_data/profilesand create a new[yourIdentifier].jsonfile. -
Add your details and REMEMBER TO REMOVE ALL COMMENTS FROM YOUR JSON FILE! (e.g. // optional)
// src/_data/profiles/[yourIdentifier].json
{
"name": "Your name", // required
"jobTitle": "Your job title", // required
"company": "Your company", // optional
"bio": "A short bio, around the length of a Twitter bio.", // required
"githubUsername": "yourGitHubUsername", // optional
"twitterUsername": "yourTwitterUsername", // optional
"twitchUsername": "yourTwitchUsername", // optional
"website": "https://yourwebsite.com/" // optional
}- Navigate to
src/_data/imagesand add a
- SQUARE
- high quality JPEG image
- named
[yourIdentifier.jpeg]. - Please note the
.jpegextension and NOT.jpg. - The Eleventy image plugin will automatically convert and optimise your image for different browsers, screen sizes and DPR.
- Commit and push your changes, and open up a PR!
Women of Jamstack is built with love and Eleventy.
