Home
Softono
womenofjamstack

womenofjamstack

Open source MIT SCSS
37
Stars
52
Forks
4
Issues
3
Watchers
3 years
Last Commit

About womenofjamstack

Women of Jamstack is an open-source directory celebrating women working with Jamstack and adjacent web technologies. Built with Eleventy, the platform serves as a community hub where female developers can showcase their profiles to gain visibility and connect with peers. The site is community-driven, requiring contributors to submit pull requests to add their profiles. To contribute, users fork the repository and add a structured JSON file containing required details like name, job title, and a short bio to the profiles data directory. Optional fields include company, GitHub, Twitter, Twitch usernames, and personal website links. Contributors must also add a high-quality square JPEG image named with their identifier. The project automatically optimizes these images for various devices and screen densities. This initiative promotes diversity in technology by highlighting the achievements and work of women in the field while utilizing modern static site generation tools for a fast and accessible experience. It

Platforms

Web Self-hosted

Languages

SCSS

Links

Women of Jamstack

Celebrating the women who are working with the Jamstack and adjacent technologies.

A screenshot of Women of Jamstack

Add your profile to the site

Are you a woman who works with the Jamstack and adjacent technologies? Please submit a pull request to add your profile to the site!

  1. Fork the repository to your GitHub account and clone it to your local machine.

  2. Navigate to src/_data/profiles and create a new [yourIdentifier].json file.

  3. 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
}
  1. Navigate to src/_data/images and add a
  • SQUARE
  • high quality JPEG image
  • named [yourIdentifier.jpeg].
  • Please note the .jpeg extension and NOT .jpg.
  • The Eleventy image plugin will automatically convert and optimise your image for different browsers, screen sizes and DPR.
  1. Commit and push your changes, and open up a PR!

Women of Jamstack is built with love and Eleventy.