A self-paced online workshop on generative AI and prompt engineering for academic research and education.
This work is licensed under a Creative Commons Attribution 4.0 International License.
This documentation website is built with Zensical, the next-generation static site generator by the Material for MkDocs team. Zensical provides enhanced performance, better plugin support, and a modern configuration approach using TOML.
To view the website locally, you will need to have Python and pip installed.
- Clone the repository:
git clone https://github.com/tyson-swetnam/intro-gpt.git
- Navigate to the project directory:
cd intro-gpt - Install the dependencies:
pip install -r requirements.txt
To start the local development server with live reload:
zensical serveOpen your web browser and navigate to http://127.0.0.1:8000 to view the website. Changes to markdown files will automatically refresh the browser.
To build the static site for production:
zensical buildThe generated site will be in the site/ directory.
The site configuration is in zensical.toml. This file defines:
- Site metadata and theme settings
- Navigation structure
- Markdown extensions
- Plugin configurations