Skip to content

pytexas/pytexas.github.io

Repository files navigation

PyTexas Foundation Website

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.

About

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.
    • Information about the PyTexas Meetup and other local meetups can be found at https://pytexas.org/meetup

Tech Stack

Contributing

Prerequisites

  • Python 3.8+
  • uv package manager
  • lychee for link checking

Installation

# 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.

Building

# Build static site
uv run mkdocs build

The built site will be in the site/ directory.

Project Structure

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

Contributors 11