PyLadies Chicago website is powered by Netlify using the PyLadies Netlify website template. The page is hosted via GitHub pages.
The PyLadies Chicago chapter is organized by Lorena Mesa and Sand Ip.
- Fork the repo.
- We advise replacing
master
withmain
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.
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 available at github_username.github.io
. The custom domain is defined in the CNAME
file.
Ask for help in the PyLadies Slack in the #project-tech-infra
channel. Or contact chicago@pyladies.com
.
PyLadies NYC created this theme initially, thank you!