jefftriplett / pycon.org

Reskin for pycon.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pycon.org

This is the source code for pycon.org.

If you run a Python event or conference, you can add or edit your listing by making a pull request to this repository.

Ordering

National Conferences are listed in alphabetical location by location.

Regional conferences are listed in alphabetical order by name.

Testing your change

PyCon.org is data-driven with Jekyll templating.

Adding your event

Each national conference card should be created as _national/conferencename.yml, with a:

  • name
  • flag (2-letter ISO 3166 Alpha 2, e.g. us, nz)
  • location
  • website URL

For Example:

---
name: PyCon Namibia
flag: na
location: Namibia
website: http://python-namibia.org/
---

Special interest and regional conferences should be created as _regional/conferencename.yml, with a:

  • name
  • location
  • website URL

For Example:

---
name: Pycon Latam
location: Puerto Vallarta, México
website: https://www.pylatam.org/en/
---

Be sure to include the --- at the start and end of the file!

If in doubt

Copy an example from another conference.

Calendar

If you would like to submit your event to the event calendar please see the python.org wiki for instructions.

About

Reskin for pycon.org


Languages

Language:CSS 79.2%Language:HTML 20.7%Language:Ruby 0.1%