https://github.com/aishakhan0925/womenofjamstack
https://github.com/aishakhan0925/womenofjamstack
eleventy jamstack womenofjamstack
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aishakhan0925/womenofjamstack
- Owner: aishakhan0925
- License: mit
- Created: 2022-02-09T14:02:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T07:58:58.000Z (over 3 years ago)
- Last Synced: 2025-03-30T11:51:09.378Z (about 1 year ago)
- Topics: eleventy, jamstack, womenofjamstack
- Language: SCSS
- Homepage:
- Size: 40.2 MB
- Stars: 37
- Watchers: 4
- Forks: 54
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Women of Jamstack
## Celebrating the women who are working with the Jamstack and adjacent technologies.

## 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)**
```json
// 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
}
```
4. 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.
5. Commit and push your changes, and open up a PR!
---
Women of Jamstack is built with love and [Eleventy](https://www.11ty.dev/docs/).