Community for women working in robotics, and women who want to work in robotics, and non-binary people.
Join a community of more than a thousand women and non-binary people working in robotics, in academia and industry, all over the world. We support local networking events, and raising the profile of women working in robotics globally. You can join our slack community by signing up here
Come back soon because we're updating this site with some exciting new services and information. Want to help? [email protected]
See our Contributing guide and Code of Conduct.
_data
: General information for the site_includes
: HTML snippets used in layouts_layouts
: Layout templates used for the site_posts
: Dated content used for news snippets.devcontainer
: VSCode docker environment.github
: Github action workflows and settings.vscode
: VSCode IDE settingsassets
: Website assets that should be deployedpages
: Subpages of the website
Update _data/chapters.json
to add or edit chapter info
Format:
These values are updated from the Current Chapter Organizers
file on the shared drive.
Updating this file will
- Update the chapter list on the website chapaters
- Update the meetingplace.io scrapper
- Update the meetingplace slackbot on heroku
Update _data/shop.yaml
to change shop item thumbnails
Format:
- image: /assets/images/shop/<image_name>.jpg
Add a news article by adding a new file in _posts
. The filename should be formatted as YYYY-mm-dd-title.md
. The content of the file should have the following frontmatter:
---
layout: default
title: # your title
image: # thumbnail image
link: # link to the article
---
If you want to publish an article from this website, just point the link to the article's URL or permalink.
example:
---
layout: default
title: # your title
image: # thumbnail image
---
# Your article title
Some content! All articles are written in [markdown](https://www.markdownguide.org/)
To run CMS locally:
-
Set the port number in your .env file
PORT=8081
Note: it appears to need to be 8081 to function properly
-
Start a local proxy server
npx netlify-cms-proxy-server
-
Start the jekyll server
bundle exec jekyll server --watch
This site is based off of helium ui kit