The official website for the PyTexas Foundation, a 501(c)(3) non-profit dedicated to fostering the growth of the Python language and community in Texas.
This site serves as the main site for the PyTexas Foundation, hosting information about:
- Foundation governance and meeting minutes
- Sponsorship opportunities
- Community blog and updates
- Various events throughout the state
- Information about the PyTexas Conference can be found at
https://pytexas.org/YEAR
where the YEAR is the year of the conference you want information about.- Our upcoming conference information can be found at https://pytexas.org/2026
- Information about the PyTexas Meetup and other local meetups can be found at https://pytexas.org/meetup
- Information about the PyTexas Conference can be found at
- Static Site Generator: MkDocs
- Theme: Material for MkDocs
- Package Manager: uv
- Hosting: GitHub Pages
- Python: 3.13
# Clone the repository
git clone https://github.com/pytexas/pytexas.github.io.git
cd pytexas.github.io
# Install dependencies
uv sync
# Start development server
uv run mkdocs serve
Visit http://localhost:8000 to see the site.
# Build static site
uv run mkdocs build
The built site will be in the site/
directory.
docs/ # All content files
├── assets/ # Images and static files
├── blog/ # Blog posts and configuration
├── foundation/ # Governance documents
├── sponsorship/ # Sponsorship tiers
└── overrides/ # Custom theme templates
mkdocs.yml # Site configuration
pyproject.toml # Python dependencies