Go directly to the website for this content here: https://codess-aus.github.io/pycon-thailand/
This repository contains the source code and content for the PyCon Thailand workshop website, built with MkDocs Material.
- Accessibility-first design (WCAG compliant)
- Light/dark theme toggle
- Responsive layout
- Progressive learning chapters
- Syntax-highlighted code examples
- Easy navigation and search
docs/— Workshop content and chaptersdocs/assets/— Images and videosdocs/demos/— Code samplesdocs/stylesheets/— Custom CSSmkdocs.yml— Site configuration
- Install dependencies:
pip install mkdocs-material mkdocs
- Start local server:
mkdocs serve
- View at http://127.0.0.1:8000/
- Build static site:
mkdocs build
- Deploy to GitHub Pages:
mkdocs gh-deploy
Feel free to submit issues or pull requests for improvements, new chapters, or accessibility enhancements.
See LICENSE for details.