We are the Uruguay chapter of an international mentorship group, PyLadies, with a focus on helping more women become active participants and leaders in the Python open-source community. Our mission is to promote, educate and advance a diverse Python community through outreach, education, conferences, events and social gatherings.
PyLadies also aims to provide a friendly support network for women and a bridge to the larger Python world. Anyone with an interest in Python is encouraged to participate!
Important links:
Netlify is a simple tool to use for continuous integration and continuous development (CI/CD). It allows you to specify custom build commands as well as run checks in your pull requests. You can additionally get a deploy preview of your website capturing the changes generated in a pull request on a Netlify hosted url. Here's an example pull request to see the checks and deploy.
- Fork the repo.
- This repo has
gh-pages
set as the default branch. - Register for a Netlify account. Open source teams qualify for free OSS accounts, use your
pyladies
chapter email address when creating your account. You'll need to host a Netlify badge on your website which is already included in the emplate. Please note that any overages will be additionally charged. - Setup your site with these directions. As this is a simple html and css website there is no need for custom build steps.
- If you have requested a custom domain you can configure that within your Netlify site.
- Main file you'll update is
index.html
where you can add organizer information, your own chapter branding, contact links for your chapter, and replace the skyline image. - You'll want to place organizer photos can be placed in the
images/bios
directory and update theimages/skyline.jpg
with your own desired skyline image. - If you rename the skyline image modify the
style.css
to point it to the image, look for the.skyline
css rule.
If you'd like to see your changes locally you can use Python3
to serve up the content by:
$ cd /root-of-forked-directory
$ python -m http.server # Defaults to port 8000, you can change by providing an additional integer for the desired port
GitHub provides a free hosted page for each GitHub user. You can setup your page either via:
- Using and creating a repo
github_username.github.io
. - Using
gh-pages
branch, which is the default branch on this template.
You can look at your repository > settings > GitHub Pages for more information on generating the CNAME
file if you have a custom domain.
Ask for help in the PyLadies Slack in the #project-tech-infra
channel.
PyLadies NYC created this theme initially, thank you!