A collection of conference presentations focusing on educational technology and development tools, built with Quarto.
-
Install Quarto:
- Visit quarto.org
- Follow the installation instructions for your operating system
-
Clone this repository:
git clone https://github.com/GatorEducator/PyCon2025-EducationSummit-Presentations.git cd PyCon2025-EducationSummit-Presentations
-
Install dependencies:
quarto install
-
Preview the website:
quarto preview
slides/
- Contains all presentation slide deckscss/
- Custom stylesicons/
- Website icons and images_include/
- Additional HTML includes_extensions/
- Quarto extensions
To build the website:
quarto render
The built site will be available in the _site
directory.
This project is open source and available under the MIT License.